Thomas V.
Thomas V.
After reading this whole discussion about indexing a couple of times, I went through our (the company I work with) homemade JS Dataset library - which was built a couple...
Hello, I digged into the code. There is indeed a bug with the call to [normalizr](https://github.com/paularmstrong/normalizr) which uses the Query entity for normization of the passed JSON data (so when...
Hello @caugner, You were not the only one seeing this issue. I fixed it on my fork by attaching the `done` / `undone` arrays directly to the store instead of...
Looking at the actual output, it seems to me it should rather be: ```ts // Generated by ts-to-zod import { z } from "zod"; export const comRiskifiedAvroAuditingprocessedV3ChangeTypeSchema = z.union([ z.literal("Create"),...
Thanks for sharing @greenpixels ! Yes, I believe the complexity is in ordering the files based on their imports (and I was actually thinking about generating a config file on-the-fly...
There is a tentative implementation on #122
Hello @robogeek I believe it works if you add `0000-00-00` between quotes, as it is a string. ```ts /** * datetime in ISO 8601 format * * @format date-time *...
> However, using @default '0000-00-00' generates default("'0000-00-00'") We could add handling of single quotes as well in the tag handling if that'd make sense > This appears to be a...
Hello, As a potential workaround, this does work with a type: ```ts type BaseElement = { type: string; left: 0; top: 0; }; export type ImageElement = Omit & {...
@Blamax @hlg-facai Support has been added to 3.9.0