openpgp4fpr:7cf89adcda4cb27d18a943e4f6b4b93498a0c85d
This file contains 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
diff --git a/cmd/kwil-cli/config/flags.go b/cmd/kwil-cli/config/flags.go | |
index 6eb64970..2a8a9732 100644 | |
--- a/cmd/kwil-cli/config/flags.go | |
+++ b/cmd/kwil-cli/config/flags.go | |
@@ -46,6 +46,11 @@ func init() { | |
configPath := filepath.Join(dirname, defaultConfigDirName) | |
DefaultConfigDir = configPath | |
defaultConfigFile = filepath.Join(configPath, defaultConfigFileName) | |
+ | |
+ configFile, present := os.LookupEnv("KWIL_CLI_CONFIG_FILE") |
This file contains 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
await idos.data.create("credentials", {issuer: "pkoch", credential_type: "toy type", credential_status: "toy status", credential_level: "toy level", content: JSON.stringify({"it's an": "airplane"})}) |
This file contains 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
diff --git a/app/lib/services/update_verification.rb b/app/lib/services/update_verification.rb | |
index cc14eccb..ba2138fa 100644 | |
--- a/app/lib/services/update_verification.rb | |
+++ b/app/lib/services/update_verification.rb | |
@@ -1,7 +1,7 @@ | |
module Services | |
module UpdateVerification | |
class << self | |
- def approve(verification) # rubocop:disable Metrics/AbcSize | |
+ def approve(verification) |
This file contains 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
diff --git a/apps/idos-enclave/package.json b/apps/idos-enclave/package.json | |
index 788cd6c..8889842 100644 | |
--- a/apps/idos-enclave/package.json | |
+++ b/apps/idos-enclave/package.json | |
@@ -9,6 +9,7 @@ | |
"dev": "vite", | |
"build": "vite build", | |
"preview": "vite preview", | |
+ "test": "vitest run", | |
"format": "prettier --write ." |
This file contains 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
Obsidian - Markdown-based knowledge base | |
ID: md.obsidian.Obsidian | |
Ref: app/md.obsidian.Obsidian/x86_64/stable | |
Arch: x86_64 | |
Branch: stable | |
Version: 1.1.16 | |
License: LicenseRef-proprietary=https://obsidian.md/eula | |
Origin: flathub |
This file contains 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
bolota | |
description: Desktop Computer | |
product: MS-7D78 (To be filled by O.E.M.) | |
vendor: Micro-Star International Co., Ltd. | |
version: 1.0 | |
serial: To be filled by O.E.M. | |
width: 64 bits | |
capabilities: smbios-3.5.0 dmi-3.5.0 smp vsyscall32 | |
configuration: boot=normal chassis=desktop family=To be filled by O.E.M. sku=To be filled by O.E.M. uuid=e78d7602-8562-b81b-a3cb-047c16570806 | |
*-core |
This file contains 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
sudo apt install gist |
This file has been truncated, but you can view the full file.
This file contains 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
"Using address: 0x57E578C7862E76be54a7DcF6D6338C8429e705F3" | |
"Current allowance: 1126399999999999999997550" | |
"Number of recipients: 8725" | |
"Total FCL: 1126399.99999999999999755" | |
{ | |
"hash": "0x3bbc29315aab095e528bceea7d569b79ede3b96f2b2a3b17caa52faca79fcafb", | |
"blockHash": null, | |
"blockNumber": null, | |
"transactionIndex": null, | |
"confirmations": 0, |
This file contains 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 | |
set -ueo pipefail | |
if [ -z "${1:-}" ] | |
then | |
echo "Please provide the recepient as the argument" >&2 | |
exit 1 | |
fi |
NewerOlder