John Hoffmann

Results 8 comments of John Hoffmann

Why would you not add it to upload() as well?

I copied the same code into upload and it works perfectly, it's too bad the maintainer isn't merging the PR's, but ty for the code anyways.

> I can understand the use case. My current workaround is to open the native file manager (Explorer or Finder) with F10 and use the thumbnail view there. This is...

I would like this as well. In chef recipes, you can use `node['network']['default_gateway']` if you've setup a private network, but I don't want to have to template all of my...

It's still not working in 1.0.6: ``` > ls docker-compose* docker-compose-local-proxy.yml docker-compose-local.yml docker-compose-stock.yml docker-compose-win.yml docker-compose.yml > more .env COMPOSE_FILE=docker-compose-local.yml > docker-compose config --services elasticsearch79 mail mysql redis web > podman-compose...

This is happening to me on file open, not save, so it's not a format issue. But it only seems to happen for some languages. LUA seems fine, Go does...

So what you're saying is the intended behavior is to only show solid lines for space indented files? I've read the 2 help lines mentioned, it doesn't help explain the...

I'm having the same issue. I was able to get a token, but only by providing both the `username=test&password=test` url params as well as the `Authorization: Basic` header. What's even...