Florian Loch
Florian Loch
I got a sample file containing two commands in one line (like it could be produced by a uglifier); the counter of the line gets initialized twice with zero. Also...
Using tab adds 4 spaces in the Rich Text Editor's code block dialog but only 2 in the Markdown source mode. I think this should be consistent. ## Environment Joplin...
Hello, just updated and tried to use it again with very simple invocation: `markdown-pdf doc.md` I expected a `doc.pdf` to be created. Instead I got the following error message: ```...
I explained the background and implementation in #617. As I already implemented it I took the liberty of just opening the MR now straight away to perhaps speed up the...
I want to be able to check whether all expected calls have been made before `Controller#Finish()` gets invoked as the code being tested is running asynchronously and I can only...
This is not a bug, it's more a feature request - but perhaps this is already possible and I just didn't see how to do it. I want to store...
Hello, I am seeing the following in `htop` (but also in other places) havin `goenv` on my M1 MacBook: That keeps basically running all the time, sometimes there is even...
`durationRound` function was quite broken in the sense it did not support `time.Duration` (although stated in the documentation). Furthermore, I improved the algorithm and added more tests. Nevertheless, I think...
Another tiny quality-of-life improvement ;) Should be merged, if accepted, after #73 as it's built on top of it.
I would suggest to set method to `POST` when no method is stated explicitly but `--body` is used. Just as a minor quality-of-life improvement. Would be willing to open a...