Alexandre Morignot
Alexandre Morignot
You PR does not fix the constraint on crystal
> shard.yml is not specifying a Crystal version, so by default shards install won't check IIRC no specifying a crystal version means "< 1.0" (https://crystal-lang.org/2020/08/20/preparing-our-shards-for-crystal-1.0.html).
It's because how Bureaucracy handles path. It concate the action's target page with the addpage's target, but does not _interpert_ it as you would expect. I think we need to...
This actually does not solve #177 at all.
Same problem here. The script is doing an infinite loop without sleep, so yeah it is basically trying to eat as much CPU as it can. So far I run...
Actually there are alternatives: * in js: https://github.com/chromecast-sponsorblock/chromecast-sponsorblock * in php: https://github.com/willemstuursma/castblock-php * and I did yet another blocker, in crystal (but there is a docker): https://github.com/erdnaxeli/castblock I didn't test...
@stephen304 @ajayyy thanks :)
Hmm, that sucks. Without the `contentId` we cannot ask the sponsorblock api if the video has sponsor segments. I do have an android-tv (well, the youtube app built in my...
> Edit: From the mentioning of the Issue above I see that someone has provided (in another repo) the workaround that was discussed here too [nichobi/sponsorblockcast#17](https://github.com/nichobi/sponsorblockcast/pull/17) > Is that something...
I added a CI job that run a linter and the formater. It's not against you, it just to keep the project clean ^^ Could you merge or rebase on...