Pieterjan Muller
Pieterjan Muller
Hi, My REDIS worker just stops consuming message from one moment to the other and doesn't show any warnings or errors in the logs. Right before it happens I see...
Hi @jrallison , could we find a way to run all jobs synchronously when for example an ENV flag is set for it (useful for testing scenarios and easier debugging)....
Hi, is it possible to use go-workers with multiple REDIS servers? In Rails it is possible (see http://stackoverflow.com/questions/22626607/use-multiple-redis-servers-in-sidekiq ). But I could not figure out if this is also possible...
### Please confirm if feature request does NOT exists already ? - [X] I confirm there is no existing issue for this ### Describe the usecase for the feature We...
### On which framework/platform would you like to see this feature implemented? Vue ### Which UI component is this feature-request for? Authenticator ### Please describe your feature-request in detail. Currently...
Hi, I installed the following gems (in a rails 5.2.8.1 project on ruby 2.7.7) ``` gem 'sass-rails', '~> 5.0' gem 'bootstrap', '~> 5.3.1' gem 'sassc', '~> 2.4.0' ``` If I...
Kevin Østerkilde asked if it was possible to export in different locales. This is doable, however I need some more information to get it right (because we are only using...
### Feature Currently there is not way to have link_to's in a dropdown Either we get a separate dropdown wrapper, or we find a way to include it in the...
### Describe the bug When you introduce an error in a lambda part of the actions > fields, it will return an non descriptive error ### Steps to Reproduce Steps...
### Describe the bug Using the `icon` key described in https://docs.avohq.io/3.0/customizable-controls.html#icon does not make any difference ### Steps to Reproduce ``` class Avo::Resources::Person < Avo::BaseResource self.index_controls = -> do actions_list...