quaaantumdev
quaaantumdev
**Describe the bug:** Setting lineHeight on "li" element breaks alignment of list marker for both "ol" and "ul". **HTML to reproduce the issue:** ```html The dot displayed at the list...
## :scroll: Description fixed Scope.clone, incorrectly accesses tags and therefore crashes. Main branch currently extracts the keys from _tags to iterate over. This is all fine but it the tries...
## 🐛 Bug Report Looks like any image url that returns an compressed response from the server does not work. The error in the console is: ```text image resource service:...
The current tagFilters implementation does not support OR relations, and it has implementation errors which should throw errors, but luckily dart/flutter does not throw (yet). This PR fixes both. The...
The query parameters are not encoded properly or are decoded incorrectly somewhere in the process. I am pretty sure it has something to do with the use of the ```UrlState(..).url```...
*This is available as a non-breaking pull request and simply be merged: https://github.com/knoxpo/dart_algolia/pull/135* **Is your feature request related to a problem? Please describe.** When changing the settings of an index,...
see https://github.com/knoxpo/dart_algolia/issues/136 for a description
See issue https://github.com/knoxpo/dart_algolia/issues/134 for a description
Dart version: 3.4.3 Flutter version: 3.22.2 **Describe the bug** The library incorrectly encodes the objectID and other paramters for the url. **To Reproduce** ```dart final index = Algolia(...).index('my-index'); final objectRef...
**Package Version** super_editor, GitHub, stable branch (#d519ae5247f7bcfa1722d75ab3c92fc8804bf1d9) **User Info** "individual" **To Reproduce** not sure but the SuperReader was placed inside a CustomScrollView and the orientation of the device changed to...