Marko Kladnik

Results 13 comments of Marko Kladnik

I also encountered the same issue. Can't have `textPayload` and `jsonPayload` when using `logSync`.

Is there no better way than this? This seems very "hacky".

Same thing happened to me. It didn't reset instantly though, but after next restart

Just did a complete search. The only file I found was the one in the same folder

I am having the same issues. Opened an issue here: #7825 This is definitely a bug.

The timestamps are always saved in UTC that is not the issue, it's how it's handled when reading them. See the examples I posted in the related issue. Currently prisma...

> I agree with you, your issue is really an issue of Prisma. But I don't think this one it is. You might be actually correct, since time doesn't exists...

This would be a huge lifesaver! Right now I have to cast each property to unknown and then my own type, while also removing the need of having our own...

> Do you have `allowSyntheticDefaultImports: true` in your `tsconfig.json` ? (the only thing I can thing of ^^) No, I tried adding both `true` and `false`, but still the same...

> Can you add some dirty console.log in `node_modules` to see the value of `process.cwd` and `join(…)` ? I replaced the directory (which is the correct root folder) and this...