Will Bryant
Will Bryant
Second thing, the code you've changed here makes this option work properly in the column header mode. To make it work in the table cell mode, you need to also...
We have this need too. The good news is that this doesn't need huge changes. In fact, I am currently using this hack: https://github.com/willbryant/flutterlocation/commit/3851e050797b385d16bffedfce7c6cb43abd6064 As you can see all it...
We're still all keen, just waiting for feedback from @Lyokone on which option is acceptable.
Yeah, good question - personally I would only want the string (which IIRC is what we got from Syck), but I can see the case for returning the node. If...
That's interesting - are you thinking of an API that will hand over both the original representation (node) and the default parsed representation (potentially a hash)?
We have a BigDecimal serialisation, which we put in in 2007 before there was any standard format. At that time we used Syck: ``` ruby class BigDecimal def to_yaml(opts =...
Rebased to master.
Make sure you're initializing the controller outside of the widget build so that it persists. Paste your code if you're still having trouble.
Rebased to master and fixed merge conflict with the `dart format` commit.
I don't have any references to `defaultPanelState` and I don't remember/see any code in my app to handle backdrop taps, I think it is the default behavior?