Denis Zavershinskiy
Denis Zavershinskiy
I made a branded date. And used `z.date().refine` to check for brand. and it does not work. ```ts import { z } from "zod"; const DATE_ONLY_SYMBOL = Symbol("DATE_ONLY_SYMBOL"); export type...
I have JSON with fiels of dates (in string format) ```json [{ "start": "2022-08-09T11:00:32.255Z", "end": "2022-08-09T15:38:00.000Z" }] ``` in result I want to get duration. something like `duration: end.asDate() -...
[According to the docs](https://github.com/pinojs/sonic-boom#sonicboomreopenfile) I can pass a new file path for `reopen` to continue to write into new file. However, if I call `reopen` during async write it ignores...
### Verify latest release - [X] I verified that the issue exists in the latest pnpm release ### pnpm version _No response_ ### Which area(s) of pnpm are affected? (leave...
With latest version I get errors on loading So far I've seen these 4 errors: https://pastebin.com/raw/64BKM8Mi These errors are not from different documents, I just reload same document and get...
### Verify latest release - [x] I verified that the issue exists in the latest pnpm release ### pnpm version _No response_ ### Which area(s) of pnpm are affected? (leave...