David Kellner
David Kellner
~Fixes ESLint errors and bumps the version (still necessary after #441 has been merged).~ (Directly pushed to `master` as I don't want to further delay the version bump.) Correctly splits...
This PR adds support for a layout file which can be used as a shared top-level template to have a common page structure into which the rendered template will be...
After having collapsed all edits of the same type/editor (CTRL/ALT click), I can no longer expand them one by one with a simple click. Only the arrow icon changes, but...
Probably another of these React redraw issues on the new release pages 😢
Similar to #1936. It is also possible (and even necessary e.g. in MySQL) to use a binary id column for an UUID which can be represented as a Buffer in...
Today I was no longer able to create a new artist inline in the release relationship editor (main server). The submit button of the artist modal was always disabled until...
Version: Deno 1.40.2 ```ts function test(input: string): string { return input.replace(/a/, 'b'); } ``` Pasting the above code into a Deno REPL causes a parser error: ```ts $ deno Deno...
## Bug report ### Describe the bug Here is a clear and concise description of what the problem is: Kodi does not read ID3v2 tags from audio files with an...
* Related Issues: #2106 * Previous PRs: #2120 ## Introduction Update to the latest, non-vulnerable version of the Knex query builder. ## Motivation https://github.com/advisories/GHSA-4jv9-3563-23j3 ## Proposed solution I performed this...
The selector for the checkboxes has changed and `MB.relationshipEditor.UI.checkedWorks()` no longer exists. I am trying to implement this feature with the new exposed functions.