Spencer Bills
Spencer Bills
This problem originates from setting global real_time_update_rate without checking if it has been set before. To fix this, we check if we've done the calculation before, then do the calculation...
Whenever setting the `PX4_SIM_SPEED_FACTOR` with multiple aircraft in Gazebo, it accumulates `real_time_update_rate` and thus the correctness math checking is incorrect, where it checks if the reciprocal of `real_time_update_rate` is equal...
### Program Version. TARGET v1.0.0 ### Problem Description. Actix-web is still on a very old version of Tokio, and doesn't seem to be getting updated to a newer version. ###...
### Program Version. TARGET v0.2.0 ### Problem Description. Some fields may want to be hidden without disappearing. ### Problem Solutions. Add field that defines if a module should be shown...
### Program Version. v0.1.0 ### Problem Description. System for non-created fields so API consumers can know what to populate. Imagine a client consuming this API, and wants to populate a...
### Program Version. Pre-alpha ### Problem Description. Errors can be much more idiomatic and understandable. Just in case you've never heard of this feature, see for instance, in another (proprietary)...
### Program Version. No target ### Problem Description. Allow multiple templates per instance. ### Problem Solutions. Create either a database solution that tracks all imported/created templates, or add a file...
### Program Version. Pre-alpha ### Steps to reproduce. Try to create a module on a page that doesn't exist. ### Bug Solutions. Return a 404. ### Other Details. This likely...
### Program Version. TARGET v0.2.0 ### Problem Description. RCMS needs to support HTTPS to be viable on the web. ### Problem Solutions. https://actix.rs/docs/http2/ `openssl = { version = "0.10", features...
### Program Version. v0.1.0 ### Steps to reproduce. Currently, fields are not sorted by their insertion date. This means that they will appear out of order, and there is currently...