Niko Jokipalo

Results 5 comments of Niko Jokipalo

I have another log format that isn't usable with `lnav` as there are not timestamps on every entry: Google Cloud emulator logs (`firebase-debug.log`) entries like ``` [debug] [2021-11-23T08:52:15.005Z] ---------------------------------------------------------------------- [debug]...

Same issue, receiving `TypeError: Cannot read properties of undefined (reading '_parse')` while having ``` import { FooDomain } from '../../types/foo'; ``` `foo.ts`: ``` const FooDomain = z.string().refine( (arg) => isValidFooDomain(arg),...

For a long time, I had my laptop's display disabled and only used my super-wide external monitor (now that I think of the reason, this issue was the reason...). Just...

Sorry, I mistyped (classic "I don't need to copy-paste this"). `4.x` should've been `1.4.x`. Meaning I tried multiple patch versions in addition to the latest `12`

Thanks. I'll see if I adopted KWeb to my project, then I could look into this :+1: