Roman Gaufman

Results 72 comments of Roman Gaufman

"fork_worker option and refork command for reduced memory usage by forking from a worker process instead of the master process. " - Ah, ok, so no more master process, saves...

Interesting, just having a read through this: https://shopify.engineering/ruby-execution-models

Any update on this?

Is this gem still being maintained? - is there a better maintained MQTT gem out there?

Paho is nice but it throws various exceptions in normal operation and seems to have some bugs, for example: PahoMqtt::WritingException: Broken pipe Is there any way to detect a connection...

Interesting, will have a play with it, thank you!

I already have ruby working on M1, I do not have rosetta and trying to avoid it as specs run much slower. Any solution to this? - I like the...

@eregon Ah, interesting, so if I for example just create a symlink to the ruby and bundle binaries in /Users/runner/hostedtoolcache/bin/ - that should just work?

I ended up just commenting out ruby-setup and adding the path to my ruby. Not a perfect solution but a good enough workaround as we standardise on a single Ruby...

Did you ever find an answer to this? - I have this question too!