Tim Dettrick
Tim Dettrick
I ran into a variation of this (`bash: /dev/tty: No such device or address`) when running Ammonite-SSHD inside a container. The problem stems from `/dev/tty` pointing to the current TTY,...
@iharh I had a look at it, but it's not a straight replacement. I'm not sure @lihaoyi will want to go to the effort, and I probably won't have time...
I ran into this behaviour in a different circumstance, trying to work out why `X-Forwarded-Proto` wasn't working, in a case where it was being used without an `X-Forwarded-For` header. Adding...
Is #777 related to this?
This doesn't mention the removal of pod IAM impersonation (#710) by #776/#777? Was that feature intentionally removed?
I'm trying to work out why pod impersonation was removed in 1.4.2: https://github.com/kubernetes-sigs/aws-efs-csi-driver/commit/863fa0b9c114920a4a3dd8d30f004961f185276d It would be really helpful to have this changelog so I understand if 1.4.1 is broken, as...
As noted in [netty/netty#13665](https://github.com/netty/netty/issues/13665#issuecomment-1789409383), the Netty advisory for [CVE-2023-4586](https://nvd.nist.gov/vuln/detail/CVE-2023-4586) has now been withdrawn: https://github.com/advisories/GHSA-57m8-f3v5-hm5m
Same issue: ``` Build version: 2.5.1-pro Build date: 1981-01-01 01:01:02 Current date: 2023-06-11 23:25:31 Device: Google Pixel 7a OS version: Android 13 (SDK 33) Stack trace: java.lang.NullPointerException: no valid characteristic...
This behaviour can be confirmed using the [Atom RELAX NG XML schema](https://gist.github.com/4617547) and Nokogiri: ``` ruby require 'atom' require 'open-uri' require 'nokogiri' def make_feed(complete = false) Atom::Feed.new do |feed| #...
#23 may have fixed your testing issue, as it also updated the Bundler dependency to something more modern.