François Bernier

Results 8 issues of François Bernier

Works when the heap length is < 10 but fails with 10+ ``` ruby min_heap = ::Containers::Heap.new(10.times.map{Object.new}){|x, y| (x y) == -1} while val = min_heap.pop do p val end...

I just quickly stumbled upon this repository and couldn't find much information about what it's actually doing to make the variables available in the JS. It is something I would...

Hey @tov, Thank you for your work on this crate. It's a very useful data structure. There are a few long-standing PRs from contributors which I believe would really improve...

Hi, I tried hacking around a little a while ago to add support for the `MDB_MULTIPLE` insert flag on `mdb_cursor_put` but failed. Here's my (maybe outdated) dirty branch: https://github.com/danburkert/lmdb-rs/compare/master...fbernier:mdb_multiple The...

As discussed, this currently fails. I'm working on a fix which will most likely be about adding an `owned` bool member to the ErlNifBinary struct.

Fixes https://github.com/fbernier/base62/issues/10

**Describe the bug** I'm running `sudo ./shrink-backup -atl /mnt/thelio/derp.img` on an OrangePi 5 Max running Armbian. This is the output: ``` fbernier@orangepi5-max:~/code/shrink-backup$ sudo ./shrink-backup -atl /mnt/thelio/derp.img ## Debugging requested, writing...

bug

This commit fixes a critical performance issue with custom encrypted DNS upstreams configured for persistent clients. The bug caused connections to be unnecessarily closed and rebuilt on every DNS request,...