Rob

Results 119 comments of Rob

Right! This would need to change as well. Currently they're required because that's how the decision about "is the app migrated?" is made -- but it doesn't have to be...

Moreover, the crystal community is generally aware of compile time problems. There aren't yet big sufficient solutions to that problem, but it's not a _lucky_ problem. Sure maybe we can...

Mosquito just released a patch increment which adds a before hook to job execution. At the very least this should provide a means to expire the query cache manually. I...

Is the suggestion then to instead do something with a before/after hook?

The decision of using punctuation in column names aren't always up to the app developer -- sometimes the database is inherited. Regardless, I think it would be prudent to reference...

More generally, this can be dangerous behavior. Homebrew ran shallow clones for a long time but recently un-shallowed [at the specific request of Github](https://github.com/Homebrew/brew/pull/8883). [See here for their discussion thread](https://github.com/Homebrew/discussions/discussions/226)...

I'm pretty sure I'm _not_ in the majority here but I'm all for downloading shards as packaged, signed code. 100%. I'd much prefer to have a way to install a...

This bit me in a rather confusing way just now. Several weeks ago I defined an alias: `alias redis="redis-server /usr/local/etc/redis.conf"` today, I was trying to run redis and elasticsearch together...

> libraries should not call this method Good to know. In the case of mosquito, it's both a library and _borderline_ a stand alone application. In the library, it needs...

I like it. Cracking open the HabitatSettings class isn't exactly terse, but it's a good short term workaround. Thanks