Alfian Dwi Nugraha
Alfian Dwi Nugraha
### Environment ------------------------------ - Operating System: `Darwin` - Node Version: `v17.2.0` - Nuxt Version: `3.0.0-27404660.0f9bcbf` - Package Manager: `[email protected]` - Bundler: `Vite` - User Config: `meta`, `css`, `plugins`, `build`, `buildModules`,...
I'm still a beginner here, but lately when I start the bot from scratch, sometimes an error like this appears and the program immediately exits 0. by restarting the program...
still trying to add jest as unit testing, but still having a lot of problems because I don't really understand jest configuration. maybe someone wants to help with this progress....
When SignaturePad load from data / dataUrl, and i rezise window client (browser), canvas changes to an empty field. Before Rezise Windows https://ibb.co/WBKPSYX After Rezise Window : https://ibb.co/n0rwF6G
### Environment ------------------------------ - Operating System: `Darwin` - Node Version: `v17.2.0` - Nuxt Version: `3.0.0-27404660.0f9bcbf` - Package Manager: `[email protected]` - Bundler: `Vite` - User Config: `meta`, `css`, `plugins`, `build`, `buildModules`,...
this is error when starting papermc server ``` [01:38:21 INFO]: [DamageIndicator] Enabling DamageIndicator v2.0.1 [01:38:21 ERROR]: Error occurred while enabling DamageIndicator v2.0.1 (Is it up to date?) java.lang.ArrayIndexOutOfBoundsException: Index 3...
this error : ``` Cannot read properties of undefined (reading 'prototype') at http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/@metaplex-foundation_umi-bundle-defaults.js?v=eaf4a82e:2834:78 ``` but when im using this minimal setup (directly from @metaplex-foundation/umi) is working ``` import { createUmi,...
I have followed the ‘quick-start’ example project and it worked when I first ran it after booting my mac. However, when I run bun dev the second time, it doesn’t...