Alek Ratzloff
Alek Ratzloff
Also, as a suggestion/feature request, would it be possible to separate numpad interactions into their own key event? I get this feeling it won't be possible (at least in (pa)ncurses),...
* OS is Arch Linux * ncurses 6.0 * Terminal is [alacritty](https://github.com/jwilm/alacritty) * `$TERM` for all tests (except where indicated otherwise) is `screen-256color` I did not have the chance to...
If I may add, the current 'help' message isn't all that helpful. It simply tells you to "go to https://buckaroo.readthedocs.io/en/latest/cli.html" instead of displaying some actual options of how to use...
Is this going to get merged? I've been using the code from this PR for a few years now and it's making my devops pipeline, um, difficult.
This is something I'd be interested in looking at when I finish up #33.
> implement a sensible drop strategy for “Collector” (including stopping the background threads and ensuring they’ve cleaned up their data) Are these just normal threads? Do you think there could...
@Others this appears to be the case. Using your example, I'm getting this output: ``` Error Leaked 52 B Info at malloc (vg_replace_malloc.c:307) at alloc::alloc::alloc (alloc.rs:74) at hashbrown::raw::RawTable::new_uninitialized (mod.rs:411) at...
This is tugging at my curiosity. I put a `thread::sleep` for 1 second right before exiting, and that seems to reduce some of the leaks: ``` Error Leaked 2.3 kiB...
@Others That appeared to fix it. I'm only seeing the 288B and 3.4KB leaks now, which are expected.
I am experiencing this issue with this version of Docker: ``` Client: Version: 18.09.0-ce API version: 1.39 Go version: go1.11.2 Git commit: 4d60db472b Built: Fri Nov 9 00:05:34 2018 OS/Arch:...