John Rayes
John Rayes
@Tyrsson I would like your thoughts on this implementation, how it might work with PSR-14. Should we stay with the current way off plastering hooks everywhere (nearly one for each...
@Sesquipedalian can I have your thoughts on this please? Do you think this could be a good change, having an interface to explicitly build sub-actions with?
what caused this ``` There was 1 error: 1) Liquid\Tag\TagIncludeTest::testIncludeTemplateFile Liquid\Exception\NotFoundException: File not found: /home/runner/work/php-liquid/php-liquid/tests/Liquid/templates/./mypartial
I don't see this syntax in the reference documentation https://shopify.github.io/liquid/basics/introduction/#objects But this answer on stack overflow seems to suggest that it should work https://stackoverflow.com/questions/18839451/what-if-my-attribute-name-in-shopify-liquid-has-a-space-customer-io-email-syst EDIT: And indeed, integration tests exist...
So, there is no bug, really, but an issue with not following the spec exactly.
Was this already fixed in https://github.com/SebLague/Procedural-Cave-Generation/commit/60995d75985bca83e31319c857a0e8372cb6c8bc
> make openSet and closedSet static and just clear them instead of recreating them But wouldn't that then create a race condition if multiple agents request a path at the...
Just noticed that those "missing" events are bound to the editor's containing div. Is that a roundabout way to use `CustomEvent` from the DOM?
- existing calls to built in classes are prefixed with the backslah, so this commit follows that pattern - I didn't find an option to change this fixer's behavior, and...