O. Libre

Results 14 comments of O. Libre

Happy New Year @divan How are you? Do you think you will be able to spend some time on last PRs and issues in 2021? Hope you are well, your...

Thank you for the tip :-) But I have finally deleted the files using my FTP client. Could be nice to display a warning when number of selected files is...

There are many unofficial Dockerfile projects compiling Unbound from source. Two among them: 1. https://github.com/MatthewVance/unbound-docker maintained by @MatthewVance since 6 years 2. https://github.com/jedisct1/dnscrypt-server-docker enhanced by @jedisct1 to automatically configure [DNSCrypt](https://wikiless.org/wiki/DNSCrypt)...

It's incredible! Before reading your answer, I had also implemented exactly the same version with `append()` (`SortedKeysA`) and wrote a benchmark. My results using Go 1.15: ``` go test ./pkg/mymap...

My Bad. My old laptop CPU was heating and then reducing the CPU frequency. As that may provide biased results, I have changed the benchmark order. Multiple runs show `append()`...

TL;DR: In my opinion, `wsl` should not warn when an assignment is cuddled to a `for` block that uses it, even if it is in a sub-sub-sub nested block. ------------------------...

In the next month, I will propose a pull request with implementation, PCAP files (micro and nano precisions) and non-regression test. 👌 Commands to produce PCAP files having micro and...

Unfortunately option `-Z` is already used to disable GZip decompression of HTTP content (`scan_http`). I propose to replace option `-Z` by `-S decompress=fasle` (default value is `-S decompress=true`). This is...

Inverting the two function calls `get_term()` and `init_cmds()` has some major regression issues. The fix is in discussion with @rivy and official maintainer Mark Nudelman (and original author since 34...

Hi Garrett. I have successfully tested the beta version as proposed by Mark Nudelman (that version fixes this issue). You will have a new release on http://greenwoodsoftware.com/less/ in the coming...