Noah Zucker

Results 39 comments of Noah Zucker

We're encountering this issue repeatedly, would be nice if there was a better solution than "Uninstall and reinstall the chart" which in production is a tad heavy-handed...

I also encountered this... PipelineClient is documented but not accessible. Not sure I understand the why you wouldn't at least expose this as a trait? Unless we should just be...

I as well to my chagrin have discovered that previously working code that worked famously in 2.10 and 2.11 for almost a decade hangs in scala 2.12. Should we completely...

👍 this is not a case of "parallel collections didn't work for me in my code" see also scala/bug#8955 this has come up before and seems not fixed. Example code...

@SethTisue thank you for clarifing! 👍

I just bumped into this issue because I was sending a list of items to redis in batches with `list.grouped(500)`... but forgot that grouped returns an Iterator that is "lazy"...

Incidentally, the better approach is that `WinRmClient` supports a configuration option for socket timeouts, that we can configure in rundeck. I tried adding ``` winrm-socket-timeout="43200000" ``` to the project `etc/resource.xml`...

I am in fact facing the same issue. Thank you for posting this.

> Why the Angular team wouldn't let users take over officially? ...It's open source? You can certainly fork the project...? This has happened with many other widely-adopted OSS projects such...

> I hope you realize that having to pay for security fixes contradicts principles of both open source and security? Where in Open Source manifestos etc. does it say that...