egonl
egonl
This works quite well for me: https://github.com/egonl/PortionOfScreen/releases
Good point. I think CodeBlockBuilder and DocumentCompiler should throw a SharpDocxParseException when there's an error parsing the document. What do you think? Oh and yes, pull requests would be much...
Thank you for the PR, I'll have a look at it.
Thanks for your PR. However, it looks like you forgot something. When I run it, I get this error: ``` Line 18: error CS0103: The name 'Image64' does not exist...
You can’t use text blocks to conditionally display a part of a paragraph. It’s all or nothing. This makes the text block implementation much simpler. It's not very likely that...
It works on my quad as well. Great feature for 3D LOS pilots!
Thank you! I'll have to test it a little bit and I'll let you know if I find anything.
I'm a bit reluctant, because accepting a random stream containing code that will be executed is a huge security risk. What is your exact use case for which you need...
@btoepferDm Added support for view streams in #69. Could you give that a try?
Implemented in #69, closing PR.