jbardnz
jbardnz
Hey, Great library - I have been looking for a Laravel package that does this for some time. I have a feature request but not sure if it is in...
Hi there, I have come across an error in IE 11: `Syntax Error: node_modules/vue-js-toggle-button/src/Button.vue:40` The issue appears to be on these lines: `const contains = (object, title) => { return...
It doesn't look like this library supports the Bookmarks API: https://api.slack.com/apis/bookmarks-api Are there any plans to support it?
Hi The example demo page doesn't work in the default android browser although it has full support for CSS3 animations. It works in other mobile browsers such as Chrome/FireFox.
Hi there, I have added this package to my Laravel app, I am also using Intertia.js on the frontend. Everytime I make a post request I am getting a `419...
Hey, The `calcinai/xero-php` package has added a `disconnect()` which is required by Xero on OAuth2 applications: https://developer.xero.com/documentation/oauth2/auth-flow#disconnect The disconnect method is documented at the bottom of this example: https://github.com/calcinai/xero-php/blob/9b248a1b27d026d8265975354afeb2c2be978c45/examples/demo.php Are...
Hi I am trying to handle images via your API. I can read the API fine and get a URL to the image but trying to create a new image...
Error: Cannot modify readonly property Symfony\Component\Serializer\Encoder\ChainEncoder::$encoders
I'm trying to run this on Vapor using SQS but i'm getting the below error: ``` Cannot modify readonly property Symfony\Component\Serializer\Encoder\ChainEncoder::$encoders ``` The error happens when the job is due...
### Email Provider _No response_ ### What happened? I'm able to get v3 running without issue, but when running any v4 docker image I get the following error: ``` [2023-03-05T09:50:58Z...
Hey, So I have made a custom serializer, in my pagination function I am returning an array of custom data - this all works fine. The issue is that the...