zSchoen

Results 12 comments of zSchoen

Wouldn't it be better if the port is stored in the config? Would you accept a PR where I deserialize the config with [serde](https://serde.rs)?

I have the same problems on macOS on [bat](https://github.com/sharkdp/bat)/less and even tipping in the command prompt with [autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) at fullscreen with 2560 × 1600 pixels. If I decrease the size,...

It is definitely much better (on the same underpowered MacBook). It's maybe a little more stuttering than without it, but it is nearly unnoticeable.

I have the same error on Manjaro but on slicing. ```sh $ slic3r free(): invalid pointer [1] 54455 abort (core dumped) slic3r ``` The first time I opened slic3r all...

I have the same issue and therefore wasn't able to enable the USB web interface. I can't try it out at the moment because I'm in an exam stress. ####...

On my device it isn't possible to enable the USB web interface when flight mode is on.

I've created minimal reproducible examples. ```tex % mermaid.tex \documentclass{article} \usepackage{listings} \begin{document} \begin{lstlisting}[language=mermaid] graph LR A(LaTeX-Datei) -->|pandoc| B(LaTeX-Datei) B -->|pdflatex| C(PDF-Datei) \end{lstlisting} \end{document} ``` ```mermaid graph LR A(Markdown-Datei) -->|pandoc| B(PDF-Datei) ```...

The only downside of hashes I see is that it doesn't support Argon2. But then I don't see an architectural benefit in using this as I can't use `PasswordHash` with...

Yeah, I can do that. But I am not sure wether it should be more a separate trait or an extension to the current system?

Is this a desired feature? Conceivably I will have enough time to implement it.