Randolf J.
Randolf J.
The original PR (https://github.com/abseil/abseil-cpp/pull/1285) left out a condition that did not enforce matching the GNU compiler. The problem comes from clang also defining the `__GNUC__` macro, so clang would escape...
Better quality alternative to https://github.com/serde-rs/serde/pull/2698
This PR implements the ability to use a limited set of literals for keys when serializing and deserializing structs. The motivation is written in https://github.com/serde-rs/serde/issues/2695. Closes https://github.com/serde-rs/serde/issues/2695 ## Limitations -...
Some data formats (such as CBOR and Protobuf) use types other than strings for keys. Currently, `serde` only allows struct serialization to contain string values for keys which prohibits this...
### Feature Use Case We use a custom build system that uses symlinks for node module resolution, but not for relative module resolution. ### Feature Proposal Symlinks seem to be...
Updates the types and order based on CSL 1.0.2. See https://docs.citationstyles.org/en/stable/specification.html#appendix-iii-types
This is more of a feature request than a bug. Currently `string().max()` (and other length validators) count the UTF-16 length of a string rather than the number of unicode characters....
`target.set` is the correct way to set values in decorators. It supports nested decorators and private fields.
If an element directive needs to dispatch a bubbling event, then there may be a problem because the element may not have rendered and is still in a DocumentFragment. Exposing...