Jeremy Nicklas

Results 16 comments of Jeremy Nicklas

Hosting the OnDemand tools under an Open OnDemand organization in GitHub can provide some benefits: - as @ericfranz mentioned an outsider can get an overhead view of all the OnDemand-specific...

Spent hours debugging why starting multiple browsers (Chrome or Firefox) with Capybara failed to close them all (it only ever closed the last one created). Turned out it was the...

Since this is run in Singularity it will run as a single user. So anyone who successfully authenticates against this running server will have access to all the files under...

Sorry, I let this project languish. I'd be happy to review any code you may have to get this to work.

I think at one time I explored updating this package but ran into some roadblocks and just stopped following up on it. I unfortunately don't really have the time to...

The viewer in FileExplorer works though. So this only seems to affect opening files in FileEditor.

I say we punt on this and bring up a more url-friendly encoding for file paths that all of our apps implement for ingest. An example being: https://ruby-doc.org/stdlib-2.2.0/libdoc/base64/rdoc/Base64.html in particular...

Even the font size here on github is 14px. Also, gedit on my OS uses font size 12px, but the 12px in Ace Editor is far smaller than what I...

Here is ace editor next to hterm: ![image](https://cloud.githubusercontent.com/assets/4260509/25021469/384f122a-2060-11e7-947b-bb6edaad78f8.png)

`Bundler.with_clean_env` does clean up any environment variables set by `dotenv`. The problem is that the Passenger environment variables are set before Bundler even runs. In particular, this is the output...