Irelynx
Irelynx
Hello. I have tried to make some fields of class nullable, but can't get any information about allowed "nullable" behavior (same works with types, functions and interfaces too). After a...
### Environment - Operating System: `Windows_NT` - Node Version: `v18.6.0` - Nuxt Version: `3.1.1` - Nitro Version: `2.1.0` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `typescript`, `runtimeConfig`,...
Hello! I am trying to read some parquet files containing timestamps in **micro-seconds**, but `cursor.next()` throws an `TypeError: Cannot mix BigInt and other types, use explicit conversions` In `fromPrimitive_TIMESTAMP_MICROS(value: String):...
# Fix of `TypeError: Cannot mix BigInt and other types` for `fromPrimitive_TIMESTAMP_MICROS` In `fromPrimitive_TIMESTAMP_MICROS(value: String): Date`, value (string) divided by `1000n` (BigInt), which causes `TypeError: Cannot mix BigInt and other...