Skip to content

Instantly share code, notes, and snippets.

View antonio-ivanovski's full-sized avatar
🎈
floating. around.

Antonio antonio-ivanovski

🎈
floating. around.
View GitHub Profile
@antonio-ivanovski
antonio-ivanovski / CreateDialog.java
Created September 7, 2018 15:12 — forked from koocbor/CreateDialog.java
Full Screen Dialog in Android
FullScreenDialog dialog = new FullScreenDialog();
FragmentTransaction ft = getSupportFragmentManager().beginTransaction();
dialog.show(ft, FullScreenDialog.TAG);
{"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
@antonio-ivanovski
antonio-ivanovski / gist:e4bb90396897353aa087748bfcd6423d
Created October 10, 2023 10:44
Vite Cannot find module './assets/react.svg' error solution
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" />
```
@antonio-ivanovski
antonio-ivanovski / libA-package.json
Created October 11, 2023 14:41
Help Monorepo TS Setup
{
"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",
console.log('HEY ANTONIO');
const myName = 'Antonio';
export default myName
@antonio-ivanovski
antonio-ivanovski / @[email protected]
Created August 14, 2024 15:19
@iden3 invalid builds patches
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) {
{
"@context": [
"https://www.w3.org/ns/credentials/v2"
],
"id": "https://example.com/credentials/status/3",
"type": [
"VerifiableCredential",
"BitstringStatusListCredential"
],
"issuer": "did:example:12345",
{
"@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"
],
[
{
"key": "cmd+shift+l",
"command": "editor.action.insertSnippet",
"when": "editorTextFocus",
"args": {
"snippet": "console.dir(${TM_SELECTED_TEXT}$1, { depth: null })$0;"
}
}
]