Troy

Results 57 comments of Troy

The vcpkg config change is because that dep is missing when you try install via vcpkg. Probs unrelated to this pr.

| Twitch Channel | Emote Name | Link to emote | |----------------|------------|---------------| | pajlada | WAYTOODANK | https://betterttv.com/emotes/5ad22a7096065b6c6bddf7f3 | | pajlada | Ninja | https://betterttv.com/emotes/5e7f2cc0d6581c3724c16b84 | | pajlada | pajaAAAAAAAAAAA...

Currently the min allowed is 20ms on our fork people have been asking me to allow less than 20 because of webp allowing 1ms frame timings and stuff like that....

I no longer need this. But @gutnar's solution should likely be PR'ed.

I think, you are confused as to how the node bundle works. If you are using this for web browser I believe this doesn't make a difference

Hacky solution ```yaml apiVersion: apps/v1 kind: DaemonSet metadata: name: node-sysctls namespace: kube-system annotations: kubernetes.io/description: | This daemon set configures the kernel parameters required to optimize networking performance. kubernetes.io/psp: eks.privileged spec:...

Although the other guy is absolutely wrong and its super weird. This feature would be a good implementation for convenience. Where one button starts and stops all streaming.

Oh the statement on needing it to be simultaneous so that the server can detect all 3.

I am unsure why caching is even implemented at all. Caching should and always should be controlled by the developer. If i wanted to add caching I would have implemented...

@TuringJest this is not correct. 1. Why would you want dataloading to be scoped to a single request when you can scope it to the entire application? 2. If I...