Nuutti Kotivuori
Nuutti Kotivuori
I had to store the molar gas constant in a place where I had to write the type of the variable for Rust. The SI unit is "joule per kelvin...
Please support specifying a prefix path in the destination bucket. When using CloudFront, it is possible to serve content from a subpath in a bucket, and there are use cases...
For Express 4.x, documentation says "Using app.route() is a recommended approach to avoiding duplicate route naming and thus typo errors." However, since all() and use() are different, it would be...
The JSON-RPC 2.0 specification allows for an optional "data" element in errors. Currently there is no way to set this data element from anywhere. A simple solution is to just...
Add a dependency to the `datealgo` library and use that to perform the internal date operations. There should be no observable change in functionality. This improves performance somewhat significantly: ```...
Currently it seems very hard to find any documentation on what kind of security is promised by Dockerfile execution, especially if building Dockerfiles from untrusted sources. As far as I...
Currently, the Ion specification does not have any limitation on the range of the exponent in the decimal value. Obviously decimal values with very large (or very small) exponents are...
Add benchmarks to help in refactoring efforts and to compare performance with `bevy_hierarchy`
## What problem does this solve or what need does it fill? There are needs to enforce invariants, to build indexes or otherwise keep things consistent in the ECS between...
# Objective - Fixes #16498 ## Solution - Trivially swaps ordering of hooks and observers for all call sites where they are triggered for `on_replace` or `on_remove` ## Testing -...