David Kellner
David Kellner
I don't know if you are aware of it, but I have already implemented a userscript to [batch edit release groups](https://github.com/kellnerd/musicbrainz-scripts/blob/batch-edit/dist/batchEditReleaseGroups.user.js) last year, but it still lacks a proper UI...
A few thoughts given that I still have to refactor/generalise the code a bit before I can continue with my roadmap and that you are usually faster than me writing...
> Add to that all the non-userscript projects that I'd like to start some time before the end of this decade, and you'd honestly be doing me a favour in...
Just wanted to remember you, that there already is https://github.com/ROpdebee/mb-userscripts/tree/wip-blind-edits-rewrite
No problem, since I am "watching" your repo I would have received a notification in any case. Thanks for the compliment, which I can gladly return. It's amazing how quickly...
> it would make it a lot easier to possibly transpile the code. I have also briefly thought about this regarding https://github.com/kellnerd/musicbrainz-bookmarklets/issues/11 but decided not to do this yet as...
> the way rollup bundles these scripts looks more natural to the eye than webpack's approach This is exactly the reason why I decided to go with rollup, besides the...
> I'll admit that some of my own `@include` patterns are much too broad (just look at blind votes or supercharged CAA edits, which for some reason run on every...
No, it is not causing notable issues. I just got surprised by the huge yellow stack trace because I was expecting to see nothing go wrong while I was testing...
`new Date('2021-04-06')` gives: > Date Tue Apr 06 2021 02:00:00 GMT+0200 (Central European Summer Time) So my timezone is UTC+2, the display language (of browser and MB) is English and...