Mateusz Perlak

Results 40 comments of Mateusz Perlak

I got same issue for last few months - can't use that package because of it.

My images failed because they were WEBP format.

Can't reproduce after flutter upgrade. ```Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel beta, v1.6.3, on Microsoft Windows [Version 10.0.17134.765], locale en-US) [√] Android toolchain...

I like that dynamo is lightweight library, adding RxAndroid will add dependencies and library will grow, also many application do not use RxAndroid and would benefit from dynamo itself. Maybe...

I was able to reproduce this on version `2.0.10` at Windows - did you merged this fix or it is on some branch? I would love to test it

> I was able to reproduce this on version `2.0.10` at Windows - did you merged this fix or it is on some branch? I would love to test it...

However when I add a file to zip with `archive` and set permissions of that file to `100777` (octets) then after unzipping the file in linux (subsystem) the permissions are...

`archive` packages seems like reads and writes the permissions correctly. However somehow the linux (ubuntu) `unzip` command doesn't propagate the permission correctly. here is file permissions for file created with...

I am sorry for the delay. Yes, I consider it maintained, but this feature is not priority while I am busy with other things. I will get back to this...

I am slowly working to have gPRC with Aqueduct, but to get it working I got a channel with grpc server instance on startup, that alone is single socket server...