Daniel Cachapa
Daniel Cachapa
I agree with Steven. Making everything pluggable will increase code complexity and implementation time. I suggest going for basic functionality first, and add more complex features once the basic system...
Is this issue still being worked on? I'm still experiencing ~10x slower performance on MD5 compared to the native shell command line for large files (in my example, 121MB). On...
Hey thanks for the reply, I missed it because of vacation, but I'll try that. In any case I think that making it analogue to click processing makes a lot...
I have a HLC + CRDT implementation in dart here: https://github.com/cachapa/crdt Though I suspect that you probably want to implement it in Rust, it might still be interesting as a...
@nex3 I believe it is your name tagged in the TODOs: https://github.com/dart-lang/http/blob/master/lib/src/base_request.dart#L85 https://github.com/dart-lang/http/blob/master/lib/src/base_response.dart#L30 This is blocking a project I'm currently working on and was wondering if it could be given...
Thanks for the PR. I'm a bit skeptical that this is the right approach since it essentially wholesale reimplements the entire code just to support bit operations which I have...
I'm guessing this is specifically on Google Chromecast with Android TV. Unfortunately it seems Google decided to remove the screen saver functionality from that device, so there's nothing we can...
Thanks for the feedback. I think the idea is good, but too specific for the app. I can see it working as a plugin of sorts, which would require the...
Thanks for the report. I tried it here and there was no UI being shown, though I did see the memory usage climbing in the Chrome task manager. I quickly...
That's what I'm worried about - if it's the generated code then it could be a difficult fix as it makes up the bulk of the complexity in the project....