Stephen Handley

Results 22 comments of Stephen Handley

yeah it seems odd that its being handled in the background as that breaks the interface expected with authlogic. seems like it would be clearer to pass the params through...

I ran into this issue and resolved it by changing the `service` value in serverless.yml to be all lowercase

@benjamn I've tried invalidating a field using `"@apollo/client": "3.3.4"` and the following based on the above suggestion. thread query still appears to be loading from the cache and doesn't reflect...

Happy to adapt `graphql-validated-types` as needed if helpful, currently its a fluent api but would be easy to accept validation args via constructor. I meant to more properly document the...

Added reproduction of the issue here: https://github.com/stephenhandley/typeorm-issue-10370

Nah after the issue sat untriaged for a week I swapped out typeorm to prisma

Lol typeorm was fine I just switched because i couldn’t wait on this

@spotykatch using sqlite not mongo and this is in a node process (electron), not client. Here's the relevant lines in the repo reproducing the issue: https://github.com/stephenhandley/typeorm-issue-10370/blob/main/src/data-source.ts https://github.com/stephenhandley/typeorm-issue-10370/blob/main/src/main.ts#L7

No worries, yeah preload isn't appropriate place to be interacting with db in electron, should be happening in main.