Alexandre Lacombe
Alexandre Lacombe
The code here to tests for polygon on polygon collision takes into account that second polygon can be fully inside first polygon. It checks if a point of poly2 is...
When database document contains document reference, Exception will occur [here](https://github.com/atn832/fake_cloud_firestore/blob/6164f7f0e9b28ee41853cd6859d8faba4a7f130f/lib/src/fake_cloud_firestore_instance.dart#L149) Error thrown is this: ` JsonUnsupportedObjectError (Converting object did not return an encodable object: Instance of 'MockDocumentReference') ` I fixed...
**Describe the bug** When running `dart run custom-lint --watch` in terminal or looking in custom_lint.log, no VM service Uri is to be found to attach the Dart process of the...
## Expected Behavior Expect placeholder format "decimalPatternDigits" to be accepted. ## Actual Behavior Placeholder format "decimalPatternDigits" is not accepted by the static analysis of the ARB file `Value is not...
### What package does this bug report belong to? go_router_builder ### What target platforms are you seeing this bug on? Web ### Have you already upgraded your packages? Yes ###...
When we provide Qr Code an image with a base64 encoded data uri, no image is rendered in the middle of the QR Code using nodejs. I have personally tried...
When indenting an initializer list when the parameter list is long enough and reaches page width, the initializer list will indent an odd number of columns. For example: ```dart class...
## What feature would you like to see? I have some issues with the current implementation of `Filter.or()` and `Filter.and()`. The current implementation declares every filter parameter as a positional...
Take the following code snippet: ```ts const [err, data] = validate({str: 'str'}, object({str: string(), def: defaulted(string(), '')})); console.log(err); console.log(data); ``` The previous code will have this error message in the...
**Describe the bug** I have a monorepo with a bunch of packages written in TS. At the root is the Flutter front-end project and a node_modules for pnpm dependencies. It...