Christoph Dietrich

Results 15 comments of Christoph Dietrich

It also doesn't work for me. Even with `--yolo`. I have a private repo without where i don't need to login (internal network). package.json has: ``` "publishConfig": { "registry": "http://myinternalhost:8083/repository/npm/"...

Same here. Any news on that?

Doesn't work for me. I tried it for deploying manually. If i deploy a file or folder (via shortcut, button or context menu) it always asks me to which target...

Same here. Any solutions yet?

``` (1/1) #1573047338 InvalidArgumentException Argument $currentPageNumber must be greater than 0 in /Users/christoph/Git/cd_sitebase/_sitebase_src/typo3/typo3_src-10.4.21/typo3/sysext/core/Classes/Pagination/AbstractPaginator.php line 177 protected function setCurrentPageNumber(int $currentPageNumber): void { if ($currentPageNumber < 1) { throw new \InvalidArgumentException( 'Argument...

Is this project dead? Would need that too. Want to use AOS as native ESM module. Therefore deps should be included in the ESM version of AOS.

Does the plugin support Kirby 3?

Imho AOS shouldn't use `this` so it gets ES6 module compatible. ES6 is the future.