Robert Russell
Robert Russell
[logs.zip](https://github.com/plexinc/plex-media-player/files/2938762/logs.zip) here is log
I am not using a VPN. I am using 2 NICs to have faster transfers to my NAS. The player and server are on the same machine. Sadly my NAS...
My little workaround seems to have stopped working. Seems to effect the webclient 127.0.0.1 as well I can only use the app.plex.tv/ I don't want to disable my ethernet port...
I forked the code but had put off trying to figure out the problem. Been busy with my own project. On Sun, May 19, 2019, 7:17 AM William Connor wrote:...
One other way we could of done this is the move the serialize code into member functions of each component. Then we just call that. Though This seemed more in...
I just merged the upstream/master into my branch as it was several months old. I wanted to make sure stuff was still working. 6e309d4 I noticed `CircleCollider2DComponent` was missing from...
This pull request was originally on dev and now on it's master. Some of the changes in my pull request are from dev. `entt.hpp` `Entity.h` are included but I haven't...
I cherry picked my commits and reset this branch so I no longer have anything from the dev branch in my pull request.
Cherno added TexturePath and Tiling Factor. Main thing I did differently is I checked to see if the path exists on saving. I resolved the merge conflicts from the latest...
https://github.com/codereport/An-Algorithm-Library/blob/3ac57bd561b46ffa1dca9047961ed909b06cecd2/appveyor.yml This could appveyor.yml could be dropped into j as well. I got it working with gcc 10.2, clang 12 and msvc. At least it's running the tests I made...