Dennis Schön
Dennis Schön
That fetches the client from cache for every person and results in different client objects: ``` irb(main):002:0> client.fetch_persons.map{|p| p.fetch_client.object_id} (0.7ms) SELECT `persons`.`id` FROM `persons` WHERE `persons`.`deleted_at` IS NULL AND `persons`.`client_id`...
I've started by adding tests for the `inverse_of` behaviour here: https://github.com/roccoblues/identity_cache/commit/01219cce14289431c57697a541c6bc4fa271b6e4 Do you agree that the two failing ones should be fixed? ``` 1) Failure: PrefetchAssociationsTest#test_fetch_should_setup_association_for_cache_has_many [test/inverse_of_test.rb:38]: Expected: 70228404239540 Actual:...
Thanks for running the CI tests. I only ran `make test` 🙈 . Looks I missed the actual query part of the code. I'll have another look at this.
Ok, I've updated the branch to correctly return `uint*` from queries. The tests pass and the generated code changes also look correct (no more `Venue` -> `ListVenueRow` but just `int64`...
> @roccoblues I recently merged #1759 which is probably the source of your merge conflicts. I've updated my branch. > I was surprised by the number of changes in the...
Hi @hibiken, as mentioned [here](https://github.com/hibiken/asynq/issues/329#issuecomment-1195356866) I started making those parameters configurable. However I quickly realized that it's not so easy because there can be at least 3 triggers of the...
Hi, I'm trying to cleanup some older issues here. If anyone is still experiencing this please provide a minimal configuration with reproducable steps. Thanks!
@lkmorlan sorry to hear that. NeoMutt definitely should work well on "large" mailboxes even on older computers. Can you read through [this issue](https://github.com/neomutt/neomutt/issues/4136) and see if any of the suggestions...
I'm trying to cleanup some older issues here. Can someone reproduce this with the latest version? Thanks!
This is most certainly outdated. Closing.