David Hellmann

Results 30 issues of David Hellmann

Hey, like we write in Discord. Maybe it’s possible to add a Method to check if the Image has some Transparency. ![EEAF13DE-84FB-4A49-A8AE-38E83052E6C0](https://user-images.githubusercontent.com/764292/69497710-5a612300-0ee0-11ea-97a7-f8325c1d97c7.png) Thanks!

enhancement

I'm not sure if I do something wrong or what going wrong here but I try to explain. **general.php** My aliases ``` 'aliases' => [ '@basePath' => getenv('CRAFTENV_BASE_PATH'), '@baseUrl' =>...

enhancement

Maybe a good solution would be that before start with Transforming was to transform the root file to a pre defined size. In a perfect world the client resize the...

enhancement

**Description** The client reported an error while they using live preview. I found nothing in the logs so I debugged me through the templates. I changed this: ```twig {{ craft.comments.render(props.data.entryId)...

Cookieconsent einbauen Texte in Twig pflegbar machen (JSON Object) Default Styles von neubau

Schauen was man bauen kann wie alerts etc. https://ant.design/components

feature

https://github.com/kittn/generator-kittn/blob/2bee75c44f70e63e083962fe388c0b6e34bd0c5b/generators/app/templates/src/js/partial/detect-browser.js

``` {% set string = ' ' %} {% if currentUser.groups ?? null %} {% for group in currentUser.groups %} {% set string = string ~ 'is-' ~ group.handle ~...

enhancement

gitignore: dist/node_modules dist/public/storage dist/public/hot dist/storage/*.key dist/vendor dist/.idea dist/Homestead.json dist/Homestead.yaml dist/.env dist/public dist/resources/views dist/resources/assets app/, config/, database/, routes/, tests/ muss mit rein

feature