Federico Simonetta
Federico Simonetta
When creating a new project, I use `lua require("nvim-projectconfig").edit_project_config()` for start writing a new project configuration. However this opens a lua file. Would it possible to have a variable according...
A nice feature would be the two letter search as in the original Vim easy-motion: https://github.com/easymotion/vim-easymotion#2-character-search-motion
For Jupyter compatibility, it would be nice if plugins could easily show images. Is it possible at now? If yes, how?
The following two lines are causing me a bit of headaches. Apparently, everything work, but those lines make nvim output the warning error `"problems detected while loading plugins' configurations"`. Nothing...
According to sklearn API, a data or feature pre-processor should accept the `y` argument in `transform()`. For instance, I'm trying to add balancing algorithms, that do need the `y` because...
https://github.com/00sapo/Essentia.jl Also, a question: do you have any idea about how I can modify the `wscript` to link against the Julia `libstdc++.so` instead of against the system one?
On my system (Linux) with Shiba downloaded from the release, I get a wrong mermaid rendering:  This is my `config.yml` (I tried various values of `drawer.responive` and default configuration)...
It would be useful if Shiba could support standard html tags, such as iframes. It would allow to include a lot of contents (e.g. YouTube, etc...)