Leonardo Mello
Leonardo Mello
@romange the `ParseHumanReadableBytes` parses a slightly different format _(without the ending `B`)_. eg.: 2G, 512M. Should it be changed to consider the B or it is not that important? Also...
Thanks @dranikpg, I'll try to update the kernel. I've changed the commit to re-use the Exists logic.
It seems to have an integration with Github Actions: https://pre-commit.ci/ It is able to run the pre-commit and create a commit with the changes, but I think it might pollute...
@romange I've manage to add the CI Action to use the pre-commit run check and it fails if there is any error. The problem is that I could make it...
@justinmk Is this still a problem? I'm not able to reproduce it on Windows 11.
@romange, I'll work on this. Could you clarify the following questions, please? 1. `cluster_mode` and `cluster-announce-ip` are flags specified on the dragonfly start-up? Like `dragonfly --cluster_mode=emulate --cluster-announce-ip=127.0.0.1`? I ask because...
This doesn't happen anymore. Tested on: ```shell NVIM v0.9.5 Build type: RelWithDebInfo LuaJIT 2.1.1703942320 ```
@chakaz the new solution: 1. For each shard a. gets a random Cursor based on the available segments and buckets and if it is empty the iterator is responsible for...
@chakaz I did the changes as you suggested
I'm working on something similar to this on #25236. Neovim is considering ':/' even if ':' is not in `isfname`. https://github.com/neovim/neovim/blob/e353c869cea4541d00d627ec82724d3f247225a3/src/nvim/window.c#L6949-L6954 Should we change the logic to considers '://' instead?...