Charles

Results 40 comments of Charles

I meant pylsp, sorry. In my case the buffer ends up empty most of the time.

What would explain the behavior of repeated requests? Why isn't a single request sent to the LSP server?

Hmm, interestingly, fixed the flakiness by invoking `lsp-hover-buffer docs`. Now the hover info remains stable in the hover buffer.

Now in 2020. Doesn't seem to be much activity here. Is there somewhere else where progress on this is tracked?

Yes, and what if the docker daemon crashes? It happened a few times for me that the docker daemon got stuck on some corrupted state from a container. The only...

And yeah, not all our containers are part of swarm services.

The live-restore feature seems to me like a basic reliability requirement. Containers don't need the daemon to run, do they? So why does taking it down kills all containers? I...

@thaJeztah the scenario you're describing is still somewhat better than the current one. At least, standalone containers will keep working as usual. And if the docker daemon restart happens fast...

If I take the road of specifying versions explicitly, is there a way to specify versions loosely without allowing pre-releases when `allow_prereleases = true`?

By "loosely" I mean something like `==x.*` or `>=x.y`, i.e. a partially fixed version.