マリウス
マリウス
I have tested this implementation, however, it doesn't appear to be working in my case. I have detailed the issue [here](https://github.com/gofiber/fiber/pull/3876#issuecomment-3557736972).
> Can you try adding a handler `/reload` and calling it via fsnotify then in that handler run `c.app.ReloadViews()` ? Good suggestion! I added the following to my existing handler:...
@sjaeckel I tried `%s/xn--gckvb8fzb.com/マリウス.com/gI` in `lego`'s `domains.txt` and regenerated the certs, but it doesn't seem like Let's Encrypt is issuing unicode entries anywhere. I have the new cert running (`Start`...
``` $ ldd /usr/bin/profanity ... libssl.so.3 => /usr/lib64/libssl.so.3 (0x00007f89cb62c000) ... $ equery belongs /usr/lib64/libssl.so.3 * Searching for /usr/lib64/libssl.so.3 ... dev-libs/openssl-3.4.1 (/usr/lib64/libssl.so.3) $ equery m dev-libs/openssl * dev-libs/openssl [gentoo] Maintainer: [email protected]...
A workaround that appears to be working is to use the following rule: ``` for_window [app_id = "chrome-*"] { floating enable resize set 1024 px 600 px } ``` However,...
It is indeed an issue with `deno fmt`. However, it is not `deno fmt` itself that renders NeoVim unusable when the error occurs, I believe. The main issue that I'm...
I will try to make a screen-recording next time, but effectively the UI goes crazy in the sense that when I continue typing, the text is being randomly split across...
Not a screenrecording but a screenshot for now:  The moment I'm running into the `Formatter 'deno_fmt' error` from above, every other movement with the cursor leads to a notify...
I dug through the code and found where the MX record is being generated: https://github.com/stalwartlabs/mail-server/blob/9477f266a2749f625af74e3d4842dc8eb1f6d3f5/crates/jmap/src/api/management/dns.rs#L101 It seems there exists no code that would take into account multiple instances of the...
I've come across this use case for the millionth time now over the past years and I think it would be useful to have this available by default. Could any...