remi
remi copied to clipboard
C9
Cloud9 is a web IDE environment that uses a proxied connection that causes the base REMI library to not work correctly. It has a couple of other odd quirks. This PR fixes things such that people can use REMI in c9 - we're planning on this for some of our intro CS classes. There are probably better solutions and I'd be happy to modify things to such a solution (e.g. I'm using C9 environment variables to conditionalize specific actions, and it may make sense to use some notion of different "operating environments" since my proxy-aware code is C9 specific).
Hello Dirk, excuse me for the late reply. I'm travelling to Russia (Moscow) for working reasons. I will look at this in about a week. Thank you so much for contributinng in Remi!
@dirkcgrunwald Thank you so much for your contribution! Other people requested this feature previously and I was unable to fix. I merged it in a specific branch "dirkcgrunwald-c9", to make it available to other users. I will remove some specific C9 vars and separate the SVG related commits, than I will merge it to master (when I will have some time available).