kran6a
kran6a
I have a decentralized service in which anyone can publish events (and request data from other peers) as long as they follow a protocol. I am considering using cote to...
Basically what the title says. `assert.approximately(1n, 2n, 1n, "Should not throw");` results in `AssertionError: Should not throw: expected 1n to be a number`
I am getting this error on node 17.9.0 when using tsconfig-paths from mocha through ts-node. mocha command: `mocha -n experimental-specifier-resolution=node -n loader=ts-node/esm --serial -p tsconfig.json --spec ./test/**/*.spec.ts` tsconfig.json: ```json {...
When trying to execute a test importing a path alias (`$lib`) I get `Cannot find package '$lib' imported from ...`. Tests that do not import path aliases are running fine...
Navigating (programatically and manually) from an url like https://example.com/myComponent/param1 to https://example.com/myComponent/param2 is not triggering myComponent updates. Doing a simple ```svelte export let url; console.log(url); ``` Logs the first URL once....
### Describe the bug ```ts let {min = 0, max = 100, value = $bindable([min])} = $props(); ``` Results in value not being reactive ### Reproduction https://svelte-5-preview.vercel.app/#H4sIAAAAAAAACkWOQarDMAxEryJEFykY6m7z40LPEWfhJmoRxIqxndIScvePsulu9AbNzIZPnqlg228oIRK2eE8JDdZv0qO8aa6EBsuy5lFJV8bMqd68-DpThS2ygANrIIYPOLhaa-Ad5pXAwenBMoXHTE0fWYbzrizlJZXm_KcJJ5aSaKzN8aGsu_wKpEtHz3a4vR129ZV1LGmtoCudxxzkRR4hsjiPVlX4OI9Xq1o3tEeC-wVdbmgwLhM_mSZsa15pH_Z_rDIG3w8BAAA= ### Logs _No...
I got this error while trying to use a transform stream in a svelte project. The code works on lastest node.js though. Looks like this._readableState is never initialized in Transform...
I signed up generating a random password with my password manager, now, whenever I try to log in I get error 500, I think it could be becasue the password...
### What version of Bun is running? 1.1.8+89d25807f ### What platform is your computer? Linux 5.15.146.1-microsoft-standard-WSL2 x86_64 x86_64 ### What steps can reproduce the bug? 1. pnpm init 2. pnpm...
The following endpoint fields can be stripped without affecting type inference: - `transformer` - `_input_out` (result of transforming the raw input via the zod schema `.transform()` method) - `_output_in` (what...