Fernando Piancastelli
Fernando Piancastelli
I can attest downgrading to 2.2.0 works. We were refactoring our code from vanilla NestJS messaging to this library. We have a Web runtime that processes HTTP request and sends...
Since we're still using 2.2 for our backend, best if we tried to update it to current version and see if problem persist. However that's not a priority. When that...
I just noticed docs already mention it should be an _absolute directory_. Will try to submit a PR that allows relative paths.
Thanks to @devpab insight, I was able to do this hack in my Windows setup: https://github.com/fmalk/jingo/commit/3ef41672d97a1926e7b926a979b97369d87d2a7a I don't think this is a good candidate for a PR right now, because...
I was curious about this, so I looked at how [tmi.js](https://github.com/tmijs/tmi.js/blob/fae890153e8b3a2ab6bd56763f684606e0ebdb3c/lib/commands.js#L230) handles it. It doesn't enforce rate limits at the lib level, if your bot exceeds it it will just...
@RAnders00 there you go, it should pass lint tests now
Does it happen to every helper, or just this `form_validation`? It is one thing for the issue to be with this project, and another to be with a helper library...
@cnadig-cc so, what you're doing is: you downloaded vanilla CI, latest version, then downloaded this project, installed as instructed but you can't run any tests. Is that your sequence? If...
Third-party compatibility issues is outside scope, but post that `Modules.php` here and let's try to see if anything comes to my mind
Should be easy to XDebug it. Your `$this->CIC` must not have been initialized with the Welcome Controller you want. I also checked CI docs for your method name (that underscore...