Patrick Artounian
Patrick Artounian
Still having some issues here. @onichandame I'm running an M1 Mac and can't load up your docker image, could you please share that result/file if it could help?
I'm on macOS and it seems my setup is getting slow out of nowhere also. macOS 10.13.1 neovim 0.2.0 python2 and 3 neovim 0.2.1
having the same issues as @jsatk, installed using homebrew if that counts for anything. iterm2 Build 3.2.6 ``` $ ranger --version ranger version: ranger 1.9.2 Python version: 2.7.10 (default, Aug...
That is an interesting list of commands. On Mon, Feb 18, 2019, 11:55 AM Quinn Brittain wrote: > I had the same problem. Here are the commands I ran until...
@dcam0050 I install from sources but still have the issue somehow, I don't see that in the code. The issue not `speechContexts` over `speechContext` at the moment. It is something...
@dareid Sorry should've phrased the question better, it does, by default, follow the hops and show them, but I can't seem to test the redirect/request/response along the way. For example,...
Awesome! So I could use augmentedSchema, and an exclude any non-neo4j types? Perfect. On Tue, Jul 9, 2019, 9:55 AM William Lyon wrote: > Hey @partounian - currently you can...
> We decided not to support anonymous types yet as input for form url encoded parameters, only named types can be used this way. #128
Your suggestion also fixes my issues saying my eslint plugins/extends are missing. Thanks! Is it possible to apply this to eslint_d?
I tried applying those changes, but seems like eslint_d doesn't have a cwd function like eslint. Guess it needs to be added here https://github.com/jose-elias-alvarez/null-ls.nvim/blob/main/lua/null-ls/builtins/formatting/eslint_d.lua ?