Daniele Scasciafratte
Daniele Scasciafratte
As you can see on https://dotfyle.com/Mte90/dotfiles-config-nvim detects eslint but it isn't configured. https://github.com/mte90/dotfiles/blob/master/.config/nvim/lua/plugin/lsp.lua Instead I have also bashls, cssls and phpactor and intelephense.
As example mine didn't had that tag but just "neovim" and many doesn't have any tag at all. Maybe an heuritstic can be to check if the URL has nvim?
So I don't define the leader key and I use the default one https://github.com/Mte90/dotfiles/blob/master/.config/nvim/lua/mappings.lua Maybe just report that information in case is not found?
So In my dotfiles I use vimplug but is autoloaded https://dotfyle.com/Mte90/dotfiles-config-nvim so I don't commit it but I call vimplug on https://github.com/mte90/dotfiles/blob/master/.config/nvim/lua/plugins.lua with the command. Maybe a way could be...
To present better the project a screenshot and a better description it will be helpful. As example a screenshot of the boot menu. About the description says about bypass but...
I am getting this error with python 3.11 but the readme doesn't specify the python version required. Looking atthe version seems that PyInquirer uses an old version of prompt_toolkit, that...
First of all you can specify in the readme that ais possible create a `config.ini` file in the script folder: ``` [DEFAULT] cookie = yourcookievalue log_info = no ``` The...
**Is your feature request related to a problem? Please describe.** * https://github.com/strangerstudios/pmpro-register-helper/blob/dev/classes/class.field.php#L751 there add also `$value` so it is possible to create custom fields and show the value
So I compiled on my own the libraries to see if this fixed the issues but no. This on selecting Gegleffects ``` (gimp:74307): GLib-GObject-CRITICAL **: 11:08:40.612: g_object_bind_property_full: assertion 'g_param_spec_is_valid_name (target_property)'...
We detect that problem, and happens on scroll not on page loading. As I can see there is a js scroll event for AOS and removing the classes of the...