Dimitri Roche
Dimitri Roche
I am working on something adjacent. I would like to load my own custom actions using `read_actions_from_file` but couldn't figure it out.
Heads up that I figured out how to get custom actions by setting the config `actions_path` to my own `customactions.json`: ```lua -- ChatGPT plugins { "jackMort/ChatGPT.nvim", event = "VeryLazy", config...
Thanks for all the hard work here. I'm a big fan of batch jobs so I've been keeping my eye on this PR for a while. [Sidekiq Pro](https://github.com/sidekiq/sidekiq/wiki/Batches) and others...
Thanks for all this work @jpcamara! I'm curious what the expected behavior is with `limit_concurrency`. Does it limit concurrency until the batch is complete (ie: only 3 batch jobs can...