Thayne McCombs
Thayne McCombs
I think https://github.com/sharkdp/fd/issues/1591 may be a case of this.
I think I'm encountering something similar in 0.10. Interestingly, I _didn't_ see this behavior in 0.9 but since upgrading to 0.10 it has been a constant source of annoyance. My...
This might be a wezterm bug for me though... see https://github.com/wez/wezterm/issues/5750
I do not have XTERM_VERSION set to begin with, the wrapper script wouldn't do anything.
Maybe it would be worth forking CDKTF and putting it under the opentofu organization?
@cam72cam the above link gives me a 404.
That one works
Any chance this could get fixed soon? The AWS Java SDK has required Jackson 2.15 since 2023, and this is blocking me from upgrading that.
Version 3.0.6 depends on Jackson 2.20, but it doesn't seem to allow configuring the limit. Indeed looking at the [code for JsonConfig on the 3.0.6 tag](https://github.com/playframework/play-json/blob/3.0.6/play-json/jvm/src/main/scala/play/api/libs/json/JsonConfig.scala) it doesn't seem to...
It seems odd to allow use for constructing tuple like structs, but not for anonymous tuples. Is there any reason *not* to support unpacking in tuples?