Raman Gupta

Results 330 comments of Raman Gupta

> * use `terminationGracePeriodSeconds` so that your application will continue to accept traffic for a little longer. FYI I actually don't think this works -- at least it didn't when...

+1 > You may have a point here however we cannot change the exception to IOException without changing the method signature and thus breaking backward compatibility. Actually you can change...

It may be irrational but... a lot of people hate XML, I guess mainly because of how verbose it is. All the cool kids these days are using YAML. Don't...

The other suggestions I would have are: 1) `winsw` with no arguments currently just... does nothing. Have it display some help information about how to get started with winsw, and...

> @rocketraman "All the cool kids these days are using YAML" > all the cool kids these days are also following the rest of the lemmings off the cliff. >...

Not quite sure why this is in the backlog... this happens consistently, is easy to reproduce, is an obvious rendering failure, and it looks really ugly / unprofessional.

I am trying to use play-authenticate from Scala as well. How did you work around the session issues? I am getting the following runtime exception when using `@currentAuth() { auth...

Here is my ES6 implementation (this requires `flatten` from lodash) -- usage is the same as @mx781 : ``` function subtractRanges (source, others) { if (!Array.isArray(source)) { source = [source]...

@reustle I answered you over on StackOverflow...

Coming from a background of programming on other OSes with other languages, I have to admit the whole URL prefix thing was completely unintelligible and seemingly pointless to me when...