Wandalen
Wandalen
On Linux I have: ``` symbol lookup error: target/debug/sophya-rust-challenge: undefined symbol: glGetQueryObjectui64v ``` That didn't help: ``` sudo apt install pkg-config libx11-dev libxi-dev libgl1-mesa-dev libasound2-dev ``` My Linux ``` uname...
Hello Abbr! Thanks for supporting such a wonderful package. I often see C++ exceptions like that. I am sure the reason is `deasync`. I am wondering is there any chance...
Thanks for open source. Any samples?
Man, this is awesome piece of software. And very clean code. Thanks!
Is it possible to use the crate to solve the problem: ```rust use byte_slice_cast::*; fn main() { let context = context_make(); dbg!(&context); } // fn context_make { Context:: { pub...
Does it build for Android / iOS?
I got cuda-related error. ```text error: failed to run custom build command for `cust_raw v0.11.3` Caused by: process didn't exit successfully: `/pro/rust/lib/sparkl/target/debug/build/cust_raw-0be2776e22288af7/build-script-build` (exit status: 101) --- stderr thread 'main' panicked...
After pushing changes directly into subrepo I'm trying to push ``` git subrepo push --all ``` And get only this ``` git-subrepo: Can't commit: 'subrepo/x' doesn't contain upstream HEAD: ```...
Hello! Thanks for the open source. Often i'm getting ``` Subrepo 'x' has no new commits to push ``` on ```bash git subrepo push --all ``` Despite there are commits...
Hi! Can it use CUDA as backend?