Andersmholmgren
Andersmholmgren
Yeah would be nice if this one was prioritised
FYI I've seen this in my logs over quite a long period but largely ignored it as the app seemed to work fine. I'm looking more closely at it now...
+100 on the drag n drop reordering
I need to find a new owner for this repo as I no longer have anything to do with dart any volunteers?
Make this optional with default being the current behaviour. i.e. an optional named argument to disable the sort ``` String toYamlString(node, {bool sortKeys: true}) { ```
This package was first written to support https://github.com/Andersmholmgren/pubspec as there were no write packages for yaml at the time. From memory the `yaml` package simply returns hash maps, so if...
This does look like the issue I hit. My use case is changing the types of dependencies. e.g. path git and potentially hosted in the future
Unfortunately, my innovation week has ended so I'll drop this for a while. I am making do with the workaround https://github.com/Andersmholmgren/react.dart/tree/workaround_for_missing_props for now
I would add doc, examples and best practices around testing. I find that the trickiest part. I have lots of unit tests but they are brittle as they are full...
You just made my day. With a bit of luck I'll be able to have reliable, repeatable and fast unit tests for this layer. That would be truly awesome On...