T.v.Dein

Results 36 issues of T.v.Dein

There are a couple of packages I am unable to install. It doesn't matter wether I use `use-package` or `package-install` directly. The error messages look always the same: ``` package-autoload-ensure-default-file:...

Hi, this is possibly a dumb question, but I'm not getting it yet :) Let's say I define grid this way: ```go type Cell struct { sprite string } grid...

Hi, a couple of months ago I wrote a parser for ssh_config files along with a matcher to match wildcard entries etc. I wanted to use it with tramp but...

Ok, so I have a tile setup which looks like this: ![ldtk-entity-def](https://github.com/SolarLune/ldtkgo/assets/1322812/edef7aef-a513-44d5-a607-997997c91348) The entiy in question is a switch, its sprite is the close switch (red). As long as I...

When using said option like this: ```go table.SetTablePadding("\t") ``` Then the columns are separated by `TAB` as whished, but the rows contain an additional `TAB` at the end. ```default #...

Output of `restic version` -------------------------- restic 0.12.1 compiled with go1.17.5 on freebsd/amd64 What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- `restic snapshots` shall display...

help: wanted
category: documentation
help: minor complexity
help: good first issue

As far as I understand the docs and source, there's no such feature yet, I wrote the following work-around: ```elisp ;; Keep buffer-undo-list as is while iedit is active, that...

Hello, the previous chart version I have been using (and which works so far) was 5.4.3, now I wanted to update to the latest version 6.4.1, but the deployment fails...

Currently only `runAsUser` and `fsGroup` are tunable, but I'd need to feed a whole `securityContext` into the deployment. Would it be possible to update the chart accordingly? Thanks in advance,...

Howdy, my deployment is unfortunately a little outdated, so I thaught it might be a good idea to upgrade rocketchat first, keep mongodb version and upgrade that later. So I...