Marcel Pociot

Results 187 comments of Marcel Pociot

Thanks for your kind words. I am already working on wrapping the official API, now that it got released. 👍

It pretty much depends on the API, as a PHP library to access the SDK might be useful anyway. But I would also wait until the official API gets released...

I personally prefer a package, because the API is a lot easier to use.

No, sorry - I switched to the NappDownloadManager package: https://github.com/viezel/NappDownloadManager

This is related to #3 We could either make the shortcut configurable or remove it entirely and add a visible button to toggle.

This could be related to VueJS removing the comments. Have you tried setting `comments` to true, as suggested here: https://github.com/beyondcode/laravel-view-xray#faq ?

@adsr Is there any way I can help with adding Mac support? How could I provide a VM for you?

Hey @adsr Sorry for pinging you on an old issue. I just keep coming back to this repository and would love to see this feature added. I tried to look...

Does this problem occur on your development machine? Maybe it's a firewall problem? I haven't encountered this issue before.

I’m using PHPs reflection class to list the class methods. This should also return all inherited methods. To determine if a method is a relationship, I need to evaluate the...