Kyle Venn
Kyle Venn
**Describe the issue** A partial model provided to `optimisticResult` is overwriting the cache for the fields that were _not_ provided with null values. **To Reproduce (MUST BE PROVIDED)** I provide...
**Describe the bug** I got some help setting up a custom extension with LivePlugin [here](https://github.com/krasa/GrepConsole/issues/47#issuecomment-1694501190). Now, every time I restart IntelliJ I get the error toast in the screenshot below....
My app supports universal app links on iOS and app links on Android. I'm using flavors to create two separate apps and each one is using a separate domain for...
I'm receiving the following error when trying to open a box. I haven't been able to find any indication on why this would fail (it's happening to about 5% of...
Right now it lists branches as "outdated, not merged" because it is unaware of squash-merged branches. I've been using this stack-overflow solution to list local branches that have been squash-merged...
I'm using the new [sheet](https://github.com/jamesblasco/modal_bottom_sheet/tree/main/sheet) package. In the app Flighty, when you drag the bottom sheet to a new position, it triggers some nice haptics. The haptics fire when you...
### Platforms dart, Android, iOS ### Description This appears to only work for circular (or square) buttons. It would be great to support longer buttons (like those that contain text)....
### Describe the bug The validator is saying my scheme is invalid because URI schemes prefixed with "pin" are ignored (return null). My app name is "ping". Is this causing...
**Is your feature request related to a problem? Please describe.** I'm frustrated that I have to create an in-memory (fully synchronous) version of my Isar database. Hive allowed me to...
I'm seeing an issue where autocomplete of arguments (and their columns) passed to `where` aren't working in VSCode. I'd like to use the objection notation which relies on the `PartialModelObject`....