Gerald R.

Results 42 issues of Gerald R.

@hankchizljaw Following your talk and watching your website https://buildexcellentwebsit.es/ I am wondering whether I still should use gorko or better switch to tailwind? I am wondering whether you will still...

If `package.json` would contain ```json "style": "gorko.scss" "sass": "gorko.scss" ``` then they could (depending on the build setup) be imported with `@import '~gorko';` instead of `@import 'node_modules/gorko/gorko.scss';` (or `@import '~gorko/gorko.scss';`)...

The [coding guidelines](https://docs.typo3.org/m/typo3/reference-coreapi/10.4/en-us/CodingGuidelines/Index.html) are for some file types not respected in the outputted `.editorconfig` of the packagebuilder. yaml: 4 spaces instead of 2 typoscript: 4 spaces instead of 2 js:...

If shipping costs differs between two countries the customer could get wrong shipping costs by choosing another country in the shipping address and afterwards checking the checkbox "shipping is same...

* BarChartWidgets need a BackendViewFactory which is added now. * Fix `PaymentPaidShippingOpen` widget Fixes #475

To avoid line breaks the ViewHelper uses a non-breaking space to separate the value from the currency if spacing is actived. Fixes #489

The plugin throw an error because the the controller tried to access an array by integer index values instead of strings.

* Every language files has it's clear domain. * No unused entries in the files. * Some labels which are used in the backend are used from the `locallang.xlf` but...

With activated stock handling for BE variants the JavaScript which changes the prices does also change change the available stock. Requirements: - This requires that the select view contains a...