Results 203 comments of Aaron Hill

@clefspeare That SWF url is broken - can you link to the FlashPoint page?

The swf tries to use the regexp `"#(?P(.*))$`. This needs named capture groups: https://github.com/ruffle-rs/ruffle/issues/10395

Closing in favor of https://github.com/tensorzero/tensorzero/pull/4999

Done in https://github.com/tensorzero/tensorzero/pull/2487 @Tekalig This issue was about making sure that we have our Python error classes loaded very early during our native module initialization, so that we know that...