Émile Fugulin

Results 324 comments of Émile Fugulin

We are facing a similar issue on https://github.com/SeaQL/sea-query/pull/388 where we have two different packages depending on two versions on sqlite and it fails to build. This is very annoying because...

@Peternator7 Are you sure its been yanked? It still shows as 0.24.1 and not 0.24.2

Yes I was confused, thanks for clarifying!

Is there any plan to support that, resharding is very hard and testing it would be useful.

If that is relevant, here is what we do: ```typescript import { GraphQLScalarType } from 'graphql'; import { GraphQLError } from 'graphql/error'; import { Kind } from 'graphql/language'; import {...

I am working on a quite large project and the build is pretty slow (10-15s), I don't think I copy files from the node modules. So I think it would...

If I have: ``` "compilerOptions": { "sourceMap": true, "esModuleInterop": true, "lib": ["ES2020"], "target": "ES2019", "module": "CommonJS", "outDir": "./dist", "baseUrl": "./", "paths": { "~/*": ["src/*"] } }, "include": ["src/**/*"] ``` Does...

Yes Every time is different, I suspect that mongoose rejects the string and generates a fresh one. On every cache read. The data in the cache is correct though. EDIT:...

Just tested, now the ID is null. I did a full refresh to be sure. Data is still ok in the redis cache.