Results 38 comments of t2t2

``` npm ERR! node v4.2.6 npm ERR! npm v3.5.2 ``` too ancient versions of nodejs & npm for support

I don't think npm is really made for this since npm is more about libraries and other code that can be reused in other projects while this is just an...

[I'm not seeing any method to do that in obs-websocket](https://github.com/Palakis/obs-websocket/blob/4.x-current/docs/generated/protocol.md), so first need it to support it (create an issue there)

obs-tablet-remote is a web app meaning it runs on anything that has a web browser so it should already work in safari/chrome running on a M1 If there's any issues...

Since it crashes OBS it's most suitable to be reported in [obsproject/obs-websocket](https://github.com/obsproject/obs-websocket) repo

> Like most other powerful web APIs, the Screen Wake Lock API is only available when served over HTTPS. Blocked by #14 / Palakis/obs-websocket#26

Adding as a reason to minimize the amount of requests, in web browsers [there's a limit of how many simultaneous requests/connections can be done to one server/hostname](https://stackoverflow.com/questions/985431/max-parallel-http-connections-in-a-browser) (eg. ingest.example.com) which...

Note: I also ended up writing a longer comment on why this really really should be included in resources instead of scopes, but I figured it's better in [Ephemeral Resource...

> How do we reconcile this OTEP with the spec's stance on immutability of the Resource? This doesn't change anything about current resource immutability - an update on the resource...

Note: I originally started this as part of response to https://github.com/open-telemetry/opentelemetry-specification/issues/2500#issuecomment-1249387117 but the first section ended up being more related to this otep being stuck, so here it is! ---...