Christian Tietze
Christian Tietze
Username apparently did change :)
In the YAML config file, I get everything to work with a reverse proxy if I replace `REVERSEPROXYIP:PORT` with e.g. `192.168.xxx.yyy:443`, which is the IP of the Unraid server. I'm...
Running [d2f76a2](https://github.com/anishathalye/dotbot/commit/d2f76a25933f97cd37ef94e3bf9c134b9c55a02a), I found that this from the examples: ```yaml link: ~/.config/: glob: true path: config/* ``` ... does not work when you only have one file in the config...
Meant as a demonstration how the actual line-height can be used in height computations. Fixes #180 I actually think that if this is acceptable, we should replace other uses of...
When displaying the overlay box, the `char-height` is used to compute the total height of the box: (-let* (... (char-height (frame-char-height frame)) ...)) Thing is: `char-height` isn't aware of additional...
I'm working on macOS apps and rely on the effect of `register(defaults:)` a lot. It didn't bother me to register them manually, using the swifty keys in the dictionary like...
When the UserDefaults return `nil`, SwiftyUserDefaults falls back to using the `defaultValue` by default. But what if you set e.g. a `String?` that _can_ be nil? I thought `defaultValue` would...
I started with `UInt`, but the obvious next step would be to add Int64/32/16/8 and UInt64/32/16/8. The code is pretty repetitive. In other projects, we used a code generator for...
I find e.g. `C-c C-s c` to put selection into quotation marks when editing text a bit cumbersome. From Markdown-aware editors (including the one I wrote myself, full disclosure) I...