Patryk Wychowaniec

Results 114 comments of Patryk Wychowaniec

fwiw, when a shader is instantiated, Mac compiles it asynchronously in the background using MTLCompilerService - and I've found out that this shader-compiler is... pretty flake'y - it can easily...

Oh, that's nice - yeah, should be doable πŸ™‚ Would you see such `retry` & `retry-interval` as a global configuration for all containers or you'd have some use-case for specifying...

> it would be nice to have a timeout on exec calls to lxc. Oh, this I can implement pretty quickly! πŸ˜„ Check out current master, I've just added there...

Huh, that's pretty random - I've just re-checked on my machine and everything seems to be working as intended, i.e. the commands complete without any extra delay: ``` pwy@ubu:~/Projects/lxd-snapper$ stdbuf...

Yeah, I did check on multiple machines - even with a few different kernel versions (4.14, 4.9 & 5.4) πŸ€” Would you mind checking [this binary](https://github.com/Patryk27/lxd-snapper/files/11031131/lxd-snapper.zip)? (it's lxd-snapper built via...

Okie, I've just prepared a different implementation - feel free to checkout current master branch if you find a minute πŸ™‚

Depending on your uC, reading fuse bits might require extra trickery - e.g. [datasheet for atmega328p](https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-7810-Automotive-Microcontrollers-ATmega328P_Datasheet.pdf) says: > **25.2.2 Reading the Fuse and Lock Bits from Software:** > It is...

fwiw, it might be worth retrying on the newest compiler - there were some changes implemented a few months ago addressing the register order during read/write operations πŸ™‚

I see - maybe `members = [ "src/*" ]` (+ filtering-out unnecessary directories through Nix) will do it? > I looked through the source and it looks like it's not...

Seems related: https://github.com/gfx-rs/naga/issues/819 - it looks like instead of relying on that `OpTypeImage`'s last argument, we should propagate this mutability information through elsewhere (no idea where, though).