Phil Smy
Phil Smy
I appreciate that it is early days for this gem, but, I'm excited by the potential of it! I need to figure out the first steps - i.e. either direct...
We followed the basic installation. Redis is running (we use it for other process and they are fine) but we see no data in the dashboard. Is there any way...
I must be doing something wrong at the very basic level. Gem is installed: ``` % bundle list | grep capis * capistrano (3.16.0) * capistrano-bundler (2.0.1) * capistrano-maintenance (1.2.1)...
I see it in the read me for Notifications API, but, as this call is `grantless`, can it actually be called as it is described? I am trying this: ```...
Looking at the example app I thought it was like this: ``` server '1xx.xxx.xxx.xxx', user: 'deploy', roles: %i[app web sidekiq], machine_name: 'xxxxx', sidekiq_config_files: %w[sidekiq_production_shared.yml] ``` But that doesn't seem to...
Everything seems hardcoded into Chinese. I see the zh-CN in the js file, but changing that doesn't do anything. How to change to another language? (eg English)
I am trying to figure out how to use this with stimulus. I have tried ``` ``` But the action is never getting fired. Is this not using native events?