Steven Roose

Results 245 comments of Steven Roose

I kinda stopped using Dart, so I can't really debug/test this anymore. If you find a fix/workaround, I'm happy to review and merge it and make a new release.

Hey. Sorry, I haven't been doing any Dart development for the last 5 years, so I don't actively work on this library anymore. I'm willing to review PRs if you...

I'm no longer maintaining this package. So feel free to make a PR and I will review it :) Thanks

Could you be more specific? I didn't work on this project for years.

Which different package is there? Since this package is unmaintained, I might be willing to give them the `bitcoin` pub name.

K thanks. I put a link above this github to them.

e609545d144c9975d41d0d5435460088db5187f9 implements our own help printing function. I'm wondering how variable categories could be implemented. First of all, a `HelpCategoriesForStructs` would allow a 1-line header for a set of flags...

I just realize that it is also possible to serve HTTPS without a certificate configured. However, not often practically useful (browsers block/alert users in this case, but can be useful...

That's a lot of text :) - Question 1. I meant the certificate DB password, not the Mongo password. It has to be passed as a String to `SecureSockets.initialize()` and...

Aha, found [`Uri.replace()`](https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:core.Uri#id_replace).