cmahnke

Results 132 comments of cmahnke

I dug a bit deeper, the missing mount was the main problem, the missing out put if the program is running is probably just unimplemented. Another issue ist that some...

This also happens for "Inconsolata", maybe it's related to some format conversion?

I've made the same observation, the service should get the fonts exactly the same way as a browser would...

> For my use cases it works good. I'm not saying that the initial use case isn't covered very well. ;) > > > If yes, my proposal would be...

> Hmm. The problem with the above is that it's not tied to the project itself. That's right, so this won't be required if there is a section in `config.toml`...

I'm using 7.1.1, can you please give an estimate when this will be fixed? It's very annoying...

There is also an issue setting a value to a percentage, since the `Unit` class doesn't recognize it. But maybe it's another issue?

I would also like to see this fixed, my use case is that I have images in a format not recognized by Hugo (yet), JXL and generate JPEG derivates which...

Working around this by trying to access the required file from the parent isn't working as well: ``` {{ $relContext := strings.Substr $context (len $entry.Parent.Page.File.Dir) }} {{ $parentPreviewReference := (path.Join...

You can try to implement it yourself: * This is a good starting point: https://github.com/pairote/stereo2depth * The background is described here: https://docs.opencv.org/4.9.0/d3/d14/tutorial_ximgproc_disparity_filtering.html For better results make sure to pass (auto)...