Alexander Y.
Alexander Y.
During a simulation, one MQTT connection is created for all devices / gateways, they maybe are reason to this but it would be helpful to have the possibility to create...
### Specifications * Client Version: 1.36.1 * InfluxDB Version: 2.7.1 * Platform: Ubuntu 22.04 LTS ### Code sample to reproduce problem ```python query = (""" import "date" import "timezone" option...
### Describe the bug Basicaly blank page ### Reproduction Probably due to webkit2gtk last version (2.42) ### Expected behavior _No response_ ### Platform and versions ```text [✔] Environment - OS:...
I think it would be great to implement some logic to get the progress of the current download through your wrapper because you are directly returning the YoutubeDlOutput here: https://github.com/GyrosOfWar/youtube-dl-rs/blob/e85d93107112171f7059271cb6a96d01aa2ef6d5/src/lib.rs#L715...
Hi ! I wanted to know if it is possible to download multiple link from one builder asynchronously. I read the documentation and the code and I didn't found any...
Hi, I have multiple questions. I'm currently doing a project where I have multiple IP cameras and I need to be detect and locate objects. Is rtabmap suitable for this...
Hi, Basically, when doing zod objects and doing an union on that, when the second object of the union has optional fields, parsing just ignore it ! Is that normal...
From https://github.com/openslide/openslide/pull/621 For building, you will need to have [emscripten](https://emscripten.org/docs/getting_started/downloads.html) and wasm-ld installed Meson setup command ``` meson setup builddir --cross-file machines/cross-emscripten.ini --default-library=static -Dzlib:default_library=static -Dlibffi:default_library=static -Dlibxml2:default_library=static -Dsqlite3:default_library=static -Dzstd:default_library=static -Dlibpng:default_library=static -Dlibopenjp2:default_library=static...
### Cargo.toml ``` strum = { version = "0.26.3", features = ["derive"] } ``` ### During compilation ``` ..... error[E0463]: can't find crate for `std` ... = note: `std` is...