Michiel Sikma

Results 46 comments of Michiel Sikma

That sounds really amazing. I look forward to seeing the first few builds of this when that becomes a thing. I actually had a setup back in the day that's...

> This your happy day, [@msikma](https://github.com/msikma) we already emulate CGA mono monitors! 😎 Just set `machine = cga_mono` in the config. I appreciate what you're saying, but I need to...

It seems that the following GraphQL call should be used: ```json { "operationName": "ClipsCards__Game", "variables": { "categorySlug": "starcraft", "limit": 20, "criteria": { "languages": [], "filter": "LAST_WEEK", "shouldFilterByDiscoverySetting": true }, "cursor":...

All previous extractor types looked for their data in `[0].data.user` with `user` hardcoded, whereas this one uses `[0].data.game`, so the other extractors have been updated to make `user`/`game` a configurable...

Question for the maintainers: I would also like to add support for Twitch /category/$GAME/videos extraction. I was thinking of doing this in a separate PR after this one, but would...

Interesting fact is that when rechecking the persistent hash, I found there's a new one for `ClipsCards__User` (which existed before this PR and is not changed): * old: 90c33f5e6465122fba8f9371e2a97076f9ed06c6fed3788d002ab9eba8f91d88 *...