Boris Nagaev
Boris Nagaev
Replace universal error message "Serialized regexp incompatible with your system" with more specific messages like "Bad MaxWordSize in serialized regexp. Expected ... Found ...".
Fix https://github.com/mxe/mxe-apt/issues/5 See [the output](https://gist.githubusercontent.com/starius/f609e954f9591727b36b5e68f2b9aca7/raw/5155c4bc04b8486ef75b37c88ca0a827852c454c/files.sha256sum.asc) for [the recent release](http://pkg.mxe.cc/releases/2017-02-11/).
I would like to be able to evict an item (or at least its value) from memory. Reopening a database as advised in https://github.com/steveyen/gkvlite/issues/4#issuecomment-56056262 is suboptimal, as it introduces long...
If I understand correctly, how it works, it should be: ```diff diff --git a/collection.go b/collection.go index 6e92191..1a91b0c 100644 --- a/collection.go +++ b/collection.go @@ -245,6 +245,7 @@ func (t *Collection) EvictSomeItems()...
Storage proofs are used in some altcoins, e.g. Sia The idea is that one participant (renter) uploads data to another participant's server (host). The renter and host lock some funds...
If custom fee rates are used, the algorithm is tried. It selects a batch for the sweep using the greedy algorithm, which minimizes costs, and adds the sweep to the...
## Change Description If there is a coin of value equal to the amount reserved for anchor bumping (e.g. 100k sats), SendAll used to spend it and to create another...
I got used to remove last written word using Ctrl+Backspace. In Gossip this results in removing the whole message. Fortunately Ctrl+Z works, but please fix Ctrl+Backspace. Ctrl+Left jumps to the...
## Change Description Previously, LND log used to have such records: ``` [WRN] PEER: Peer(...): Link=%!v(MISSING) is not active ``` Now the short channel ID is printed there instead of...