Julien Lambé

Results 64 comments of Julien Lambé

This feature cannot be scheduled for the next release. However I think we should provide a console command to handle the capabilities as for now, WordPress needs 2 http requests...

Need to look how this can also be merged with authorization mechanism from Laravel.

Oui, c'est prévu 👍

@DaWolfey Thanks for catching this one, I'll take a look or perhaps do you have time to submit a pull request regarding this?

This is something we can dig deeper for the `2.1` release then. There is a basic configuration for PhpUnit on the application by default it would be great to extends...

I can see this. This is something that we could focus on perhaps at some point. We had the chance to work on multi-tenancy project recently and perhaps there is...

Another approach would be a plugin also. If the root contains all shared code for all instances, if you need specific features for a specific sub-site, a plugin holding its...

Hi @ramon-villain. I was also thinking about optimizing the UI for metaboxes but with the goal to solve long scrollable metabox UI. When I started this API, I kept the...

Nice article for reference. Thanks

I already thought about this but it doesn't work. If we insert the `@empty` statement, the `@endloop` has no clue about it should reset or not the query. For those...