Ray Foss

Results 168 comments of Ray Foss

I've experienced this issue before, but while refactoring some code to upgrade a few modules my SSE server will spend a lot of time recompiling and not entering a success...

Got it working by cloning the repo and beating the config.js file to death. Don't forget to allow your network's IP in the Atlas control panel. I had to enable...

Added PR #677 to address a few of the issues... there is a lot of code from the repo and Bluemix that breaks Mongo URI's without modifying the config file...

Example: The following url is a valid cors-proxy server... https://runkit.io/hesygolu/isogit-cors-proxy/branches/master But it won't work because it responds with a 302 HTTP redirect to here https://isogit-cors-proxy-6zdbfdaue3j2.runkit.sh/ using the redirect address does...

Run compile should probably be a postinstall script at the root of the client. I just gave up. Side note, what happened to the Javascript feathers-chat app? ![Screenshot 2022-09-09 12...

Having javascript client be at top level makes most sense, and is easy to do by changing the feathers config to point serveStatic to `../javascript`. The lack of `npm run...

I have 20.04 it worked for me... I had to log out once, install ruby after the first failed run. I did restart after as well. The ICU dependency seems...

To clarify Import Assertions are not part of caniuse right now. If they get added, it should have some keywords to help the JSON people find it. From my brief...

https://github.com/ccle/moodle-docker/commit/7b760ecdb5be80b47524db4de7f8e72e3f54bf9a That seems to be a 3 line edit and should work perfectly for the vast majority of people. I'm okay with that.

> Any idea how to fix this when using Vite? Vite removed `process.env`. process is not supported in browsers period. It was a webpack hack that was removed with Webpack...