Andreas Elia

Results 54 comments of Andreas Elia

It would definitely be cool to get some proper examples/functionality down for how to handle this sort of thing when using Liveblocks to create web games.

I think because of legalities with hosting the assets of Habbo, it may be better to have an easier way to pull in the assets? E.g. you speak of a...

@Menkveld-24 good spot, and thanks for the PR. If you wouldn't mind extending the test surrounding this, that would be greatly appreciated 👍

Thank you @Menkveld-24 and @tomirons ❤️

Hey @mateusz-peczkowski, do you have the route from your routes file too please?

Thanks for this @mikevandiepen, do you have some example routes to reproduce this so I can try to add a test case and work on it?

Thank you for the info @mikevandiepen, will take a look into this. Surprised this has only been caught by yourself haha, will add this into the test suite too.

@mikevandiepen do you do `public function show($auditLog)` so it inherits the param or `public function show(AuditLog $auditLog)` so it's route model bound?

@mikevandiepen I have been unable to reproduce this locally, please could you provide reproducible steps? I added a test case to the repository in the below draft PR, and failed...