Mikael Henriksson
Mikael Henriksson
Preferably split it up in one PR per entity. Have a look at the users endpoints and shared contexts for how to write an endpoint integration and responding tests. -...
- [ ] [Custom Account Fields](https://developers.activecampaign.com/reference#custom-account-fields-1) - [ ] [Custom Account Field Values](https://developers.activecampaign.com/reference#custom-account-field-values)
https://developers.activecampaign.com/reference#calendar-feeds
Preferably split it up in one PR per entity. Have a look at the users endpoints and shared contexts for how to write an endpoint integration and responding tests. -...
These are the values generated from `db:seed:dump`. It seems like the ActionText::Content isn't dumped correctly. ```ruby ActionText::RichText.create!([ {name: "excerpt", body: #
Hi, I am using the changelog generator for mhenrixon/sidekiq-unique-jobs. It works perfectly with proper GitHub issue tags. There is just one thing that gives me a headache; the link to...
I added an [UPGRADING.md](https://github.com/mhenrixon/sidekiq-unique-jobs/blob/master/UPGRADING.md#v710) document that I will use for guiding people on how to upgrade. A ton of bug fixes went into this release! Even `UntilAndWhileExecuting` should be less...
Been thinking a little on the way the worker is configured. There was a suggestion on how to rather than use the `UntilAndWhileExecuting` lock that two separately configured workers with...
https://github.com/mhenrixon/sidekiq-unique-jobs/issues/730#issuecomment-1199914616 It seems that redis-namespace doesn't support kwargs that the redis-rb gem uses. For example for brpoplpush like described by @cgunther in https://github.com/mhenrixon/sidekiq-unique-jobs/issues/730#issuecomment-1199880690. I can replicate it, and I'd prefer...