Calvin Montgomery

Results 91 comments of Calvin Montgomery

Can you provide more information about the "reproducible sequences"? I tested a few times and didn't notice any obvious patterns.

The patterns in shuffle results could be influenced by bias introduced by multiplying `Math.random()` (which returns a floating point number in `[0, 1)`) by the array length and flooring it,...

If you wanted to try to get this into a mergeable state, I'm open to working with you on that review. Regarding the cytube-docker repository, I'm not sure it's really...

This is because search queues secretly just re-fetch the metadata instead of reusing the saved result (the saved info is only used to display those search results). Commit: https://github.com/calzoneman/sync/commit/c152a19624893beee0b0aa77b8676f0498027b44 I...

Can you clarify if you are asking from the perspective of a server owner or an individual user (which would be similar to https://github.com/calzoneman/sync/issues/742 I guess)?

Is that related to the feature request in this issue or something else? Regardless, I don't have plans to work on it, but I left the issue open in case...

I just want to set the expectation clearly that I don't plan to implement this. I'm not trying to be rude, nor to imply that what anyone is suggesting is...

This shouldn't be that hard, if someone wants to take a stab at it. Although I also wonder if instead of only implementing clone, there should be an option to...

Hi, Yes, vimeo cannot be used on cytu.be anymore because vimeo blocked it due to a single channel being reported. I was unsuccessful in asking them to reconsider the sitewide...

It looks like their playback in-browser requires EME (encrypted media extensions; a form of DRM). My web browser is compiled without support for EME, so this wouldn't be something I...