Azarattum
Azarattum
Callback from `.on` or `.once` sometimes just doesn't fire without a sane reason. I was able to recreate a minimal reproduction. # Reproduction ## Server ```js const GUN = require("gun");...
**Is your feature request related to a problem? Please describe.** There is this amazing module that lets you type check your data in runtime called [typescript-is](https://www.npmjs.com/package/typescript-is). It is super useful...
**Describe the bug** Unable to add `postcss-mixins` to a svelte project. **Logs** ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: [email protected]...
It would be really great to add node support to this loader. For example, respecting environment target the loader could change behavior to add a few extra lines. The original...
### Clear and concise description of the problem If you run vite-node in watch mode (e.g. `vite-node -w app.ts`), any time your code crashes (e.g. saved with invalid syntax) you...
Is there a build-in way to retry the request when json parsing fails? Since it still returns code 200 it cannot be done with ```retry.codes```.
Add a config option to respect server's built-in whitelist file. So, only whitelisted players can issue a server start. Originally suggested in https://github.com/gekware/minecraft-server-hibernation/issues/124#issuecomment-1263146196
### Is there an existing feature request for this? - [X] I have searched the existing issues before opening this feature request. ### Describe the feature you would like to...
**Describe the bug** Server crashes when a player joins. **To Reproduce** Steps to reproduce the behavior: 1. Join a server **Expected behavior** Should not crash. **Runtime info (please complete the...
A MacOS port would be truly great! Especially one supporting Apple Silicon processors. I'm fairly new to this field and don't have much experience with Mac development...