Fabian Freund
Fabian Freund
Very interesting topic! Is there currently any wip related to this @karussell ? I saw ORS did something similar with `green` and (maybe) `quiet` weighting options (https://giscience.github.io/openrouteservice/documentation/routing-options/Routing-Options.html). But I think...
I threw together a working sample: https://github.com/FaFre/flutter_svg_color_opacity_bug `currentColor` is working for the SVG, it's just that opacity has no effect.
@therealrobster there is a package called `pamac`, which is already preinstalled in some Arch-based distros. You don't feel a difference between AUR/official repositories anymore from a usability perspective. Check that...
@natebosch - haven't had the time to read the agreement yet. Will do it today or tomorrow.
@googlebot I signed it!
@aytunch I'm happy you find use in it :+1: Well, it depends. The provided API is pretty high level. The only option we have is to call [abort](https://api.dart.dev/stable/2.10.2/dart-io/HttpClientRequest/abort.html), but the...
@aytunch I use the feature already in my App's since a couple of months and didn't encounter any problems with it (not targeting web). However, the implementation for web may...
@aytunch While doing some research on the web request I actually discovered that also the dart:io implementation isn't able to abort requests once the server started sending data. The implementation...
Whats the ETA of this?
Oh, after debugging a little bit, setting `crashRecovery: false` when opening the box prevents the wipe. Is it guaranteed with setting `crashRecovery: false` that noting is written during `openBox`, providing...