tamsin woo
tamsin woo
i've had trouble getting a basic lando environment running in the past, and wonder what it's adding over using `docker-compose` directly in this case?
one tricky thing about transactions as a custom adapter feature is that code that intends to support multiple adapters (e.g. Hyrax) won't be able to use them without some top-level,...
After discussion today at Samvera Connect, I'm going to take a hack at deprecating draper inclusion.
One approach to this issue is to move the optimistic lock token out of `#attributes`. That probably constitutes a major release, and might involve a bit of work since there's...
i'll express a preference for `Dry::Struct`-style equality. it seems so easy to do ID equality as a client that using `#==` for it seems wasteful. `resource.id == other.id` for reference:...
@tpendragon: if i recall, the motivating need here was Sets. for example, i think the behavior of the following code varies depending on otherwise irrelevant details of the adapters optimistic...
alternatively: https://github.com/samvera/valkyrie/issues/304
I've become convinced that the `#to_solr` method composition approach is actually quite powerful for Hyrax's use cases. Decoupling it entirely from the model seems good. We've done that in Hyrax...
cc: @dlpierce i think the `qa` gem is a direct dependency for `hyrax` and allowing it to be deprecated should trigger an effort to remove it(?). what's your view on...
Part of the complication seems to be that various authorities don't bother to raise `NotImplementedError` for `#all`, but I'm not sure why returning them from a factory method, rather than...