Jack Leigh
Jack Leigh
In the storage section of the README it mentions that storage backends should implement `delete` methods. None of the available backends implement `delete` nor can I find it in the...
When trying to run my tests I get ``` RUNTIME EXCEPTION Exception occurred while loading your tests undefined ``` Please advise how I can debug this. It seems to happen...
``` [86779:0x104001c00] 1676975 ms: Mark-sweep 1393.2 (1525.1) -> 1393.0 (1524.1) MB, 804.3 / 0.0 ms allocation failure GC in old space requested [86779:0x104001c00] 1677964 ms: Mark-sweep 1393.0 (1524.1) -> 1392.8...
### Minimal, reproducible example ```TypeScript Use puppeteer in a TS project with `isolatedModules` enabled. ``` ### Error string error TS2748: Cannot access ambient const enums when 'isolatedModules' is enabled. ###...
### Bug description ``` Exported variable 'blah' has or is using name 'ReadonlyDeep_2' from external module "/Users/jack/src/platform/backend/node_modules/@prisma/client/runtime/library" but cannot be named. ``` Via: ``` export const dmmf: runtime.BaseDMMF ``` ```...
Just spent ages debugging why our tests were breaking when using `DataLoader` and eventually discovered that since we were using `jest.useFakeTimers()` it was never resolving the batch. Would be good...
Not sure if this is a psalm issue but thought I'd come here to clarify how stubs work. Using PHPUnit 7 which has ``` /** * Registers a new expectation...
It would be nice if this page showed the record overload for `Config.all` which can be clearer. I also couldn't find any details about `ConfigError` and whether there's something like...
Is that a deliberate decision? Should probably be in the readme/dependencies if so. Thanks.
### What version of Effect is running? 3.9.2 ### What steps can reproduce the bug? https://github.com/leighman/prompt-response ### What is the expected behavior? In reproduction repo: `npx ts-node ./index.ts open-the-pod-bay-doors` -...