Results 43 issues of Erlend

Minor annoyance. I noticed the page is rendered once without style, before with style, which is is causing a flash of sorts. This happened on Firefox. I could not recreate...

I have a `StatefulWidget` with a `TransitionToImage(image: AdvancedNetworkImage...`. I get an exception when i call `setState` inside `TransitionToImage.loadedCallback`. Log: ``` Performing hot restart... Syncing files to device iPhone XR... Restarted...

bug
help wanted

CsvToListConverter adds extra rows for empty newlines at end of file. Would it make sense to skip these empty rows? I fixed it by doing: ``` rows.removeWhere((row) => row.length ==...

build fail on macOS ``` Flutter 1.18.0-6.0.pre • channel dev • https://github.com/flutter/flutter.git Framework • revision 84c84fb249 (10 days ago) • 2020-04-20 21:35:01 -0400 Engine • revision 2bde4f0ae4 Tools • Dart...

Is there a way to get the background color of the current theme? Also an event for when switching themes would be nice.

Is there a way to listen for motions using the Lua API? I'd like to perform some action on motions. Or is it possible to listen for a set of...

I would like to perform a custom command at spesific time intervals, but it doesn't seem like Lua support this type of operation. Would it make sense to add support...

Congrats on the 0.6 release! Not sure if you have considered adding a [CHANGELOG.md](https://github.com/olivierlacan/keep-a-changelog/blob/master/CHANGELOG.md) file to show major changes per release as a text file in the repo?

I experience some strange page-up behaviour using `Ctrl-u` on the attached `datapackage.json` file. It seem to happen if you scroll below the `documentation` item, which has a long line of...

I recently tried to render a `.html` file in a route in `Vapor 4` and did not find any documentation on it except from on an stackoverflow answer. The [community](https://discord.com/channels/431917998102675485/519613337638797315/760413739190845440)...

help wanted
good first issue