Bryant Eadon
Bryant Eadon
I am currently experiencing hard drive issues in my machine. I have coredumps showing that rtorrent is crashing - I suspect during a checksum validation. How should these be reported...
Left this on rtorrent , but it looks like it might be in this library instead: Caught internal_error: FileList::mark_completed(...) received a chunk that has already been finished. [#34BF0C062F8728B8A16ED5FF9A925548A6A2B0C8] /lib/x86_64-linux-gnu/libtorrent.so.21(_ZN7torrent14internal_error10initializeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x257) [0x7f666f7f3fd7]...
I would like to offer a CI / CD pipeline to build this. First cut proposal - GitHub Actions are set to build based on gitflow workflow, release/feature branch, and...
So, what do we all think of supporting a Makerbot 5th gen ? Is it tricky to get compatible ?
Not a complete fix, but an obvious fix for the missing OSX dependency.
I actually would like to stick this SD card on a machine and send files to it. For 3d-printing the availability of having a wifi-enabled card is pretty neat. Has...
lolminer does not handle shutdown when the GPU has suddenly disappeared. lolminer 1.76a this is the process on the process table: username 3684 2353 14 09:50 ? 00:15:13 [lolMiner] This...
Can I request that the releases section of GitHub is populated with stable releases ?
Can I ask a maintainer to please update the "Release" page in GitHub showing the releases (and maybe the tags too?) that resulted in the releases hosted on Thingiverse ?...
There appears to be a typo in the released v0.1.3 .h file See : https://github.com/funbiscuit/embedded-cli/releases/tag/v0.1.3 Line 49, `#elif UINTPTR_MAX == 0xFFFFFFFFFFFFFFFFu` should probably be: `#elif UINTPTR_MAX == 0xFFFFFFFFFFFFFFFF` right ?