Guillaume Quittet

Results 31 comments of Guillaume Quittet

I will work on this, this month 🥳

Great feature ! 💪 It was I'm looking for ! Is it possible to merge it ?

I found a solution as a workaround before the merge of this pull request ![image](https://user-images.githubusercontent.com/11082739/105107280-16ec4f80-5ab8-11eb-8fed-010bcec37f18.png) I created a ftplugin file, and I defined keybinding on buffer enter. It can be...

It doesn't work on my side with Neovim. My timeoutlen is on and use the default value (aka 1000) and I defined the g:which_key_timeout to 100 Unfortunately I have to...

OK nice! I haven't understand the settings like this. Now, it's clear to me. Is it possible to show the which key menu instantly without editing the timeoutlen setting ?

Same here on macOS 10.15.6 ``` Traceback (most recent call last): File "/Users/gquittet/Library/Application Support/Sublime Text 3/Installed Packages/MarkdownLivePreview.sublime-package/MarkdownLivePreview.py", line 218, in _update_preview File "./python3.3/posixpath.py", line 151, in dirname AttributeError: 'NoneType' object...

@jithishj > Thank you so much! I set it up as os.environ['export GRPC_POLL_STRATEGY']='epoll1' Remove the `export` keyword, as it is used to define an `environment variable` in `bash`. So, you...

~~My database file is not empty, so looks like there are events in it.~~ [see: #issuecomment-1283747520](https://github.com/eht16/python-logstash-async/issues/74#issuecomment-1283747520) I just switched the protocol to send information to Logstash using the HTTP Protocol...

From what I see, my SQLite database is empty: ![image](https://user-images.githubusercontent.com/11082739/196661159-0ee016b7-e0f1-41bd-8b1b-3899bfe06d74.png) So I also think it's a logging configuration problem. But, requests are logged in the console with the INFO logging...

I finally made it working! 🚀 If you want, you can add the following documentation to yours. You can close this issue if you have no question on my work...