hornta
hornta
## Versions - server: vanilla 1.17.1 ## Detailed description of a problem According to https://wiki.vg/Protocol the `Join Game` packets `Dimension Type` should include a property `fixed_time` if the doDayLightCycle is...
Would it be possible to add named exports for the loadConfig, parseConfig and readConfig methods in the API so that I can do this in my code: ```js import {...
I've setup my test suite to mock every response my application performs to our REST API but I feel like it's common to forget to mock some API:s so I...
I have a need to invalidate a query request that is in mid-flight. At least that's what I believe I want to do but I will explain my use case....
### Describe the bug I'm receiving this warning whenever I do `pnpm run dev`. Everything seems to work non the less but I think this shouldn't appear. ### Reproduction https://stackblitz.com/edit/vitejs-vite-jvs1a8?file=src/main.tsx...
Our install job is taking 5 minutes to perform the `npm ci`. It would be good to cache node_modules based on package-lock.json and perhaps also on the node version to...
Currently the `.toHaveValue()` assertion only works for native input component but I believe they should work for custom combobox elements as well. What do you think? Example: https://w3c.github.io/aria-practices/examples/combobox/combobox-autocomplete-list.html
Since 16.16.0 is the current LTS version of Node.js I think it should be supported by Oryx. What do you think?
Isn't the current attempt missing when executing this callback right here? https://github.com/tim-kos/node-retry/blob/b8e26ea7adda3f11c19086a762d15e95521f3e4e/lib/retry_operation.js#L110 --- I also found this line which confuses me. The readme says nothing about an option called `forever`...
## Bug Description I'm getting the error `fetch failed: unable to verify the first certificate` when providing a CA certificate to the dispatcher option. I've written the exact same procedure...