Ruben Opdebeeck
Ruben Opdebeeck
I mentioned in #38 that I'd send a WIP PR if I managed to find some time, but of course I forgot. I had some time to do some hacking...
This has been requested and rejected before (#9, #11, #34) but I've done some investigation and I'd like to share my findings, and reopen the discussion. # Problem setting Consider...
https://beta.musicbrainz.org/edit/91905700 Probably either Supercharged or CAA Dims isn't recognising this as a PDF and tries to load it as a normal image.
We now also accept input from copied web pages and parse URLs from anchors and images on the copied portion, which should make it easier to copy images from providers...
An idea that I've been thinking of for the last couple of days. I still haven't decided what to do with marketplace/auction providers (#333), but one thing that I'm certain...
Example: ```javascript async function* test() { yield* [1, 2, 3]; } async function test2() { for await (const x of test()) { console.log(x); } } test2(); ``` Expected result: The...
Although the README says that async generators aren't supported, it appears this information is outdated as the plugin does transform async generators. However, combining `yield` with `await` on a single...
The current warning messages doesn't specify where to file a ticket, and reports of unsupported agencies might end up filed to this repo instead of to the MetaBrainz JIRA (e.g.,...
The originally created the script to be able to quickly add the links provided by a-tisket to an existing release. These buttons make it more convenient to copy them.
Some way of facilitating finding the edits which changed something would be useful. I was imagining some new link next to each AR which opens an edit search that looks...