Results 25 comments of Martin Cejp

Have you tried changing all paths to absolute? CLion might be doing something else than you are assuming.

I also had an issue where Pillow (a Python library) would fail with an exception when trying to load the image. What helped was setting the 3rd argument of `image.write_tga_file`...

Hi, I have ported your work to GitHub Actions: https://github.com/mcejp/wxHexEditor/tree/feature/CI-AppImage It doesn't push a GitHub release though, just an artifact.

I'm interested in looking into this, has anything been done so far?

Just to clear this up; even if I know the exact placement of all parts, at the moment there is no way to relay this information through SKiDL to Pcbnew?

I've ran into the same problem and I didn't find a solution other than duplicating the vertices to assign different UV values. You must also pass `process=False, maintain_order=True` when instantiating...

I'd be happy to help testing this, since I'm running Fedora 32/33 with Wayland.

FWIW, if you want to _just get it running_, you can use this dirty dirty work-around: ```diff --- a/lib/glew/CMakeLists.txt +++ b/lib/glew/CMakeLists.txt target_compile_definitions(glew PUBLIC GLEW_STATIC) target_include_directories(glew SYSTEM PUBLIC ${LIB_GLEW_INCLUDE_DIR}) + +#...

@spacether Perhaps because it adds a lot of noise to the spec, lies to every tool involved including the API generator, and generally just smells of a massive, dirty hack?...

Hi @lewyg, I am very interested in using your codebase to generate Python code from ASN+ACN specs. I have been looking at the `py_lang` branch in your fork. Would that...