VNAT
VNAT
That would be so cool since now every carachter eyes use this shader. The parameter would be $iris ; $corneatexture
Windows 10 x86_64 opencv 4.5.2-1 installed via the MSYS2 project https://packages.msys2.org/package/mingw-w64-x86_64-opencv rustc 1.53.0 (53cb7b09b 2021-06-17) log : ``` Fresh glob v0.3.0 Fresh regex-syntax v0.6.25 Fresh autocfg v1.0.1 Fresh maplit v1.0.2...
let's say this code ```rust #[command] #[description = "generates a random 8 bit unsigned number"] async fn r#u8(ctx: &Context, msg: &Message) -> CommandResult { msg.reply(ctx, rand::random::()).await?; Ok(()) } ``` present...
Hello, I am on Windows and use the gnu toolchain for multiple reasons, but when I try to compile I get this panic : ``` thread 'main' panicked at 'ImageMagick...
Hello, we all know that compilation speed is a major bottleneck in c++. You can reduce greatly this problem by using precompiled headers. I have been able to staticly compile...
Hello, i don't want to install vsbuild tools because it's an imense bloat, can i use gcc?
Hi, it seems that the gyro isnt working on my pro controller, I'm using the virtual mode for steam and the secondary controller representing the gyro is here, however, it's...
importing pytorch in python segfaults when compiling nvidia-cuda-toolkit with lto. GDB stacktrace : ``` gnuwu@anonynowo ~/koboldcpp $ gdb python GNU gdb (Gentoo 13.2 vanilla) 13.2 Copyright (C) 2023 Free Software...
### Brief Abstract Add the possibility to extend `org-roam-node-read`, by adding the possibility to add a display template as an argument ### Long Description I'm working on an extension for...
Hi, I noticed that if we compile i2pd with the mold linker, it cannot launch, erroring with : `i2pd: symbol lookup error: /usr/lib64/libi2pdclient.so: undefined symbol: _ZN5boost10filesystem6detail28directory_iterator_constructERNS0_18directory_iteratorERKNS0_4pathEjPNS1_25directory_iterator_paramsEPNS_6system10error_codeE` version of i2p :...