David Schilling
David Schilling
Während des Levels soll es Musik geben. Sie sollte nicht zu sehr vom Spiel ablenken.
Um ein besseres Bild von der App zu erhalten sollten in der README Screenshots des Spiels eingefügt werden.
Executing the release command leads to this output: > ./bin/changelogger release 3.58.0-RC4 Changelog for 3.58.0-RC4 created Clean unreleased changes: ✔ It would bei nice to see how many changelog entries...
When writing the changelog message i cannot use the keyboard navigation. The back key leads to this character: `^[[D`. On the mac i would like to use the back and...
Es sollte möglich sein, das CSRF Token dem js-client gleich am Anfang zu übergeben.
I have a Class `GroupMemberService` which is Proxied by php-aop. In its constructor the class `GroupPolicy` is passed which is also proxied. I use DI to inject the constructor params....
I have some php code that looks like this: ``` public function checkInternalGroupPermissionForPerson(string $auth, ?int $personId) { include_once dirname(__DIR__, 3) . '/churchdb/churchdb_db.php'; $groups = getMyGroupIdsWhereIAmAllowed($auth); $personIds = churchdb_getAllPeopleIdsFromGroups($groups); return isset($personIds[$personId]);...
I would like to have an option to disable all e2e-encryption gui features. ## Background We develop a custom matrix client that ships in our app. Currently it does not...