Arnaud Benhamdine
Arnaud Benhamdine
there's no ETA for antd 5 yet
Would be very useful IMHO, because often the user want to focus on a sole topic on screen, so don't need to see other windows then.
> it would be good if we could introduce React 18 antd compatibility some other way, perhaps it could be part of a minor release instead If you look at...
FWIW typescript 4.8 is now RC
Same issue with Remix today, process.env shows the correct expected DEBUG string, but `debug`never outputs anything. Very weird.
It doesn't make sense to me that a field could not be optional and have a default value. > Fields that have a default value (denoted by @default) should be...
This feature would be useful, and is implemented in some of other validation libraries. For example, by default, joi.validate coerce values before validating : https://joi.dev/api/?v=17.6.0 **Superstruct** also handles coercion by...
Travis seems totally stuck.
it would be even better if configurable, because it's quite usual to override node-postgres parser settings in order to parse bigint as integer. See https://github.com/SweetIQ/schemats/issues/51
> My only concern with choice number 2 is about whether each driver applies their own parsing method to json and jsonb -- i.e. Date is not a part of...