Josh Martin
Josh Martin
I'm looking in to the issue as it is introducing race conditions in a production environment. I should have a fix for it sometime this week.
There is already a (working) rails3 branch at https://github.com/jamesgolick/active_presenter/tree/rails3 However it looks like there are some good changes here. Would it be possible to apply your requested changes against that?
I will give this a try today. Thanks!
> I'm usin rails 7.0 and this work form me : > > * Install last version > ` bin/importmap pin stimulus-flatpickr@beta` > * Add css > `` > >...
I'm looking for the same thing. Unfortunately this function doesn't allow adding path or header params, and `getResponseParams` is a private method. ``` func (b *Bucket) GetResponse(path string) (*http.Response, error)...
+1 for using a different class name
I encountered the same issue on Debian. ack is now known as ack-grep, however the plugin doesn't look for ack-grep (ack is an existing Kanji package name). I resolved this...
To create a non-blocking connection you need to provide a timeout (works in all mysql libs) as by default there is no connect timeout defined. con = Mysql.init con.options(Mysql::OPT_CONNECT_TIMEOUT, 5)...
I have made a PR for this feature: https://github.com/cucumber/godog/pull/678
Thanks for taking a look and getting back to me. Parallel test support is generally the natural progression for any test environment when one needs to horizontally scale the number...