Quentin Adam
Quentin Adam
See implementation of function : https://github.com/bitauth/libauth/blob/d41f3cc7dfcbefe8a8bd04ce855122836eb47417/src/lib/key/key-utils.ts#L70 API documentation : https://libauth.org/globals.html#generateprivatekey
When pinning the esm.sh server version, it does seem to work as expected for some packages but not for others. For example: When requesting https://esm.sh/v117/[email protected], I am getting the following...
Using dynamic class method names prevents the class to be discarded by tree shaking when it is not used. Example: ```js // input.js const method = 'name'; class A {...
In the position list component, when checking if the price should be inverted for display purposes, the check is done on the (unadjusted) price which can lead to confusion/inconsistencies. For...
See for example: [https://jsr.io/@std/path/doc/~/join](https://jsr.io/@std/path/doc/~/join)
**Describe the bug** When defining a function called "require" the VSCode Deno extension reports unexpected errors (which I believe are related to the fact that the extension believes that this...
See: https://devblogs.microsoft.com/typescript/announcing-typescript-5-9-rc/#notable-behavioral-changes Notably, many standard APIs that expect a `BufferSource` will fail at a type-level when supplied with a default `Uint8Array` instead of `Uint8Array`. For example the following code does...
**Version:** TablePlus Version 6.6.8 (632) on Mac OS Sonoma 14.3 (23D56). **To reproduce:** Please create an empty database and run the following queries to create two tables in two different...