Mike Johnson

Results 11 comments of Mike Johnson

I am a huge fan of this project and have used it extensively, so I say with love: I also struggled to adopt the Select component mainly because of design...

Tried the solution by @mdoelker but unfortunately didn't have any luck. The clear button still doesn't work but the defaultValue of the input element on the page is "".

I ran into this as well because I missed the step to enable the search console API. Try this url: https://console.cloud.google.com/apis/api/searchconsole.googleapis.com/metrics (Make sure the correct project is selected, I trimmed...

Thank you @brycnguyen for this code, it solved my problem as well. After upgrading to Expo 52 and iOS target 15.1, something broke with the custom schema redirect. I could...

I think my problem may be related to this https://github.com/okta/okta-oidc-ios/pull/362

![Image](https://github.com/user-attachments/assets/72a05316-173a-4d1c-bd40-a915ad5dfc5f)

I agree that it's not aligning to the spec but sqlx probably doesn't need to validate spec compliance - I'm sure databases do a much better job?

This breaks the interface and all users of this library. It also doesn't seem to prevent the most likely source of vulnerabilities, somebody accidentally string cat'ing unsafe data but then...

I ran into this too! Totally agree, there should be a common interface. I ended up making one for the subset of methods that we use, but it can be...

I think this one would also solve your problem without adding db-specific patterns to the regex: https://github.com/jmoiron/sqlx/pull/962/files