Pavol Rusnak
Pavol Rusnak
Let's push linux-arm64 releases to Docker Hub, please!
> @prusnak at this point FDM Monster arm64 is already available as a separate tag. Which one?
tangential: showing hex strings with proportional font is **yuck**
related https://github.com/darosior/python-bip32/pull/40 - bip32 is stuck on coincurve 19.x, that PR hopefully bumps the dependency to 20.x soon
Please merge and make a new release on PyPI, this is making the library unusable with modern python versions. If you are not able to merge in time (it's been...
> i think i'll also drop the upper bound. that would be awesome! coincurve are bumping their major version aggressively even though there are no API breaking changes so this...
> Is there a specific reason why mempool isn't in nixpkgs? Yes, nobody has done it. > Should I try and port your efforts so it ends up there? Yes,...
With Legacy the main issue is that: a) newlib maintainers leak build paths to their builds (each distribution is built differently and builds for different archs have different paths) b)...
I updated gcc-arm-embedded locally to version 11 and the issue still persists with firmware built from master using gcc-arm-embedded-11: ``` $ strings legacy/firmware/firmware.bin | grep -i jenkins /data/jenkins/workspace/GNU-toolchain/arm-11-2/src/newlib-cygwin/newlib/libc/stdlib/dtoa.c /data/jenkins/workspace/GNU-toolchain/arm-11-2/src/newlib-cygwin/newlib/libc/stdlib/mprec.c $...
I tried to build with the following patch to see which functions are required from newlib: ``` patch diff --git a/legacy/Makefile.include b/legacy/Makefile.include index b5149c4fe..658ee5727 100644 --- a/legacy/Makefile.include +++ b/legacy/Makefile.include @@...