alina sireneva
alina sireneva
Currently pre-update middleware in Dispatcher allows user to add additional fields to the update info object: ```typescript interface TimerContext { start: number } dp.onPreUpdate((upd) => { upd.start = Date.now() })...
which leads to jsr resorting to trying to infer types trivially, and as a result - failure to use the library altogether. ## mcve deno.json ```json { "name": "@foo/bar", "version":...
## mcve deno.json ```json { "name": "@foo/bar", "version": "1.0.0", "exports": { ".": "./index.js" } } ``` index.js ```js export const foo = 123 ``` index.d.ts ```ts export const foo: number...
added support for `API_EXTERNAL_PROXY` env variable that sets up a global undici dispatcher definitely not the best way to do this (i really dislike relying on globals), but did it...
the smallest repro i could make: https://gist.github.com/teidesu/199abcd47a3fb494564a2c41965be5ad on linux amd64 host, put these 2 files in the same directory, and run ```bash docker run --rm $(docker build -q .) ```...
## mcve any of the following fail to publish due to slow types: ```ts export function foo() { return `hello ${123}` } export function bar() { return `hello` } export...
...and there is no way to use the new `kSecAttrKeyTypeECSECPrimeRandom` without patching that in or manually building CFDictionary ref: https://developer.apple.com/documentation/security/ksecattrkeytypeec
**Describe the bug** /subj. no extra actions needed, it crashes as soon as the app is opened when notifications are allowed crash log: [Bluesky-2024-09-03-040430.ips.json](https://github.com/user-attachments/files/16842272/Bluesky-2024-09-03-040430.ips.json) **To Reproduce** - log into the...