muji

Results 108 comments of muji

Clearly I didn't implement the JSON lint logic that was in the original bash implementation too, I think this is even cleaner I do a JSON.parse() and if that fails...

Hi, So I am running into the same issue here, I want at runtime to either have logging enabled or not. The enum solution works up to a point, it...

One easier way to do this (avoiding adding a trait) would be to formalize support for the enum version by adding it to this library, currently it looks like this:...

It would be breaking change so would necessitate a bump to `v0.8` I think.

@zhiburt I have had a go at sketching this out in [this PR](https://github.com/zhiburt/expectrl/pull/67). I think the trait makes documentation easier and exposes a consistent API for callers regardless of which...

Can I please add to this that support for preferences separated by namespace would be *very useful*. My app supports multiple accounts and I want the preferences to be distinct...

> > Can I please add to this that support for preferences separated by namespace would be _very useful_. My app supports multiple accounts and I want the preferences to...

This problem still exists using `3.0.0-beta.2`, my code is very simple (no state involved): ```dart class ScanBarcode extends StatelessWidget { const ScanBarcode({super.key}); @override Widget build(BuildContext context) { return MobileScanner( onDetect:...

Note that we can't update from `0.7` to `0.8` of rand unless we can get `ff-zeroize` updated, see: https://github.com/algorand/ff-zeroize/pull/2