Julien Lambé

Results 64 comments of Julien Lambé

Hi @msufiannasir, not sure to understand the issue here. Perhaps you could provide in-depth details of what you're trying to achieve with images or a video ? The custom fields...

There seems to be a challenge with the "add new user" screen where a role is not yet defined and a user not yet created. There is a need to...

The main reason is because of the `illuminate/foundations` package is built into Laravel. Because that package is not standalone, we had to built ours to allow granular integration with WordPress...

Explore illuminate/cache APis and add WordPress cache drivers.

Release 2.1 is supporting the installation/desinstallation of WordPress drop-ins. The `master` branch already contains a default object cache drop-in for WordPress that leverage the stack default configured cache solution (file,...

Hi, I don't understand what you're trying to achieve. You have assigned media files using the Collection field inside a post then what restrictions do you need ?

Currently it's not "possible". So the idea would be to upload new files and when editing, view only those files when opening the media window. Might be useful but I'll...

Yeah this one is tricky and hasn't been yet in core. The best way is to create a custom field, basically you can create a new class called `DateFieldType` for...

@MoiseScalzo Yes it is possible but it's not polished :) Lots of improvements can be achieve there.

@MoiseScalzo Normally the framework should expose an API in order to register components at runtime but a bug at compilation breaks it. Looking at framework core JS webpack configuration, we're...