Pepijn de Vos

Results 139 comments of Pepijn de Vos

That would make it faster, at the cost of detecting less. But yea, of you just want to detect the 5 major browsers on 3 major OSes, that's fine.

If we could bump glibc to 2.17 as suggested, that would also probably solve https://github.com/JuliaPackaging/Yggdrasil/pull/3513 > The function aligned_alloc() was added to glibc in version 2.16. https://linux.die.net/man/3/aligned_alloc

I looked into this a little bit, and it seems the SDCC crt0 is _very_ minimal compared to the GBDK one. The SDCC one just sets up the stack and...

So the challenge is finding all functions defined by both. I thought I could either grep the source or use `objdump` to create a listing. I tried this, which gives...

Update: I did the same for SDCC and compared. ``` ar -xf '/usr/share/sdcc/lib/gbz80/gbz80.lib' cat *.rel | grep -oE "^S [^.]\w*" | sort -u > ../sdcclib.txt grep -f sdcclib.txt gbdklib.txt S...

Looks good, but it seems more of a code dump than a maintained project. It seems to be a refactor of the SDCC linker, but I wonder why it's not...

Not really

Yea for Gowin, there is a working proof of concept. There is a lot of work left to do. In terms of documenting, global clock nets and more primitives. In...

We recently got this scale and troubles with the official app lead me to this issue. If my girlfriend can't get the app to work maybe I'll try to play...

The compat one should be as easy as adding ``` [compat] julia = "1" ``` If you want to give me commit access I'd be happy to take care of...