Bartosz Szczeciński
Bartosz Szczeciński
1. I'm using react-virtualized in a data-grid displaying list of transaction made by the user 2. FlexTable, FlexColumn, WindowScroller 3. A PoC for banking institution Only thing I'm missing over...
As this issue is still in progress, we wanted to try it by using the PR as module in package.json, but it looks like the `dist` files are not updated...
For anyone looking for a solution to this issue - I've made a fork that changes the item selector to always skip cards https://github.com/BTMPL/node-google the only affected line is https://github.com/BTMPL/node-google/blob/master/lib/google.js#L8
@ImNoumanDilshad this is not related to your dest file, that's an internal temp file that the library creates internally. It's hardcoded in the index.js file.
@ImNoumanDilshad look into pdffiller-aws-lambda The problem is, it does not support streaming, and will try to write to a file instead. Looking into a workaround ...
Maybe there's an error in my description, but I can reproduce this on Chrome Macos, Firefox Macos, Firefox Win32 Notice how the first field has "666." in it, but the...
Interesting. Macos 15.6.1, Chrome, 139.0.7258.155 Macos 15.6.1, Firefox, 142.0 Maybe it's locale specific? I'm using Polish locale, according to my settings the decimal separator is `,`.
Yes, I have the same behaviour as @nickgros reported: Additionally, RJSF will transform `,` into `.` for the stored value:
Well, I would still love to have "66" stored if user types "66."/"66," into the form, but if it's not stored by design I'm OK with closing this ticket. But...