Andy Shi
Andy Shi
what's the status of this issue? I think I could make multiple playlist on localstorage here, that'd be great I think for us to listen to multiple group of songs...
There are middleware which add and remove `trailing slash` which will help to achieve your intended behaviour [doc](https://echo.labstack.com/middleware/trailing-slash) So something like ```go router.Pre(middleware.RemoveTrailingSlash()) ``` should help, and you just handle...
has anyone worked on this issue?
@TechWilk for the `Error: Class 'Orchestra\Testbench\TestCase' not found` issue, if you look into the `.github/workflows/php.yml [Run Integration Tests]` it installs `composer require --dev --no-interaction "orchestra/testbench:^5.1"` before running the tests (which...
also added fixes for the tests [62f90b3](https://github.com/andy-shi88/twilio/commit/62f90b3806986199c03455bc84a9393acbb21242)
we're also having this issue We're making it works for us with a workaround for the moment https://github.com/ory/network/issues/406#issuecomment-2521489004
update: we're able to verify the phone number now, it's not ideal, but we do it via the `login_flow`. We're already doing this in the before, but I think it's...