This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script type="module"> | |
import { invoke } from './@tauri-apps/api/tauri.js'; // just copied from node_modules | |
function getPubkey() { | |
return invoke("show_pubkey").then((message) => message); | |
} | |
document.getElementById("clicky").addEventListener("click", async function () { | |
document.getElementById("key").innerHTML = await getPubkey(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HANDLUNG | |
getranke hoffman | |
SAMSTAG | |
Einkaufen | |
- schnelltests | |
- handschuhe | |
- external battery |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❗️ Closed issue #48 in iotaledger/stronghold.rs | |
🗣 Commented on #48 in iotaledger/stronghold.rs | |
❗️ Opened issue #74 in iotaledger/chronicle.rs | |
🗣 Commented on #135 in tauri-apps/tauri-docs | |
🎉 Merged PR #1024 in tauri-apps/tauri |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
### | |
### The following block runs after commit to "master" branch | |
### | |
if [ `git rev-parse --abbrev-ref HEAD` == "master" ]; then | |
echo | |
echo "Updating API documentation at the gh-pages branch..." | |
echo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const fs = require('fs') | |
const loaderUtils = require('loader-utils') | |
const path = require('path') | |
module.exports = function (source) { | |
const options = loaderUtils.getOptions(this) | |
const filename = path.parse(this.resourcePath).name | |
const extension = (options && options.extension) || '_jest.spec.js' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Get the caret position in all cases | |
* | |
* @returns {object} left, top distance in pixels | |
*/ | |
getCaretTopPoint () { | |
const sel = document.getSelection() | |
const r = sel.getRangeAt(0) | |
let rect | |
let r2 |
eslint-plugin-vue-a11y https://github.com/vue-a11y
NewerOlder