James Nelson

Results 26 comments of James Nelson

Any word on whether I can / should contribute this myself? I'm not exactly familiar w/ building/contributing, but I'm pretty sure I could figure it out from previous PRs for...

Wow. That is a tiny project to OOM. Is this still happening, or is it possible that this was a bug in a SNAPSHOT release?

One odd thing I noticed is both of your gwt.xml use the same rename-to. Not sure if that is part of the cause, but worth looking into.

Just an fyi for others: you can use `--no-bin-links` to avoid those symlinks. In your package.json, you'd need to replace "raw executable references" like `react-scripts` with `node node_modules/react-scripts/bin/react-scripts.js`... so it's...

Using `--no-bin-links` _really_ sucks, as you have to use absolute paths for everything, and the clutter makes things very difficult to maintain. A proper fix would be ideal. We manage...

yikes... we have a bunch of centos 7 customers who could benefit from native installers... many run in sensitive data centers and don't want to install docker... would _love_ to...

fwiw, this is still an issue, and it cost me quite a few hours working around it. Our CI has been hitting your repos pretty hard and getting blocked (rightfully...

There were also a few unsigned rpm files which required ignoring gpg signatures in order to sync them. Luckily we are only using this mirror internally, so if there was...

Aye! Getting this healthcheck to work has taken more than 60% of total development time for my cluster ....and it still doesn't work. Please, please, please, will someone on GKE...