Danny Milosavljevic
Danny Milosavljevic
>Excellent! I guess, everything is resolved then. Yeah, sorry for the noise. >Which fixes do you mean? R40 fel not timing out. >The last released version of sunxi-tools just does...
Sure. I've checked the diff between v1.4.2 and master and it seems usb handling in fel got refactored entirely and is now in fel_lib.c . If you want you can...
When I try to execute the `bin/uart0-helloworld-sdboot.sunxi` of v1.4.2 it apparently never works (also when I try to execute the old `bin/uart0-helloworld-sdboot.sunxi` of v1.4.2 using master fel - and when...
Guix System basically has versioned operating systems (i.e. you can go back to all your historical versions). You can select which version to boot in the grub boot menu. That...
@tlaurion: >Bootloader aware of the whole OS versioning system? The bootloader is not really aware of anything special--it's just that every time the guix system is reconfigured, guix overwrites grub's...
About the crates that can be used: `ssmarshal` is surprisingly good for that (I'd give it 10 of 10 points)--but technically one would be using the crate for something it...
To be clear--we want to make sure that liblouis' python extensions use the exact same library of liblouis that liblouis' python extension was compiled for (and we do the same...
This works for me as well.
Hi, > How does it look if we include a few different tuple sizes in the example? Like `(), (T,), (T1, T2)`. I think that could make it clearer without...
I'm pretty sure it's because your docker container uses alpine which uses musl rather than glibc so it also uses different linker settings. You basically have the same problem as...