Kirk Paradis

Results 8 comments of Kirk Paradis

> just to share my workaround, am using expo 46 > > in my package.json i used npm 8 new function 'overrides' > > ` "overrides": { "@react-native-picker/picker": { "react-native-webview":...

@abonander I've seen that thread but we're not hashing using git. For me in place of the hash I would just see the contents of the sql itself in the...

@abonander I added a .gitattributes file following the instructions of #1494 but unfortunately doesn't seem to fix the issue. Do I need extra steps once the file is added? I've...

@abonander The line endings are the same "i/lf w/lf " And they are actually the same on the problematic file for both the compiling branch and the non-compiling branch. As...

@abonander Using the od -c -b tool on linux I can see that the bytes on both branches are the same, yes. Here is an example of a line in...

@abonander here is the error I get if I run it without the Offline mode: ``` error[E0308]: mismatched types --> [...] | 27 | let payment_details = sqlx::query_file_as!( | ___________________________^...

We ended up just removing the file queries and sticking with query_as().

I am having the same problem here.