Oded Arbel

Results 60 comments of Oded Arbel

The current status with Docker Desktop for Mac is that the Linux VM is managed using [HyperKit](https://github.com/moby/hyperkit) and does not expose a network interface to communicate directly with the Linux...

@sebastian-de it works well, thanks for the suggestion. The user experience, though, is not the greatest: the password prompt is displayed but any text typed into it - including the...

After more checking, this failure only happens if I use `true`. The failure happens (apparently) when the task tries to remove the container after it was already auto-removed. If I...

I ran into some trouble working out the implementation (what I initially thought would be kind of trivial), and I would appreciate some input from the maintainers: I initially thought...

Just had the same issue - was the merged version released?

I think the problem here is conflicting `read()` semantics: `FuseFileSystemProvider.java` is an adapter between POSIX semantics and Java semantics, as can be seen in the patched `read()` method - it...

I have the same issue - with `~/.docker/config.json` having the line `"currentContext": "default"`, `lazydocker` will not start. Setting `currentContext` to the empty string works around the issue - but then...

> Where should that `GDK_BACKEND=x11` be set? In `eclipse.ini`? Or where? It should be set as an environment variable. See this AskUbuntu question and answers for a few different ways...

> > I added a basic documentation. > > Where's that, then? For anyone looking - it is now here: https://www.rsyslog.com/doc/configuration/modules/omhttp.html I have yet to try it out with Kinesis,...