Chris Sells
Chris Sells
https://pub.dev/packages/path_to_regexp allows you to validate args via REs, e.g. `/user/:id(\d+)`. This saves the user of page_router from doing validation separately; instead it can be built right into the route path...
If I do something wrong in a notebook, e.g. "x = 4" and "x" is undefined, the error message is shown in the stdout of the Jupyter server, not in...
Current the https://flutter.github.io/samples/# page Sample, Cookbook and Web Demos categories. It would be great to add a CodePen category, too, to surface particularly wonderful Flutter CodePens, e.g. like these from...
They're listed on https://bower.io/docs/config/ but not doc'd in this spec.
I assume it just hasn't been tested, but when the example app is started on an iPad in landscape mode, either on a real device on in the emulator, the...
I didn't see anything in the API that provided support for paged Atom feeds. Am I missing it? Is that planned?
- provided AtomFeed.toXml function - added tests for XML generation - added tests for RFC 5005 (Atom pagination) - updated Atom.xml and Empty.xml to pass [ATOM feed validator](https://validator.w3.org/feed/) - updated...
The Azure Cloud Explorer shows itself after an install. I'd like to see the us do the same for a discoverability pov.
it feels like we're using touch-based d'n'd instead of mouse-based d'n'd which is intrinsically "squishy" as you have to move 5-10 pixels before a drag operation is registered and the...
**Context As soon as provider is deprecated, riverpod is going to be assumed to be the new "default" state management solution for Flutter. There are other possibilities, e.g. bloc, but...