Adam Hosker
Adam Hosker
It took me a while to sort this. May help others.
It did work but now im getting the following: ``` Error Class "Lcobucci\JWT\Configuration" not found at vendor/vdbelt/oauth2-revolut/src/Provider/Revolut.php:134 130▕ */ 131▕ public function getAccessToken($grant, array $options = []) 132▕ { 133▕...
Could do with updating documentation. For Laravel 11, the instructions say [Next, replace the default middleware](https://wire-elements.dev/blog/embed-livewire-components-using-wire-extender#:~:text=replace%20the%20default%20middleware) Where is that file? I've just spun up a new project, Laravel 11.9, to...
Each of these Input Boxes has an "Input Name" in the PDF, but it's not being used, they are just called default text field" In addition to the import not...
## Summary - Fix plan/build agent reminder triggers to work with custom agent names - Replace exact string matching with word boundary regex pattern matching - Ensures users with custom...
## Summary - Fix runtime crashes when providers have no available models - Add validation in provider merge process - Prevent empty model arrays from breaking ACP agent functionality -...
## Solution Added a condition `if: github.repository == 'sst/opencode'` to prevent the workflow from executing on forked repositories. ## Issue OpenCode has 3,500 Forks and this action was running on...
## Issue User messages on the share page (https://opncd.ai/share/) were being truncated after 3 lines without providing any way to view the full content. The "Show more" expand button was...
## Summary The Snapshot directory can get very large. This is a simple command to delete it. Its a [known issue](https://x.com/marwanbz_/status/2009016262526161294) Also relevent to #1126 #6845 #5617 #3182 #3176 This...