ChristianCiach

Results 113 comments of ChristianCiach

This is probably related to https://github.com/stedolan/jq/issues/2403. This means it doesn't only affect `tonumber` but also `fromjson` and probably some other functions.

As a side note: As far as I know there is also no guarantee for different JDK implementations to be compatible in regards to serialization. Today it may be frowned...

This is still an issue on Fedora 34.

I was one of the first persons to upvote the issue https://github.com/vmware-tanzu/carvel-kapp/issues/81 many months ago and I have been thinking about this issue a lot since then. I am sorry...

> So the stripping of the suffix should not go into final cluster state (as it would do with my current code), it should only be used to identifying potentially...

I can't believe this is still open. Funny enough, this is a regression. Like five years ago, the code looked exactly like you are proposing in this PR. Fortunately, the...

I don't agree with the "low priority" assessment. This is a blatant violation of the http specification and more and more (standards compliant) http clients break just by using them...

The existence of a PR has nothing to do with the priority assessment. In fact, giving this issue a higher priority may incentivize people to actually fix this issue. Saying...

I wonder if this is still worth the effort. I was one of the people who upvoted this issue years ago, but a lot has changed since then. We've moved...

I just got bitten by this. Our REST APIs support ETags, so wie want to use this to reduce unnecessary network traffic and calculations. See https://en.wikipedia.org/wiki/HTTP_ETag ETags use the status...