Federico Simonetta
Federico Simonetta
I can handle this issue if you can tell your opinion. Option 1. works out-of-the box, while option 2. needs to add code to `Optimizer` initializer to be compatible with...
Hello, will this branch be merged sooner or later?
To me, this PR is not working with "grid" mode: ``` import numpy as np import skopt from skopt.space import Real import matplotlib.pyplot as plt space = [ Real(1, 10,...
Sorry, I'm completely new to nim and not that expert in C/C++. You suggest running an external process to build the library right? Indeed, this is what Essentia does [when...
Found that with Julia 1.6.1 only Flux is not found correctly. With Julia 1.3.1 I have the above errors
I use vim. Usually, such options are set from within the code with comment directives or from a standalone configuration file. Is this possible with LanguageServer?
In vim, we can set some options ([here](https://github.com/neovim/nvim-lspconfig/blob/master/CONFIG.md#julials) a list) but it seems not possible su suppress errors on specific lines via comments.
> Is this outdated? I copied this approach but I think treesitter-textobjects is not working for me. If I understand correctly `vif` or `vic` should select function or class but...
Here a possible solution, I use it with light Solarized scheme from vim-scripts. The original colors work fine with dark Solarized for me... https://github.com/jaxbot/semantic-highlight.vim/issues/70#issuecomment-363793299
I have forked this plugin and made a version compatible with light backgrounds: https://github.com/00sapo/semantic-highlight.vim/. It's also compatible with Oni editor. I'm going to create a pull request on this project.