Ruben Opdebeeck
Ruben Opdebeeck
It's sometimes quite difficult to reproduce an ECAU issue, especially when it concerns specific providers. #521 and https://github.com/ROpdebee/mb-userscripts/issues/547#issuecomment-1272552566 come to mind. Moreover, we're doing some debug logging here and there,...
https://community.metabrainz.org/t/ropdebees-userscripts-support-thread/551947/123?u=ropdebee > Hi! The enhanced art uploader currently (at least for vgmdb) takes the comment, uses the beginning to detect the type, and removes that string from the comment field....
https://community.metabrainz.org/t/ropdebees-userscripts-support-thread/551947/121?u=ropdebee >mb_multi_external_links > > Stopped working in [new relationship editor](https://community.metabrainz.org/t/help-test-the-relationship-editor-on-beta-musicbrainz-org/621824), e.g. when creating new artist in iframe
https://community.metabrainz.org/t/ropdebees-userscripts-support-thread/551947/121?u=ropdebee > Some things I’ve noticed while on mobile: > > 1. Deezer wants to redirect somewhere else, so fetching from the desktop page fails. Maybe fall back to the...
https://community.metabrainz.org/t/ropdebees-userscripts-support-thread/551947/113?u=ropdebee > Hi > > MB: Bulk copy-paste work codes: > > There is something wrong with: > SPA ID > Amra ID > PRS Tune. > > When I...
https://chatlogs.metabrainz.org/libera/metabrainz/2023-03-21/?msg=5149268&page=2 > 18:09 ROpdebee: we got the following exception in Sentry: "Error: cannot call methods on artworkViewer prior to initialization; attempted to call method 'close'" > 18:09 Previous click was...
Cherry-picked from #499 Depends on #580 I did a quick test on beta.MB, the buttons do what they're supposed to do and the edits show up in the edit preview,...
### Subject of the issue Last one for tonight. See example and traceback. ### Steps to reproduce ``` python from typing import Optional from dataclasses import dataclass from typed_json_dataclass import...
### Example program ``` python from typing import List, Dict from dataclasses import dataclass from typed_json_dataclass import TypedJsonMixin @dataclass class Test(TypedJsonMixin): test: List[Dict[str, int]] Test([{'a': 1}, {'b': 2, 'c': 3}])...
**Example** ```javascript const profile = new FirefoxProfile(); profile.setPreference('foo', '"bar"'); profile.updatePreferences(); console.log(await readFile(profile.userPrefs, { encoding: 'utf8' })); ``` This leads to a file containing the following line: ```javascript user_pref("foo", ""bar""); ```...