Markus
Markus
:+1: `\n{2,}$` (regex syntax, `$` being end of file, not end of line) is bad (--> I mean triggers the rule ;-)) and that's it. For me a perfectly valid...
I think there is no automatic solution. You can duplicate the definitions like this https://github.com/foxbenjaminfox/vue-async-computed/issues/25#issuecomment-485990607 though, then it will be picked up.
If there's a potential for this to be merged, I can add some specs and documentation for it!
I just added a commit that does not require `redis-namespace` gem. So for people that have it installed, it will simply work, but people don't using it don't have to...
I don't think the test failures relate to my changes.
@nickelser do you maybe have some time to look at this? It is a fairly straight forward change the merely adds some compatibility.
@nickelser maybe got some time now? or is this gem deprecated for you? If so, I could offer myself as a maintainer (got not big plans, just to keep it...
I just read this comment on HN: > On this topic, a warning for anyone trying to implement async rails with postgres: beware. Connections are per-thread in the ‘pg’ gem...
> I would not recommend combining AR and Falcon at this time, because AR connection state is per-thread. There is work to correct this deficiency. [rails/rails#42271](https://github.com/rails/rails/issues/42271) > > I would...