Rafael Kraut

Results 30 issues of Rafael Kraut

When opening the demo page with Firefox 89.0.2 the field with label "This field is readonly" can be changed although the readonly attribute is there. http://chemerisuk.github.io/better-dateinput-polyfill/

I just wasted an hour because npm installed version `4.1.0-rc.0`. With `4.0.13` everything works as expected. I'm using webpack and imported it with `import 'select2'` When running ```js $('.select2').select2() ```...

4.x
compatibility
status: possible bug (unconfirmed)

I created no Changelog yet, it should first be discussed if this change could have any negative side effects. It's still possible to call `$this->getContainer()` in classes which have `use...

https://github.com/laminas/laminas-code just shipped version 4.6.0 which makes it possible to add PHP type declarations. I would love to see the option to add the type hints not only in PHPDoc...

### Please describe the feature you would like to see implemented. I just tried to setup debugging with IntelliJ IDEA on a MacBook. For this I set the following in...

In the Shopware development template I want to explicitly use the docker image `webdevops/php-apache-dev:8.0`. For this I tried to use the following configuration: ```yaml const: DOCKER_IMAGE_PHP: webdevops/php-apache-dev DOCKER_IMAGE_PHP_VERSION: 8.0 ```...

**Describe the bug** I want to run my Statamic 2 page with two different languages (de_DE, en_US). Basically I followed the guide in the docs https://docs.statamic.com/localization I decided to use...

**Describe the bug** When submitting a form, the input is sanitized by using the PHP function `htmlentities`. Unfortunately this also replaces german umlauts with htmlentities. So I get incorrect data....

bug

### Please describe the feature you would like to see implemented. We're using a plugin which uses Twig blocks for attributes. This leads to unrendered HTML. ![photo_2022-06-20_15-35-03](https://user-images.githubusercontent.com/14234815/174613512-394631dc-761f-43f7-93f2-d6f4c8586218.jpg) ![photo_2022-06-20_15-35-00](https://user-images.githubusercontent.com/14234815/174613451-5168830d-123b-4c14-b2b2-8d74d78abebb.jpg) https://github.com/FriendsOfShopware/FroshDevelopmentHelper/blob/a630e2445730da5d5f7e666c413421dee15294d1/src/Component/Twig/NodeVisitor/BlogCommentNodeVisitor.php#L18-L25 It...

cc @keulinho ### 1. Why is this change necessary? This should bring a little performance improvement for every Storefront page load. ~~On my machine it's around 1.2ms per page load....

Scheduled