AxelBriche

Results 34 issues of AxelBriche

Hello, I want disallow all html tags by default. I have read the doc but not find an option for use this library without use an extension (who provide by...

After sanitize, `C'est l'été` become `C'est l'été`, how prevent this change please? I use Twig and the code is already escaped by default inside the view.

Having html tags here is not good: This data should be in a format that can be stored in a database. And as a developer, I don't want store html...

`ctrl+z` and `ctrl+y` has not a normal or notion-like behavior. Maybe don't use the browser behavior for `ctrl+z` and `ctrl+y` and add a history for the data tree? Thanks for...

Hello, ```php $embed = new Embed(); $info = $embed->get('http://www.jeuxvideo.com/'); dump($info->image); ``` This url work on demo website and has an image. This url work on localhost and show me a...

When I give a short url who are redirected (as a shared youtube link by example): ```php $embed = new Embed(); $info = $embed->get('https://youtu.be/a7_D1qlwOp0'); ```` I have this error: >...

Hello, with that basic code: ``` $client = static::createPantherClient(); $client->request('GET', '/registration'); $client->submitForm("S'inscrire", [ 'email' => '[email protected]' ]); ``` I have the error: > NoSuchElementException: Unable to locate element: [name='registration\5B email\5D...

### Configuration - Provider Gem: `omniauth-google_oauth2` - Ruby Version: `3.0.0` - Framework: `Ruby on Rails 6.1.2.1` - Platform: `MacOs` ### Actual Behavior ActionDispatch::Cookies::CookieOverflow in Users::OmniauthCallbacksController#google_oauth2 Line: `session["devise.google_oauth2_data"] = request.env["omniauth.auth"].except(:extra) #...

Hello, how can I use `dark:` and by example `sepia:` with that module **with unocss**?

question