Matthijs Cox
Matthijs Cox
Hmm, I cannot set `chmod(edited_template_path, 0o444; recursive=true)` on ubuntu in the test? ``` IOError: stat("/tmp/jl_MFdsV3/no-slides/[Content_Types].xml"): permission denied (EACCES) ```
Thanks for this contribution! I think you forgot to add `using Artifacts` in src/PPTX.jl, which is causing the currently failing build pipelines. May I also ask how you uploaded the...
> This should work with package compiler because the reading from the path won't happen at run time. But as I understand it, when you define the path at compile...
> Can somebody have a look at the conflicts? @ig-or you can just take the new changes, @nhz2 made a small update where he already included one template file during...
We'd have to check how python-pptx does this, but my first guess is that the python code is doing the layouting. If our PPTX code should handle the layouting, we...
Feel free to experiment on a fork and open a PR when you have something useful. Did I interpret your request for groups in the wrong way? I thought it...
Great! We started with wrapping the python-pptx package, but installing Python is annoying. Pure Julia is better, but we may lack some features. Please try out the package and feel...
I took the liberty of adding some plotting examples in PR https://github.com/ASML-Labs/PPTX.jl/pull/66
We could, but then we are silently removing slides from the user. I'd rather have them delete the slides manually, while we in the future make it possible to keep...
> What if PrettyTables.jl had an XML backend .. Interesting idea :) But actually it would be a PPTX backend, because there is no standard way to define a table...