Jannik Malken
Jannik Malken
Sorry, v2.1 it was, I guess Update: Just updated to the latest v2.1.1 but the issue is still there.. Using it in Laravel v8.38.0 with PHP v7.4.16 and MySQL v8.0.20...
Yes, I already found these pages. But excuse my ignorance. May I ask how I can pass those runtime options when using laradock/docker-compose?
Well I don't think it's necessary. I just want to use the impersonate routes of this package manually from my app instead of from within nova. Maybe I have just...
Thank you! I am still wondering if there is a built-in way to register the routes, but it doesn't matter that much anyway. I just created my own routes and...
Thank you very much for the quick answer! It sounds very promising and I'm getting a better picture about how I will implement it. > Getting files in and out...
Thank you very much for your help! I have another related question: Ideally I would like to version-control the binary file together with my app. So the binary file should...
It really took me way too long to realize that this error comes from the async nature of the callback. I added a shortened code snippet to the issue description,...
Thank you for the answer! I thought it's not such a simple change and already implemented the suggested workaround. It would still be very cool if the library could support...
@KakaCarrotCake My issue was just about merging the PR. I am already using the fix fork. To be honest I only realized the open PR after creating the issue, so...
I have actually excluded your ServiceProvider from auto-discovery and wrote an extension of it which skips registration when in testing environment, because I realized that the token requests were made...