DubbaThony
DubbaThony
#### System information Debian 11 server (CPX21 @ hetzner) Geth Version: 1.10.21-stable Git Commit: 671094279e8d27f4b4c3c94bf8b636c26b473976 Git Commit Date: 20220727 Architecture: amd64 Go Version: go1.18.4 Operating System: linux Node type: Archive...
## Summary This PR aims to fix #1236. While it's not the pretties fix, it avoids panic ## Changes Within `Unset` function instead of iterating over an slice and removing...
Lazarus: escape json strings, add cross-compile targets to project settings, re-compiled binaries for all supported systems. Add support for 64-bit MacOs, 32 bit Linux, 32 bit freeBSD, 32 bit Windows...
It looks like Lazarus has an issue with JSON encoding. For example if field contains exacly string `[""]`, and its read, it gives an error: ``` => Sent: {"id":100,"method":"callObjectMethod","params":[3,"lines.getAll",[]],"callback":null} JSON...
Current version on GH on master contains major fix for windows, but it's not available on composer. I suggest creating version tag
Hello, I am trying to set up dual mining ETH (nanopool) + SIA (any pool), but I am failing repeatitevely. Currently my params are: ``` EthDcrMiner64.exe -epool eth-eu2.nanopool.org:9999 -ewal 0xMY_ADDRESS.Claymore...
While calling i2c functions, for example `i2c_write_blocking_until()`, internally `i2c_write_blocking_internal` is called, where `uint32_t abort_reason = 0;` gets defined, but there is no real way to get this value raw as...
Null pointer dereference, nil pointer, undefined, etc. We all seen it. It happenes often. It makes sense to have specific code for it. It makes also sense to put it...
As in title, I cannot find in repo LICENSE file, nor in README mention of license. I can see there are license conditions in source files, why not put them...
Is it possible to get PHP-ZTS (Zend Thread Safe, compilation flag, allows installing `parallel` extension) with asdf-php? Even if this would mean I need to locally build it (just want...