Rob

Results 149 comments of Rob

@mloughran @Blacksmoke16 I have the same code and bug [in mosquito](https://github.com/mosquito-cr/mosquito/blob/master/src/mosquito/runners/executor.cr#L127-L139) -- I'm sure I copied this stanza from Granite to Mosquito, or the reverse depending on the day.

I appreciate the notion to centralize on a "spacing" attribute. When you build the page it can have a way to reference the size needed in a lookup fashion? I...

A related message from the tailwind ruby gem: ``` Tailwindcss::Ruby::ExecutableNotFoundException: Cannot find the tailwindcss executable for aarch64-linux in /usr/local/bundle/gems/tailwindcss-ruby-4.0.12/exe (Tailwindcss::Ruby::ExecutableNotFoundException) If you're using bundler, please make sure you're on the...

@woodhull did you pin alpine and chromium+chromedriver, or just alpine?

`connected_to_many` is what we have found we need to use as well. Unfortunately, it assumes that `role` is the same for all connections, so we have this type of thing...

@rosa We're veering off topic of solid_queue here a bit but I really appreciate you paying such close attention. My intent above was primarily to link the active storage issue...

Should that live in Breeze itself, rather than in avram?

It would be _really_ nice to wrap running migrations in an advisory lock. Rails does this and it prevents a cluster crash when spinning up multiple instances after a deploy...

@snadon I haven't tried in heroku in a long time, but it was working a few years ago. I don't know if anyone is maintaining the heroku crystal buildpack anymore,...

That's new to me, but ok. I'd say #129 is the right approach for that. Mosquito shouldn't really be responsible for booting up a connection to redis, but it should...