ScrambledRK
ScrambledRK
check out my fork (https://github.com/ScrambledRK/hxsl) - I fixed the samples (at least the first one) you have to reference it via input.pos as far as I remember ...
joeytwiddle no I doubt it :(
I also have this problem with docker-maven-plugin `0.34.1` (using Windows)
Related to: #794, #862
The workaround mentioned in one of the related issues worked for me, so my personal urgency to fix this has decreased x) ```xml tcp://localhost:2375 ``` So unless it becomes an...
I suspect the reason it doesn't render correctly is because [WeasyPrint doesn't support inline svg's](https://github.com/orzih/mkdocs-with-pdf/issues/34). I printed the debug_html successfully using chromium, but is ofc. missing the pdf table of...
Hi, @pawelsikora Yes I saw this issue too and solved it forking your `mkdocs-export-mermaid-to-svg` project, packaging it into my container and using it instead of the published version. Unfortunatly I...
I have the same issue, with a different plugin. I reference it in the pom under `build/plugins` and I even tried adding it as a dynamic plugin as well. Neither...
As a workaround I "went offline" by deleting my local repository, building my project and saving the resulting local repository. Even then I encountered errors when trying to build offline...
Had the same issue and can confirm that the changed line in this PR works. I was converting "VOC to COCO" and this conversion preserved empty segmentation data. I am...