Andreas Linz

Results 16 comments of Andreas Linz

I can confirm that text with Windows line endings (CLRF) is not handled correctly. My current workaround is to replace them before passing it to blackfriday: ```go markdownWithUnixLineEndings := strings.Replace(markdown,...

Any plans to merge this?

I am using the open-source intel driver too and my desktop freezes as soon as I disconnect the external monitor. Switching to a TTY and killing `compton` unfreezes the desktop....

@helambuapps you should take a look on [HAML](http://haml.info/), it's a YAML-like syntax that generates to HTML. I would also like to see an HTML6 that doesn't use this verbose XML...

The process is the same as for any other systemd service script except that [`ExecReload`](https://www.freedesktop.org/software/systemd/man/systemd.service.html#ExecReload=) should be defined. You can probably copy and paste the example from the manual: ```ini...

That's strange, systemd should keep track of the processes new `PID` and the working dir should also be inherited from the forked process. Unfortunately, I don't have any experience with...

Hi @richardwesthaver ! I am definitely interested in supporting OSC 1.1, but don't have any plans to implement support for it yet. It would be great if someone could contribute...

A merge is blocked by https://github.com/rust-lang/rust/issues/91523

> I propose that we instead discard incoming OscMessages in the decoder, as an OscMessage without a valid address can not ever be matched anyway, and as a consequence always...

Thanks for raising the question and I'm looking forward to the PR!