Keith Schacht
Keith Schacht
@jarvisluong I got it working in my own branch. It was a simple change. You were taking the props.slides and turning it into a constant at the top of the...
Got it, I have noticed this duplicate person problem too. In case it's helpful, I resolved both these issues internally for myself with some complicated SQL. As you are trying...
@mperham I just tried switching my worker from `bundle exec sidekiq` to `bundle exec sidekiqswarm` and I get the following issue on boot. Note: I have `SIDEKIQ_PRELOAD=default,staging` Any suggestions? Is...
@mperham While I'm working to resolve the issues with the scenic gem, is there any way to change the way to fully load rails and then launch sidekiqswarm afterwards? This...
div[data-tooltip^="Person-to-person"]:after { content: "Inbox"; left: 0; position: absolute; top: 0; visibility: visible; }
I am also running into issues using this in an engine. * When I run the rails scenic:model generator, it double-namespaced things (both within the model class and within the...
Same here, my very first install of this software was Release 8 and it did not work for me. Release 3 worked but I wanted to use Release 8 since...
Related to this, whenever I do manually `require 'stream-chat'` in order to work around this bug, I get this set of warnings: ``` /home/eng/.asdf/installs/ruby/3.0.0/lib/ruby/gems/3.0.0/gems/faraday-multipart-1.0.4/lib/faraday/multipart.rb:15: warning: already initialized constant Faraday::FilePart /home/eng/.asdf/installs/ruby/3.0.0/lib/ruby/gems/3.0.0/gems/faraday-1.5.1/lib/faraday/file_part.rb:53:...
Hi @rosa, thank you so much for the quick response! I recently moved from Heroku over to Render and I don't know this platform nearly as well, but I think...