Igor de Alcantara Barroso
Igor de Alcantara Barroso
Thanks for the reply @seanmor5. I imagine you have enough on your plate :). I am happy to contribute to this library in any way you see fit. Either sending...
@sweenish I used https://github.com/edkolev/tmuxline.vim to generate one for me. ``` set -g status-justify "left" set -g status "on" set -g status-left-style "none" set -g message-command-style "fg=#002635,bg=#1c8db2" set -g status-right-style "none"...
To help illustrate this issue I've added #212 with currently failing tests.
@evadne thanks for that. We are still in the process of updating to elixir 1.15. But I've picked up your updated branch and it is queued up to be tested...
Failure on NixOS, using `nix develop` to spin up the environment. Running `MIX_ENV=dev just release-local`. CPU is a Ryzen AI Max+ 395. Output ``` Resolving Hex dependencies... Resolution completed in...
Am I correct in understanding this only affects CPUs with high core count? Could it be possible to limit the number of cores being used to work around the issue?
This might be helpful: https://web.archive.org/web/20230925091047/https://natetodd.com/improving-liveview-external-uploads/ TL;DR; When using `cancel_upload` you can fire a JS event. Add a listener for it in your uploader config to stop the xhr request. Maybe...