Cameron Murphy

Results 24 comments of 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...

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 👍

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.

I did try but because event is an array when data is coming in from SES, this line prevents event data from getting to my handler. https://github.com/brefphp/bref/blob/cb264c28fd4c3449853dccfe0dada08155e69264/src/ConsoleRuntime/Main.php#L37

I looked at this but I couldn't figure out how to invoke that class handler inside my Docker container locally? Only invoking plain PHP file handlers is documented. https://bref.sh/docs/local-development/event-driven-functions#with-docker Also...