sandstrom
sandstrom
I think an update should strive to add as little new stuff as possible. Instead, try to reduce the surface, making the project easier to maintain. I would remove the...
@pokoli I think it makes a lot more sense if papaparse is unminified. Anyone who wants minified code can do that themselves, either using any of the dozen CLI tools,...
I dug in this recently, thought I'd add a note here. Also, chruby is awesome! Thanks @postmodern! For Passenger Nginx the following is stated (Passenger 4.0 and later): > The...
I've configured it in `/etc/profile.d/chruby.sh`, and `passenger_load_shell_envvars` is enabled (it's on by default). The content of my `chruby.sh` is: ``` source /usr/local/share/chruby/chruby.sh source /usr/local/share/chruby/auto.sh ``` It seems like the working...
@jrochkind here is a quick extraction from our chef receipt. It's in pieces, because I had to cut away specifics, but hopefully it's enough to put you on the right...
@carukc Yes, but we're running 4.x, so I haven't tried in 5.x. I'd peruse the docs for any changes that could have affected this in the 4 → 5 transition.
Any news on this? I think there could be value in shifting in https://github.com/jakearchibald/es6-promise It's regularly maintained (347 commits), performant and tracks the spec closely.
@cscott I see, you know this better than myself, so I trust your judgement.
Just wanted to say that I totally encourage thinking about this! It's not a simple problem, but solve it would be very useful!🏅 1. Also, it's worth considering whether this...
My comments are a bit confusing, because I'm throwing several ideas around. But I guess I have two main ideas (1 and 2) when thinking of the overall problem with...