Paul G
Paul G
I plugged in your v2 code into demerphq/smhasher and, unlike v1, it's failing most of its test suite. Have you tested it with that smhasher fork by any chance? It...
I have run into this use case a few times now: I want all of characteristic's goodness for the entire set of attributes, but it only makes sense for .__hash__()...
Various identifiers from Avian's vm::OpCode enum - fadd, fmul, fsub, fdiv - clash with fadd, fmul, fsub, fdiv declared elsewhere when compiling on a modern Linux system. This results in...
Various identifiers from Avian's vm::OpCode enum - fadd, fmul, fsub, fdiv - clash with fadd, fmul, fsub, fdiv declared elsewhere when compiling on a modern Linux system. This patch is...
Thought you might like the numbers for Skylake-X which, despite supposedly not being a big step, actually made a number of massive latency and throughput improvements. ``` processor : 5...
Sumokoin_Wallet-v0.0.2-Linux-x64.tar.gz should be a tar.bz2 As it stands, people are going to be trying to gunzip it and getting errors.
When I break into it with kill -2 $PID: ``` │ Program received signal SIGINT, Interrupt. │ │ 0x00007ffff7b6a36b in select () from /usr/lib/libc.so.6 (gdb) │ │ (gdb) │ │...
Ladybird-latest (built in a standard way via aur/ladybird-git PKGBUILD) appears to load every font available on the system: ``` smem -k -m -P '^/usr/share/serenity/Base/bin/ladybird' | grep font | wc -l...
Config: Up-to-date Arch with invidtui from aur/invidtui-bin Steps to reproduce: launch a video with 'V', mpv starts playing video in own window, close window Actual result: invidtui crashes; screws up...
Config: latest Arch with invidtui from aur/invidtui-bin Steps to reproduce: play any video with 'V', try to exit the player with 'q' (default mpv keybind for 'quit'), nothing happens NB:...