Brian Broll
Brian Broll
They use envoy (similar to nginx) which runs on the server side: https://www.envoyproxy.io/
Another useful feature would be mounting projects on the filesystem so they can be edited as text. On linux, this could be achieved by creating a custom FUSE adapter though...
Wow, these are pretty drastically different. I suspect this is an issue with plotlyjs and the individual browsers but it would probably be good to confirm that the colors passed...
The html should be updated now; I am not sure why the installation is now failing in the test (it is getting an error bc it can't find the module...
oh, I meant that I am getting that error on travis (not sure why - nothing should have changed wrt the dependencies)
He said he's using Firefox v75.0 on Catalina. I will ping him and see if he can provide any additional information!
Since we don't want to leave the master branch in a broken state and it would be nice to merge these one at a time, I am going to open...
I made a [new repository for the services server ](https://github.com/NetsBlox/services) but I am going to wait to sync it and move the server to a submodule until right before I...
I have seen this before. It is infrequent but happens when there are apparently issues with the ParallelDots API. We can't due much about it except maybe clean up the...
Nice catch! The process of deserializing costumes is async and the costume isn't rendered until after the result has been returned. In other words, if you assign the return value...