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
[ | |
{ | |
"key": "cmd+shift+l", | |
"command": "editor.action.insertSnippet", | |
"when": "editorTextFocus", | |
"args": { | |
"snippet": "console.dir(${TM_SELECTED_TEXT}$1, { depth: null })$0;" | |
} | |
} | |
] |
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
{ | |
"@context": [ | |
"https://www.w3.org/ns/credentials/v2", | |
"https://www.w3.org/ns/credentials/examples/v2" | |
], | |
"id": "https://example.com/credentials/3734", | |
"type": [ | |
"VerifiableCredential", | |
"JsonSchemaCredential" | |
], |
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
{ | |
"@context": [ | |
"https://www.w3.org/ns/credentials/v2" | |
], | |
"id": "https://example.com/credentials/status/3", | |
"type": [ | |
"VerifiableCredential", | |
"BitstringStatusListCredential" | |
], | |
"issuer": "did:example:12345", |
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
diff --git a/dist/node/esm/babyjub/babyjub.js b/dist/node/esm/babyjub/babyjub.js | |
index c29562ec059c1e410d84489093625ccfe6e030ae..b7fb79306f7d184fa471abc357db23093d1d0a13 100644 | |
--- a/dist/node/esm/babyjub/babyjub.js | |
+++ b/dist/node/esm/babyjub/babyjub.js | |
@@ -1,4 +1,4 @@ | |
-import { Scalar, F1Field } from '../ff'; | |
+import { Scalar, F1Field } from '../ff/index.js'; | |
// circomlibjs BabyJub | |
export class BabyJub { | |
constructor(F) { |
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
console.log('HEY ANTONIO'); | |
const myName = 'Antonio'; | |
export default myName |
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
{ | |
"name": "@sample/libA", | |
"version": "1.0.0", | |
"type": "module", | |
"main": "dist/index.js", | |
"module": "dist/index.js", | |
"types": "dist/index.d.ts", | |
"scripts": { | |
"build": "run -T tsup --format cjs,esm --dts", | |
"test": "run -T vitest run", |
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
If you are getting `Cannot find module './assets/react.svg' or its corresponding type declarations.ts(2307)` or `Cannot find module '/vite.svg' or its corresponding type declarations.ts(2307)` or similar error when getting started with Vite React TS template, you need to add inside the `src` directory the `vite-env.d.ts` with contents | |
```ts | |
/// <reference types="vite/client" /> | |
``` |
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
{"basics":{"name":"Antonio Ivanovski","label":"","image":"https://avatars.githubusercontent.com/u/1628876?v=4","email":"[email protected]","phone":"+389 72 225 215","url":null,"summary":"I have started as enterprise Android Developer for 2 years and later progressed to leading team of Android developers. Wanting to try different stack and working at a startup, switched to primary front-end web development and a small amount of back-end development. I always strive to make the most of my time, be great team-player and have fun doing so.","profiles":[{"network":"gitconnected","username":"toteto","url":"https://gitconnected.com/toteto"},{"network":"GitHub","username":"toteto","url":"https://github.com/toteto"},{"network":"LinkedIn","url":"https://www.linkedin.com/in/antonioivanovski/","username":"antonioivanovski"}],"headline":"Software Egineer with 5 years of development expenrience on multiple platforms and technologies","blog":null,"yearsOfExperience":5,"username":"toteto","locationAsString":"Skopje |
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
FullScreenDialog dialog = new FullScreenDialog(); | |
FragmentTransaction ft = getSupportFragmentManager().beginTransaction(); | |
dialog.show(ft, FullScreenDialog.TAG); |
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
asd |