Marc Henry Schultz

Results 366 issues of Marc Henry Schultz

related https://github.com/sitegeist/Sitegeist.Monocle/issues/101 https://github.com/sitegeist/Sitegeist.Monocle/issues/109 - `\Sitegeist\Monocle\Controller\ApiController::getSitePackages` returns an empty array (json `[]`) wich will cause an error in the frontend validation as an object is expected `{}` - `\Sitegeist\Monocle\Service\PackageKeyTrait::getDefaultSitePackageKey` returns false...

https://github.com/sitegeist/Sitegeist.Monocle/blob/5b33c359f88251d9563de1a068d78c32daf87bfe/Classes/Fusion/FusionService.php#L26 we currently don’t share any code?

i found this lib via stackoverflow but i luckely dont need to support ancient browsers of times from the dinosaurs so i was able to strip it down to the...

__Is your feature request related to a problem? Please describe.__ I'm always frustrated when i dont autocompletion in Vscode. Also its frustrating to work with callback, i always tend to...

enhancement
backlog
pr welcome

## `composer create-project neos/neos-base-distribution` fails on windows see https://discuss.neos.io/t/composer-create-project-neos-neos-base-distribution-mysite-not-working-windows/6147/3 duplicate of https://discuss.neos.io/t/setting-up-neos-with-xampp/5917 The problem is that we run `flow welcome`, at a time where flow cant find the php executable...

related i guess? https://github.com/orgs/neos/projects/48/views/1?pane=issue&itemId=34007119

``` cURL reported error code 7 with message "Failed to connect to localhost port 9200 after 0 ms: Couldn't connect to server". - Check the logs for details ```

It would be great f.x. to simply find all Neos.Ui extension packages via a filter in: https://www.neos.io/download-and-extend/packages.html one probably rely on the correct composer dependency to neos-ui, as a start...

There is a postcss modules feature called `composes` which allows to reuse a css class. it can be used like this: mixin.module.css ```css .mixin { background: violet; } ``` button.module.css...