Rob

Results 149 comments of Rob

I'm in general very weary of monkeypatching, but I think here it presents a meaningful and helpful interface. I would back switching the patch to call the method `lucky_adapter` or...

@arenclissold Our workaround has been similar. We're also training our team to use `tmux` so that `overmind connect` can be used to debug in situ instead of connecting the remote...

Another approach which might be more helpful is to make ECR a generic, and the T is the buffer. So the current implementation is: ```crystal module ECR macro render(filename) ::String.build...

Also somewhat related is that ERB (or Rail's extension of ERB) has a `

LuckyFlow is an amazing tool and it’s really useful. However I think it’s out of the weight class of the lucky community at the moment. There are already a burdensome...

Ran into an issue with this today installing the wrong overmind on a 2021 mac m1. ``` > ruby -e "puts Gem::Platform.local" arm64-darwin-24 ```

@DarthSim I appreciate you chiming in. I don't yet know where the problem is, but it's something subtle. We launched overmind to ~20 people this week and most had no...

Ok so it took some time but here's the root cause. Documenting here for posterity, as well as maybe for OP and other folks. The root cause of the issue...

That's actually already partially implemented: https://github.com/amberframework/granite/blob/f4711b63bacf961f68049afa4d6a6c61fe163f59/src/granite/query/assemblers/base.cr#L164-L176 But it's not tied into the query DSL for some reason: https://github.com/amberframework/granite/blob/f4711b63bacf961f68049afa4d6a6c61fe163f59/src/granite/query/builder.cr#L212-L219 Probably I just never got around to it