Grigory Bogush
Grigory Bogush
Compilation of the project works fine but as soon as try to run tests it fails with an odd syntax error that is not present when the `craco-esbuild` is disabled...
``` public onBeforeFileLoad(file) { // no bigger than 2mb if (file.size > 2*1024*1024) { // FIXME: Not sure how to prevent upload // alert('File is too big!'); } } ```
It appears that 3.1.x open api swagger file is cannot be loaded. Is there any status on this?
JBuilder doesn't seem to using the configured format: ` Date::DATE_FORMATS[:default] = "%d-%m-%Y"` How do I customize it without having to add `.to_s` to every date?
I have a promise function field inside my async actions, I would like those to be ignored when the action is cloned for broadcasting to avoid getting the "failed to...