Matt Seeley
Matt Seeley
~Otto mentions the nightly is still triggering [this error](https://github.com/plexinc/plex-media-player/issues/799#issuecomment-438435835) on Windows. 709f70ab registers the `toggleWebMode` command in a way that's working for me on MacOS. I'll come back to this...
> Restarting the app and continuing the video reduces system memory usage drastically. Must be done periodically.
Hi @anthonybilinski thank you for the information and update. > Restarting the app and continuing the video reduces system memory usage drastically. Must be done periodically. Restarting the app reducing...
Thanks for your report. Examples as a PNG: 
Hi @Ghawken, I've fired up 2.38.0.999 the requested `plex.tv/api/resources`. I receive a PMP `Device` element: ``` ``` Publishing of PMP as a `Device` is orthogonal to PMS. Playing a video...
Ah, perhaps you were meaning `/statistics/resources` PMS endpoint? Thank you for clarifying.
Ditto on requiring through node.
Can confirm this is still a problem in `"@graphql-codegen/add": "5.0.2"`.
Turns out the same duplicate properties are in the source as well.
I believe this is another example in `3.24.2`. Below `item` and `outer` schemas are passing through extra unstructured fields. ```ts const item = z.object({ key: z.string() }).passthrough() const outer =...