Neko Box Coder
Neko Box Coder
Hi, thanks and appreciate the work. It would be great to have this feature added/completed, which will bring great performance for multi gpu setup, similar to what vllm already has.
micro opens the terminal at the current working directory, similar to other code editors like VSCode. You will need to cd to the directory first before editing the file.
The main thing I wanted was to able to do something like `RunCommand()` but doesn't block the main thread, for example something like a curl command which might take a...
> > But even then you still need to keep track of the command execution by storing it in global (probably in a map or some sort?) > > Yes,...
@dmaluka @niten94 Okay, then I will just modify `LaunchBackgroundShellFunc()` to `RunBackgroundCommand()` which will be similar to existing `RunCommand()` and might as well modify the documentation to deprecate `RunBackgroundShell()`.
This [PR](https://github.com/zyedidia/micro/pull/3310) fixes this issue for the current micro version.
Given #3310 is merged, which fixes this, maybe we can close this issue?
I am not into the details but just to chime in since I maintain quite a few plugins myself. Regarding > Micro "allows" plugins to register colorschemes via `config.AddRuntimeFile()`. However,...
> Do we need to deprecate `indentchar`? I'd rather fix it to do something closer to what its documentation says, instead of what it does now (i.e. simply displays all...
> > Repurposing a setting would be confusing since the user is not expecting it unless they read the documentation. > > It would be "backward compatible" in a sense:...