Michael Härtl

Results 134 comments of Michael Härtl

@clue Good to hear! I think, this image can be simplified a lot. E.g. we should not need any supervisor at all. Using the official apache based PHP image it's...

@emmanueltouzery Awesome, thanks. (Note to self: I really should study the docs more, `get_selected_entry()` is not *that* hard to find out). I was confused about the `cmp.mapping.confirm {...}(...)` part but...

There's something in the online help (`:h cmp-develop`): https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt#L649, but it only explains the basics. Regarding the extra `(fallback)` call in `cmp.mapping.confirm() (fallback)`: I'm not sure if that really makes...

I still had some error messages of this form > E5108: Error executing lua [string ":lua"]:32: attempt to index a nil value So we really need to check if the...

You probably also want to check if the cmp menu is visible at all and if not use the normal CR behavior (i.e. `fallback()`). That's why I added the `not...

@sodabrew Sorry, but as you're very active here: Do you maybe have any idea or any hint for me where I could start looking to investigate the issue?

MySQL version is exactly the same. I came across the issue as user of a GitLab docker image. They've upgraded the base image from Ubuntu 14.04 to 16.04. They seem...

I found something weird: As per suggestion to my initial problem I've increased the `max_connections` setting on my machine from 100 to 500 and the problem seems to be gone...

Now situation gets worse for us: With the latest GitLab release 11.0.1 we *always* receive errors similar to the above (before it happend only when creating a backup). See https://github.com/sameersbn/docker-gitlab/issues/1652....

@sodabrew I definitely double checked and can say for sure that it's **not** a network issue. I can ping that host, and I can connect to that host from the...