Justin Novak
Justin Novak
Hey @charlieridley , was just wondering if you had any plans of adding a delete method to the `Emu.Model` and not just the `Emu.ModelCollection`. Right now I'll likely end up...
Noticed this issue on our production servers after a client mentioned a missing document after updating. We traced the issue back to the indexer performing the delete and update concurrently...
We simply set the `concurrent_bulk_requests: 1` on the river since the river is doing both deletes and inserts and we want to ensure that the operation log is replayed in...
I probably should have just created a PR for this and we could discuss this further there. Let me know if you wish for me to do so and I'll...
Thanks @stevenh! I like this approach better for my use case but I'll keep this issue and PR open and let the project maintainers decide if it's worth pulling in?...
One of the benefits of the `HostAccessPorts` is that it can expose ports listening on `127.0.0.1` which is the case of the `httptest.NewServer` which was originally why I was swapping...
Are you two by chance on Mac or Windows? I think Windows, under Docker Desktop, routes traffic to the host a bit differently then Mac or Linux. I use Linux...
I don't contribute as much to open source as I should mainly due to anxiety socializing with others, but I'd be down to contributing the suggested changes if that seems...
Actually, given this a tiny bit more thought, I'm not sure my additional suggested changes to `HostAccessPorts` really make sense as this would only be a problem for servers bound...
> Thanks for all the extra info. I wonder what the expected behaviour should be. Could you confirm what the name resolves to? If we're referring to DNS using the...