Mariusz Kryński

Results 26 comments of Mariusz Kryński

@willmcgugan On my production S3 buckets I simply do not have these directory markers at all (Instead I see a lot of empty files with suffix `_$folder$` - other way...

Try to enable lto: https://doc.rust-lang.org/cargo/reference/profiles.html#lto

thanks, trying to reproduce it locally

I'm not able to reproduce it, I succesfully built two projects with `mrkits/rust-mos:latest` docker image. Please do not use `stable` image, it is outdated, use `latest`. In my logs I...

I had to fix this code on my branch this way: https://github.com/mrk-its/canopen-stack/commit/3818deec123e162456e083a52f756b2c868a6b36

@sveinse I started using your fork (I really need async) and it works great! @christiansandberg what are your the plans about providing async interface? I think it is must have...