Karl Entwistle
Karl Entwistle
Thanks for this pull request @erpel. This looks very interesting and would be a nice addition to the library. I will test the feature and take a look at the...
Hey @johndbritton 👋 I just tested this out using the [television example](https://github.com/karlentwistle/ruby_home/blob/master/examples/television.rb) and it appears to work ok for me. Are you using a relatively recent version of iOS -...
Firstly I wanted to say I love this project. It's fantastic! --- > Is it normal that it takes so long if I just add the yml to the workflow?...
Also facing the same problem switching from 3.13.15 to 4 ``` remote: Pushed to branch other than [main, master], skipping build. ``` ``` deploy: runs-on: ubuntu-latest concurrency: production-deploy steps: -...
Thanks for writing this issue @vickash. I'm so sorry for my late response. I realised RubyHome needs to include part of the HomeKit Accessory Protocol to expose this behaviour. I...
I am also facing the same issue and have used https://github.com/miharekar/visualizer/commit/065b009a21fdaa83c3b89ba90977d4f97533f70e as a workaround.
I had another look at this and _think_ I might have figured out a solution. I remembered from configuring Puma it was required to call `SemanticLogger.reopen` on worker boot (`on_worker_boot`)...
@hms Thanks, and sorry for the delay! I've updated the PR based on your comment. I didn’t include the following lines: ```ruby Rails.logger.name = "#{Rails.application.name}::Supervisor" Rails.logger.name = "#{Rails.application.name}::Worker" ``` Since...
@hms I saw you got https://github.com/rails/solid_queue/pull/486 merged - nice! Do you mean something beyond ```ruby # Re-open appenders after SolidQueue worker/dispatcher/scheduler has finished booting SolidQueue.on_worker_start { ::SemanticLogger.reopen } if defined?(SolidQueue.on_worker_start)...
@chadxz, as far as I am aware, this is ready to go. Awaiting a maintainer to hopefully merge it.