Dan Hudlow
Dan Hudlow
Since the `ETag` header doesn't help to provide etags for resources in a list operation, and a client might want to list resources and then cache them or update them...
The spec says: > Unless otherwise specified, the value of an annotation keyword is the keyword's value. But neither the phrase "the value of an annotation keyword" nor the phrase...
It appears that `onWriteEntry` lets you move or rename a file when it's going into an archive, but can you do the same with `transform` or `onReadEntry` for files coming...
Fixes #259. Case transformation was going to continue to be a pain point, and `snake_case` was never clearly non-idiomatic for JSON. Better to consolidate behind a single case convention. ##...
These expected JSON parse failures will currently fail for reasons _other_ than the tested behavior. Note that I'm being a little cute here by fixing the tests that [now apparently...
**Describe the bug** `cel-go` inherits RFC 3339 parsing bugs from Golang's `time.Parse()` **To Reproduce** Check which components this affects: - [ ] parser - [ ] checker - [x] interpreter...
I certainly don't _like_ all of these behaviors, ~but if we want truly consistent behavior across languages, we'll have to match the least-common-denominator behavior for JSON parsers (particularly ECMAScript's `JSON.parse()`)~.
Similar to https://github.com/bufbuild/buf-gradle-plugin/issues/132, and possibly a regression introduced by https://github.com/bufbuild/buf-gradle-plugin/pull/206. The `implementation "com.google.protobuf:protobuf-java:$protobufVersion"` dependency causes Google's Protobuf Gradle plugin to place well-known-type protos in `build/extracted-include-protos` and the `protobuf 'io.grpc:grpc-protobuf:1.75.0'` dependency...
`protojson` uses a string, not an integer. Not sure why this would differ if compatibility is the objective.