Keenan Brock

Results 228 comments of Keenan Brock

Upgrading virtual attributes will be a very big effort. Our main hook, `arel_attribute` has been removed and instead rails is using `Arel::Table[:column]` I have tried a few times to go...

update to ^ comment. virtual attributes is handles

👍 We are pretty good about only updating the parent ems and it trickling to the children. I haven't found any outliers. 👎 We are not using `inverse_of` and since...

Think we are missing ids in event streams because we tend to avoid db migrations, so we are missing the columns for newer classes

too bad this lost steam. Was really excited about this PR. (though guess we have bigger initiatives at this time)

> We would have to come up with an alternative way of executing the packages on podified, perhaps talking to the kubernetes API and kicking off a job as a...

Sorry for the noise Libor. please don't close as this is still important work. Note to self: I would like to move this to schedule, but don't want to follow...

@lpichler I haven't said this recently: "you rock"

This seems like a fix that belongs in dalli proper Wonder if you could just change `delete_session()` to handle the case where `record_id == nil` for a given session, and...