Dampfwalze

Results 9 comments of Dampfwalze

I have this problem too, I am trying to pick files of an external USB device. The whole point of this is that I don't have enough memory on my...

I would rather change only the serv function, since when you access the parameter map in unpub.dart, it may return null: ```diff -Future serve([String? host = '0.0.0.0', int port =...

There is already a pull request: https://github.com/bytedance/unpub/pull/85

@koute Please review ASAP.

The suggestion by @eduardvercaemer does fix the compile error, but pinning `wasm-bindgen` has other undesired impacts for me and really should not be the solution to the problem. I think...

I came across this issue myself, because I needed a streamed response on web. Since an implementation did not exist, I implemented it myself: Implementation ```dart import 'dart:async' show Future,...

Well, no, it does not say it works. Your code snippet does not even make sense. The `Client` class from the http package is abstract and only an interface. The...

I am sorry, while editing it magicaly submitted by itself. I wasn't done...

Yes, it is ready for review. Sorry, I messed up a bit.