Aurélien Rainone

Results 83 comments of Aurélien Rainone

Thankx for the good news. about time!

Hi @Issif thanks for reporting this! I haven't tried on firefox. ummmh that's indeed very problematic. I'll try to fix that when I'll come back from holyday In the meantime,...

Cool thank you @Issif ❤️

@adrianluff It would be indeed very nice if tmux-gitbar would for allow seemless integration with vim-tmuxline, as with any other plugins or tools, while remaining usable, as it is now,...

Support for homebrew is live @preslavmihaylov 🎉 I've updated instructions in the README

@elad-eyal `Ellipsis` configuration option has been added in latest gitmux version. The default config, which you can get with `gitmux -printcfg`, has it. Checkout https://github.com/arl/gitmux/releases/tag/v0.9.0

> diode/diode.go:111:16: SA6002: argument should be pointer-like to avoid allocations (staticcheck) bufPool.Put(p[:0]) ^ That's interesting. Are we definitely allocating something here or is `staticcheck` showing a false positive? Did anyone...

More context on the issue (and why the fix): We sometimes need to set `json.UseNumber` on a json decoder. However, when we do so, `go-jmespath` fails to decode JSON numbers...

> Is there a specific compliance test that would show the failure before this PR gets merged ? Hi @springcomp yes there should be a test. I'll look into it,...

I'd like to tackle this issue. So from what I understand: Exposing a local Prometheus HTTP endpoint, disabled by default, and maybe a script to run a Prometheus instance in...