Romeo Disca
Romeo Disca
I have this here ``` let mut is_streaming = false; for idx in 0..4u32 { if let Err(NokhwaError::SetPropertyError{..}) = Camera::new(nokhwa::utils::CameraIndex::Index(idx), RequestedFormat::new::(nokhwa::utils::RequestedFormatType::None)) { is_streaming = true; break; } } ``` This...
the callback functions are not called and you use Tag which is wrong. It should be to correspond with your code
It was very frustrating to see that you occupied this npm package name and don't invest the effort to get things right! #@!
I want to do a transformation with the wasm build, but it isn't working. I think because of the bindings to libjq but I'm not sure. jq-rs = "0.4.1"
One line fix. https://github.com/matplotlib/mplfinance/issues/673
**Describe the bug** If you provide returnfig=True or use your own axes, updating the ipywidgets produces additional plots. **To Reproduce** this example uses 15 min klines, but that doesn't matter....