BrettMayson

Results 169 comments of BrettMayson

What about using a module to configure the addon? Have defaults that work for most cases and allow enabling of more intensive options.

Is there an updated version of that Linux zip or do I need to build it myself?

It's being caused by an em dash (—) in the filename `RP_Commands — kopia.hpp`

I determined this was being caused by the PBO being encoded with Windows-1252 filenames. The em dash (—) character is not able to be opened in a UTF-8 context and...

It can also be dropped by doing a lossy conversion to UTF-8, that is what I did for a workaround

Using non lossy utf-8 will fail, at least with the RHS file from the original comment

The tests have not been modified yet, I mainly need people to test the restructure and suggest any changes they want to see since I rarely use armake2 personally

> probably be easier to split this up into multiple PRs. This changes so much that might not be possible. Separate issues could be used to discuss different parts of...