iOSonntag
iOSonntag
I developed an extension that does something like this: https://github.com/aissat/easy_localization/assets/81633235/9ba55e99-3db0-4fda-ba3c-85bed906b71b If this is badly wanted I might polish it a bit more and deploy it as a real extension for...
I use ``` // coverage:ignore-start void doNotCheckForCoverage() { someCode(); } // coverage:ignore-end ``` everywhere and it used to work good. But after writing a lot of test a strange behaviour...
I think there is an issue withe response handling of the token request with an refresh token. I think (I'm not 100% sure) that the key `refresh_token` in the response...
The Obsidian docs warns to not keep a reference on ViewItem classes and the FileExplorer is a ItemView class. Obsidian Docs: https://docs.obsidian.md/Plugins/User+interface/Views Ref held: Line 77 - `src/fec-main.ts` I have...
Hey folks, GREAT JOB on ElectroDB absolutely dope what you have build!! Just a quick note on one doc example I found to be misleading. In the ConditionExpression section under...
Update conditions.mdx
First of all GREAT WORK! What I am missing in the framework is to know exactly what is beeing loaded. This is so you can decide wether to show a...
First of all great work! Regarding my issue, I searched ages and dived deep into the framework code on how to be able to invalidate a query and only refetch...
I use ``` // coverage:ignore-start void doNotCheckForCoverage() { someCode(); } // coverage:ignore-end ``` everywhere and it used to work good. But after writing a lot of test a strange behaviour...
This is more like a fix offfering than a bug report but because the issue thread was locked i will post it here. With fastlane scan or snapshot you will...