Matthias
Matthias
Is there any workaround to this? Can't really figure out why it's not working inside my KVM.
I've encountered the same error (`thread 'main' panicked at 'a libclang shared library is not loaded on this thread'`) on Windows using bindgen `0.55` and opencv `0.45`. Adding the `clang-runtime`...
> Many of them definitely can be made const, unless it results in slow compile time or bigger binary file size or something like that. I changed all the lookup...
I'd love such a feature.
Neutrino uses [web-view](https://github.com/Boscop/web-view) library behind the scenes. There's already an [issue](https://github.com/zserge/webview/issues/97) on the original web-view project, where somebody asked the same question. It seems like you'd have to implement it...
Some info - https://github.com/cachix/devenv/issues/1200 - PR that introduced it; https://github.com/NixOS/nixpkgs/pull/306036
The solution for me was to remove `inputs.nixpkgs.follows` for the devenv flake dep.
Yeah, sounds good. Don't think it'll make a big difference if it's wasm or js. Feel free to use elasticlunr. And keeping it turned off by default is also a...
Using the following `build.rs` fixed it for me: ``` fn main() -> Result { let mut config = wdk_build::Config::from_env_auto()?; config.driver_config = wdk_build::DriverConfig::WDM(); config.configure_binary_build(); Ok(()) } ``` (Code taken from here:...
> I'm not familiar with MetaTrader. They provide WebSocket feeds? [MQL5-JSON-API](https://github.com/khramkov/MQL5-JSON-API) uses ZeroMQ, but Metatrader also supports Websockets. > Also, is it a paid service? It's not (you can download...