Mathieu Post
Mathieu Post
Having the same issue... Full stack trace ``` ERROR Your app just crashed. See the error below. java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=7463, result=0, data=null} to activity {dev.m9t.swoop/dev.m9t.swoop.MainActivity}: expo.modules.medialibrary.PermissionsException: User...
Just found out that if you can't wait for the new release which includes https://github.com/expo/expo/pull/28212, then you can use the [`patch-package`](https://www.npmjs.com/package/patch-package) npm package to apply the change yourself 🎉
I'd like to have this as well. I could create a MR if needed! I'm not sure if magit has defaults for this, but otherwise I suggest `]f`/`[f` for next/previous...
I think only the generated typing is wrong. When I ignore the Typescript errors and just pass in Date objects, it just works. Edit: Using sqlite and fields like `integer("updated_at",...
Also having this issue on 0.77.2, 0.79.3 and 0.79.4. Tried applying the patch from @vladimirivanoviliev with variants using `instance_` and `jinstance`, but neither are working unfortunately. Does anyone have a...
Having the exact same issue on macOS with fish on version 2.35.0. Edit: But in 1 specific directory I'm not having issues. All others are taking quite long. Reboot didn't...
Actually may have found something, but I'm not sure where to look further: - In the fast dir, it is always logging `preferring Stat` for the `.envrc`. In the slow...
I think I'm having a scenario where it did work with zod3 and the adapter, but not with zod4 unfortunately. First I had this: ``` export const collectionParamsValidator = z.object({...
I have the same issue on `x86_64-darwin` using `nix-darwin` with: ``` nix.settings.auto-optimise-store = true; services.nix-daemon.enable = true; ``` I've turned off `auto-optimise-store` and deleted `/nix/store/.links` because the "cannot link" errors...