Alexandre Mutel

Results 481 comments of Alexandre Mutel

> Can it open zip protected files? Unlikely, you would have to develop your own filesystem.

`ZipArchiveFileSystem` was added by a contributor, I have never used it, but looking at the code, try to dispose the `ZipArchiveFileSystem` before exiting.

Yep, LibraryImport is much better, especially for string marshalling, PR welcome!

> So, what regex would be best to match template variables for scriban format? > Also, I'd love to know if you have any alternative and/or better suggestions for my...

I don't own scribanonline and so it is probably not using the latest version. But it reminds me that I should provide such service directly in order to demonstrate such...

Looks like fragment is just an indirection with inlining. The closest built-in is maybe `wrap` [here](https://github.com/scriban/scriban/blob/master/doc/language.md#910-wrap-function-arg1argn--end) otherwise you could define your own. I don't think there is a need to...

> Is there a way to disable some of these features or is work of this type on the backlog? No, but you could create your own derived class from...

Yep, no support for CHM so far, so PR is welcome! I worked with CHM a long time ago, so I don't remember well all the details to support it....

Actually, `/// ` is still handful when you don't want to have any warning when building documentation. Good, if it is only inheritdoc to fix, that will be quick.