Tim Shilov
Tim Shilov
Hello, I'm using Kustomize to prepare K8s resourses. The problem is I have a lot of resources and the output file is getting too big which makes it hard to...
Very minor fix to spelling in the test, no logic changes.
## What is the current behavior? Right now you have to execute the query, get the statement in the response and call `statement.cancel()` when needed. That makes the cancellation more...
Fixes: #158 I have updated minor version number since the new version must be updated together with `decimal.js`, otherwise it will still not work.
I've been trying to make example code (https://github.com/ovotech/castle/blob/main/packages/avro-decimal/examples/simple.ts) working and it was throwing an error. After looking into it it seem that `avro-decimal` does not work with versions of `decimal.js`...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary In https://github.com/hoppscotch/hoppscotch/issues/3551 the "Copy interface type" feature was added which seems to...
The `no-unnecessary-polyfills` rule complains about usage of `promise.withresolvers` package on Node.js 20 even though the native `Promise.withResolvers` is not available. According to MDN, it is only available since Node 22.0.0....
**Is your feature request related to a problem? Please describe.** As part of #3285 a new `FieldManager` option was added to the "Confirm Restart" dialog. I understand why it was...