Evan Schleret
Evan Schleret
Hi, When a player try to send a negative ammount, the receiver will receive 1$. The sender will lose 1$ too. It should be impossible to send negative ammount (cancel...
Hi, You can duplicate money with MoneyNote (it's not a moneynote issue). The bug : https://www.youtube.com/watch?v=n6wT8ny9Ld0 The message of MoneyNote's developer :  Tell me if you need more information.
Hi, I would like to know if it's possible to create an account no linked to a player (like I said in the title, lol). Thanks in advance.
Hi, I tried to build my Nuxt 3 application and got this error. An idea ?  Best regards
### Describe the bug Container never load node dependancies because something is blocked by cors [Error] Cancelled load to https://nuxt-ui-mxzpui.stackblitz.io/_relay_ because it violates the resource's Cross-Origin-Resource-Policy response header. [Error] Failed...
Hi, I'm using `dayjs-nuxt` in a Nuxt 3 project. According to the documentation, the `updateLocale` plugin is always imported by default, but during the production build (`pnpm run build`), I...
### Describe the bug I’m working on a threejs app using Nuxt. I noticed that the module automatically imports everything. However, I’m curious to know if it’s normal that no...
Hey TablePlus team and thanks for your hard work ! It's not very important but it would be nice to have a dark mode icon in the dock. Thanks !
Hi ! I'm trying to access the Monaco instance from a using the official approach described in the docs: ```vue const editorRef = useTemplateRef('editorRef') console.log(editorRef.value?.$editor) ``` However, `$editor` is always...