Andrey Savchenko
Andrey Savchenko
> as 99% of the time or more, it is 100% unnecessary to change If all of your games use standard critical rules, it's never necessary to change. However if...
My thinking was bogged on campaign level for it (because rule is decided by DM on that level), but handling it on character level works too and already has precedent....
So the problem is that dependencies don't care about top-level project's PHP requirements. In other words, you can have project that purports to run on PHP 7 _with dependencies that...
Ok, I dropped the lock file and split tests into PHP 7/8 in #51, will see how that goes. :)
_Because_ I want to design for compaction? :) And size times 16 adds up fast. I _like_ messing with wires for good layout, but I feel they are finnicky about...
The licenses should be complied with. However _Mozart_ isn't actually doing anything, the person _using_ Mozart does. The rights granted by the license and compliance requirements are theirs. Like if...
While I pulled it from official WP repo ([because reasons](http://www.rarst.net/wordpress/leaving-repository/)), my plugin is still available — https://github.com/Rarst/holder-wp Might be a little dusty, I should perform a refresh pass. :)
That wouldn't be hard to implement, open issue with spec to follow in plugin's repo? Although I would say "compact" variant is semantically uncommon in WP shortcodes. They are often...
@dakujem note that there is already `AdvancedCallableResolverInterface`, I am guessing `CallableResolverInterface` is retained for backwards compatibility so breaking changes to it are probably not an option.
> We need to specifically ensure that the exception thrown is because the callable could not be resolved I follow the sentiment. The current implementation neither ensures that distinction or...