David Schilling

Results 18 issues of David Schilling

Während des Levels soll es Musik geben. Sie sollte nicht zu sehr vom Spiel ablenken.

enhancement

Um ein besseres Bild von der App zu erhalten sollten in der README Screenshots des Spiels eingefügt werden.

enhancement

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...

feature

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...

bug

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....

bug :lady_beetle:

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]);...

bug :lady_beetle:

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...

O-Uncommon
S-Major
T-Enhancement
X-Needs-Product
A-E2EE