Jon Ekdahl

Results 13 comments of Jon Ekdahl

We ran into this issue after upgrading to Mongoid 7 (from `6.4.4` to `7.0.5`). We were using `validate_presence_of` from shoulda-matchers but it seems that it is no longer compatible: ```...

In #161 (which also deals with shoulda-matchers compatibilty), it is suggested that conflicting matchers should have an alias. Perhaps that could be a solution here?

This seems like an important improvement. Is there anything we can do to help get it merged (testing etc.)?

> Maestro does not generate test reports on its own yet. Would like to hear your feedback, do you see a need for such functionality? Reports would be great for...

We would be interested in using this feature since we also have use cases where a single Service Bus topic is not enough.

I believe I may have found a use case for `authorizeRequestAsync`. We're using a custom implementation of it to do [Google reCAPTCHA verification](https://developers.google.com/recaptcha/docs/verify). Basically, this involves reading a token from...

@mviegas I see that #1139 was closed because of lack of time. May I ask if you are still planning to work on this when you have more time?

Hey @mviegas, I rebased your changes from #1139 on the master branch and opened a draft PR (#1283).

I also ran into this issue when updating an app to .NET 8. I worked around it by overriding the version of `SQLitePCLRaw.bundle_green`. This is what I have in my...