Results 6 issues of klfman

**Klaro Config** ```yaml services: youtube: title: Youtube description: Youtube contextualConsentOnly: true ``` **Current behavior** When having only one service, e.g. youtube, the cookie consent popups are displayed anyways, showing a...

**Tested with**: react-native: 0.63.3 The docs about react-native support (https://moment.github.io/luxon/docs/manual/matrix.html bottom of page) suggest to use [jsc-android-buildscripts](https://github.com/react-native-community/jsc-android-buildscripts) to fix missing Intl support on Android. Using the suggested solution I could...

### Description After moving some documents in the document tree to a different parent, the document tree is not updated visually after a discard all. Note: It works after a...

Bug
UI & UX
Accessibility
7.3
8.3

When working with Neos I often struggle to find out, which configuration of my nodetypes or fusion prototypes are actually loaded at runtime. At runtime neos collects all the files...

enhancement

`curl https://sandstorm.github.io/synco/serve | sh -s -` just works, but when I try and download all files with `curl https://sandstorm.github.io/synco/serve | sh -s - --all`, the application crashes with a runtime...

Flowpack.Listable:PaginatedCollection has a collection key that must be set by the user. The documentation shows an example: ``` prototype(My.Custom:Object) < prototype(Flowpack.Listable:PaginatedCollection) { collection = ${Search.query(site).nodeType('Something.Custom:Here').sortDesc('date')} ... } ``` When passing...