Sébastien Batézat
Sébastien Batézat
Thanks for this great toolset! I've got a suggestion...and also a question. **Suggestion** Following packages: - graphql-live-query-patch - graphql-live-query-patch-json-patch - graphql-live-query-patch-json-diff Are each including functions targetting both client and server....
> This can be solved by doing modular imports, bundling, and dead-code elimination. I don't plan to split the logic into a client and server package. As you wish, but...
Fixed in the latest version - 2.3.2. Not tested on 2.3.1.
I forgot that issue, but it's still there. I've workaround this with an ugly if depending of the environment. I was thinking it was resolved because it seems to be...
Like a lot of flutter developers, I'm discovering this breaking change not documented while migrating to 3.19.0. It's a shame the Flutter team doesn't document it (removing silently a very...
Personally, I'm sharing some variables in both natives (gradle/xcconfig) and Dart. I want to keep that behavior so "native-defines-from-file" is definitly not a name that make sense with that usage.
I'm not an expert on regexp. But your 'language' rule seems way too permissive : `const language = `(([a-zA-Z]{2,3}(-${extlang})?)|([a-zA-Z]{5,8}))`;` I admire the fact you want to manage these locales with...
Obviously it needs to be changed. To fix the fact isLocal() calls was not working with every *good* string (https://github.com/validatorjs/validator.js/issues/2100) you made it working for almost every *bad* string...
I've just upgraded my Flutter SDK from 3.19.6 to 3.22.0 and so my DevTools is now 2.34.3. The problem is still there (my project path appears on the new combo...
Hi @hangyujin 1. The information is on the issue, I'm using VSCode. However, I've tested it on a Chrome browser and the result is the same. 2. Others functions are...