Cameron Murphy
Cameron Murphy
OpenSSL 1.1 reached end of life on September 11, 2023, and as such I get this warning when installing `[email protected]` from Homebrew: ``` Warning: [email protected] has been deprecated because it...
I'm getting this issue even though I don't have a call to `getSession()` in my codebase lol Something in `SupabaseClient` seems to call it, `fetchWithAuth` calling `_getAccessToken` potentially. So even...
[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called
This problem also randomly cropped up for me in macOS Ventura 13.4.0 and it seems to have gone away after upgrading to macOS 13.4.1
Working nicely 👍
Yeah this looks to be abandoned
Having this problem too. The `nova/login` route is there when I run `artisan route:list`. Seems like a Nova bug more than a documentation issue? I feel like out of the...
Fair, it's just strange that setting up Nova on a 10.x Laravel project does the redirect for you and on a 11.x Laravel project it doesn't.