François Houlbrèque

Results 6 issues of François Houlbrèque

The log get spammed with: ``` [LOG 14:32:40.371] SSTU-ERROR: Model definition was null for name: Adapter-2-2-Long. Skipping definition during loading of part [LOG 14:32:40.371] SSTU-ERROR: Model definition was null for...

Hello there, Using the suggest code do not show blue tabs as suggested by the documentation: { "class": "tab_label", "settings": ["highlight_modified_tabs"], "parents": [{"class": "tab_control", "attributes": ["dirty"]}], "fg": [120, 170, 250]...

Trying to define a variable with a value coming from blade result in alerts and the IDE being lost at an unlawful statement: **Here is the __working__ code** ``` x-data="{...

Despite all my attempt to make it work, I can't make this working : ``` Rule::unique(File::class, 'name') ->where('created_by', Auth::id()) ->where('parent_id', $this->parent_id) ->whereNull('deleted_at') ``` When looking at the sent request, if...

Hello there, After installing the latest version of PHPStorm, my Gitlab plugin is still installed but the VCS options are gone. It's really sad as I use GitLab locally and...

When validating a form with Ajax field validation and binding the _jqv.field.result_ to monitor validation changes and alter for example the class of the field using jQuery, currently, the status...