Miguel C.

Results 13 comments of Miguel C.

Thanks for taking time to verify the issue. > The only alternative I found to this is in the Request Chaining config, to configure the request to always be resent:...

``` # ansible-bender --debug build --extra-ansible-args='-e foo=bar' ./simple-playbook.yaml 20:57:11.321 db.py DEBUG search for runtime dir 20:57:11.321 db.py DEBUG trying ~/.cache 20:57:11.321 db.py DEBUG runtime dir is /root/.cache 20:57:11.322 core.py DEBUG...

```elixir defmodule HelloWorld do @moduledoc """ Documentation for `HelloWorld`. """ @doc """ Hello world. ## Examples iex> HelloWorld.hello() :world """ def hello do :world end def foo do :ok end...

I've noticed something similar. In my case 'window center' is buggy and works the same as 'cursor'. For now I'm using 'screen center' which seems to work ok.

I've been facing issues with permissions on volume mounts for Postgres containers. Basically some folder inside my `$HOME` that Postgres Dockerfile tries to `chown` inside the container. Passing `--userns=keep-id` apparently...

I've just tried adding that line to a `docker-compose.yml` but it doesn't work for me, as @coreyryanhanson pointed out. podman-compose generates a `podman create` command which doesn't include the flag...

I was following the SOCKS5 proxy guide and tried to do multihop as pointed out [here](https://mullvad.net/en/help/socks5-proxy/#wireguard-socks5), but apparently this doesn't work on Android yet. > For instance, if you are...

> I think you can work around this in the short term by putting > > ``` > .oh-my-zsh/cache/** > ``` Not sure it solves the problem. This rule will...