Riikka Kalliomäki
Riikka Kalliomäki
Not an unreasonable request. I always struggle with how to properly organize and categorize exceptions in libraries. Now that I look closely into this project, it seems I'm already a...
I don't think this is necessarily a bad idea, but the implementation could be a bit tricky. I will look into implementing this, if I end up doing a bigger...
Strictly speaking, the problem is that `[` and `]` are not valid characters in the query part of the URI according to rfc3986 and this library was originally created with...
> Festivals now checks to make sure running a festival isn't a net negative in resources How is this determined? I noticed that the "hold festivals" seems to work only...
If you want to use it on the version on old address (i.e https://bloodrizer.ru/games/kittens/ ), the working commit seems to be `4c737d2ef0a3c0dc8a7f7ef978ca39dcedb1691d`, so use the following bookmarklet to get it...
I was just looking into feature like this myself. Basically in our project, we have roughly two kinds of tests (with couple subtypes) in our project: * Unit tests *...
After posting the previous comment, thinking a bit more about a better solution and looking into PHPUnit source code, I noticed that the code calls method `suite()` on test classes...