Francesco
Francesco
Hello, I am trying to calibrate a RealSense camera with a [MindVision MV-SUA500M-T](https://www.aliexpress.com/item/32957023578.html). The MV camera has a resolution of 2592x1944. I tried AprilGrid targets of all sizes. Now I...
Is REST authentication supported or are there any plans to support it? https://apereo.github.io/cas/5.1.x/installation/Rest-Authentication.html
When the `Window `(and/or `ApplicationWindow`) component is instantiated it is replaced by a `RootItem`. You can check this by calling selenium's `webdriver.page_source` (in Python). At the same time all properties...
### Description This PR significantly updates and expands the openapi.yaml specification for the Stacks node RPC API. It adds definitions for numerous previously undocumented V2 and V3 endpoints, refactors common...
**Describe the bug** Users cannot subscribe to the MinedNakamotoBlockEvent (sent to `/mined_nakamoto_block`) via config.toml. The event dispatch for MinedNakamotoBlockEvent relies on the `EventKeyType::MinedBlocks` enum variant to populate `miner_observers_lookup`. However, the...
Currently, mining-related configuration values are spread across multiple configuration structs (`BurnchainConfig` and `NodeConfig`). This can make it harder to reason about and maintain the configuration, especially for parameters that are...
In reviewing the configuration struct: https://github.com/stacks-network/stacks-core/blob/91c18cb63cf71b321459f38b3f75e262f3c834bd/stackslib/src/config/mod.rs#L1219 It was noted that the default value of "0.0.0.0" is not safe and should be changed to "127.0.0.1".
### Description - centralized all dependencies ~~common to 2+ crates~~ into the workspace's `Cargo.toml`. - Originally planned for only common dependencies, but moving all ensures a single source of truth...