Jack Leigh

Results 9 issues of 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...

bug
documentation
next_release
legacy

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. ###...

feature

### 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 ``` ```...

bug/2-confirmed
kind/regression
topic: dmmf
tech/typescript
team/client
5.9.0

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...

bug

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.