Zayin Krige

Results 64 comments of Zayin Krige

I'm getting the same issue. its definitely related to byte range if (status !== 200 || req.method !== 'GET') { res.writeHead(status, headers); res.end(); } status is 206 for a range...

its because electron/windows-sign appends signatures - https://github.com/electron/windows-sign/blob/7527ffff6158ad7b4062e112c448a862f185034d/src/sign-with-signtool.ts#L123 I'm also looking for a way to disable this there is a PR for it https://github.com/electron/windows-sign/pull/19

same issue on 4.3.1 on windows Run actions/[email protected] with: name: win path: c:/a/**/build/out/*.zip if-no-files-found: warn compression-level: 6 overwrite: false Error: Cannot read properties of undefined (reading '0') node:internal/fs/promises:894 const result...

Is there any plans to mock batchWrite on `DynamoDB.DocumentClient`

Am having the same issue and its a pain to resolve. please can we get an updated version

I'm leaving this open because im not sure if this bug has been fixed

I used `another_flushbar: ^1.12.30` and it worked fine, but its broken for any version earlier than this

Using WasmStorageImplementation.sharedIndexedDb due to missing browser features: {MissingBrowserFeature.dedicatedWorkersInSharedWorkers, MissingBrowserFeature.sharedArrayBuffers} `flutter run -d chrome --web-port 5555`