Herman Bergwerf
Herman Bergwerf
This would be pretty nice :-) Maybe you can use a Sink. (if I understand correctly the converters in `dart:convert` are using sinks, GZIP in `dart:io` uses `ByteConversionSink`). I'm decoding...
@zoechi a RandomAccessFile specific implementation would not work with data that is retrieved over http though
I understand. Thanks for your work! (the `image` library is also pretty cool!)
Bold would be amazing! I tried to increase the weight in FontForge but I don't really know how to properly deal with the deformations. A basic 'fake' bold would already...
I think a more orthogonal solution would be to specify the `Props` in a `props` field (just like the `uniforms` field) instead of letting it be any extra field added...
I'm a bit stumped this issue is still open. I'm essentially forced to either switch to another bundler (maybe Rollup) or remove the use of `import * as ... from...
I see a weird issue where the nodes and the text are crisp, but the connections (and also the "Group" block) is not. Makes no sense, in the HTML inspector...
Thanks for the pointer! I was thinking it could be valuable to add some kind of exception handling to report back to the user that the download handler ran out...
For the installation you can just add a `requirements.txt` containing the dependencies. I will open a PR if I find another working method for the CSS customization.
This is due to an issue in RTD: https://github.com/rtfd/readthedocs.org/issues/152 Basically RTD does not allow you to extend the layout.html template.