Sebastian Szymbor
Sebastian Szymbor
[This](https://github.com/thesebas/mirrorbits2meta4/blob/master/index.php) is really simple php script that tries to combine data from mirrorbits endpoint and headers and create meta4 file but sadly not all instances provides `Link` header (https://download.lineageos.org/ is...
If `Digest`, `Link (rel=duplicate)` (+ `Location`?), `Link (rel=describedby)`, `Content-Length` headers are present then it is just one step to return it as XML file instead of headers. I'm not sure...
`Patron`/`patron` sounds good.
What about new `SearchResult.MediaType`s? I'd like to add two quite common I think: "Sheet Music", "Old Print" and there are other two exotic I'm not interested in (something called "Regional...
Hi @raphaelm, I've rebased my pull request on current master, I'd like to remove json files now but to do tests if it works I need to have those json...
found that one: http://bugs.musicbrainz.org/ticket/1606, you could reopen that and "disagree" ;)
It seems that currently setting `to` as an array creates state that name is array.toString(), so in this case: ``` var sm = StateMachine.create({ initial:'A', events:[ {name:'go', from: 'A', to:['B','C']},...
Because of a [widely known performance issue](https://gist.github.com/tkafka/e3eb63a5ec448e9be6701bfd1f1b1e58) with electron on macOS 26.0.1, don't update to this version but to one with the fixed issue.