Tagir Bakirov
Tagir Bakirov
Would it be possible to support artifact deletion via Web UI as well?
My workaround was to replace `git ls-files` with `fd`: 1. Add this to `init.el`: ``` (setq projectile-git-command "fd . -0 --type f --hidden --color=never") ``` 2. Add this to `~/.fdignore`...
> If a DNS record already exists the Hetzner API returns `422 unprocessable entity`. Which leads to retries because of: > > https://github.com/timohirt/terraform-provider-hetznerdns/blob/f5310c080b7888096266677943de4470a6e5f25f/hetznerdns/api/client.go#L38 > > Either change the retry policy...
@hetznercloud @lkaemmerling Dear Hetzner Cloud team, could you probably consider maintaining this Terraform provider? Hetzner DNS is probably an important part of many Hetzner infrastructures and having a maintained up-to-date...
My workaround is to run the "Format Document" function on the Markdown file. Then all paragraphs get formatted nicely.
Just noticed, that you've been up to the same stuff. Here's a PR that adds grouping of MemoryMaps, please have a look: https://github.com/shirou/gopsutil/pull/567.