Thibaut Allender

Results 11 issues of Thibaut Allender

Please refer to https://github.com/laravel/nova-issues/issues/3778 for details and how to reproduce (obviously you need to use `techouse/intl-date-time` instead of the stock Nova DateTime).

Hi, It seems like the most recent OSX asset is v0.3.42. Is there a way we can get a precompiled v0.3.45 for OSX too? Thanks

### Describe the bug Widow protection doesn't work correctly and doesn't handle links. ### To reproduce Create content with various word lengths at the end of paragraphs, and links with...

bug

### What are you trying to do? Move a field that has already been put in a form, or another group, to a new group. ### What's your proposed solution?...

feature request
beta

Hi, I'm using a `components` view namespace by adding this to `AppServiceProvider.php`: ``` public function boot(): void { view()->addNamespace('components', resource_path('droplets/components')); } ``` This works fine to call views like `view('components::forms/input);`...

This code fails when the input value contains a single quote as the value is not escaped prior to being wrapped with single quotes, in `form-panel-custom.vue`: ``` for (let i...

Hi, Somewhere between Nova 3.3 and 3.30, the default Form/Panel.vue has had this prop added: `:show-help-text="field.helpText != null"` `DefaultField` then maps this prop, instead of defining the default value of...

Hi, Currently you can only apply transforms with a preset width and height. It would be great to be able to use the `width` and `height` attributes of the image...

enhancement

### Describe the bug I had forgotten to set the permission `Save other users’ drafts` on my a reviewer. When viewing an entry requiring approval as this reviewer, the comment/approve/reject...

**Describe the bug** `dompdf 3.1.0` now validates data-uris, which makes data-uris fail with the [default config file](https://github.com/barryvdh/laravel-dompdf/blob/d2b3a158ba6e6c0fbb97208aa37dc764642ce5d5/config/dompdf.php) as it doesn't have any `data://` entry in the `allowed_protocols` config array: See...