julek-kal
julek-kal
Hi, I found potential issue on newest git version On older version(0.20.4) i had this code ```dart BlocBuilder( builder: (context, state) { return Opacity( key: saveButtonKey, opacity: hasChangedFields(state) ? 1...
Hi @GeekAbdelouahed, as I mentioned in #33 in this PR I've added the positioningStrategy parameter and default strategies(one of them is the current one, but with fixed #33 issue). If...
## Connection with issue(s) Close #1339 ## Solution description When `targetType` is nullable and the class is annotated with both converters for nullable and non-nullable type, `_compatibleMatch` returns two of...
Hi, I'm using posthog-js with a Vue/Nuxt setup, and I believe there's an issue with how opt_out_capturing_persistence_type is handled during initialization: ```ts posthog.init('', { opt_out_capturing_persistence_type: 'cookie', }); ``` When I...