Precious
Precious
I'm working on one as a side project, currently on step 6 of the guide. Never written rust before so It's gonna have mistakes but ah well https://github.com/Kyu/sqlite-lite
Creating a PR, But first adding my steps here for future readers. 1. Download latest Wix3 [from here](https://github.com/wixtoolset/wix3/releases). Latest is 3.14.1 as of writing. 2. (interactive) Open the Wix3 install...
Fix: `grep -r "PyQt5" -l | tr '\n' ' ' | xargs sed -i .bak 's/PyQt5/PyQt6/g'` Source: https://unix.stackexchange.com/a/238734/427069, https://unix.stackexchange.com/a/663387/427069
> Hi @Kyu , thanks for your contribution! it looks like there are many changes in the code due to new lines and reorder of the code. any chance you...
For CUDA versions < 11.7 a target CUDA architecture must be explicitly provided via CUDA_DOCKER_ARCH
@ntriche >> > CUDA_VERSION := $(shell $(NVCC) --version | perl -nle 'print $& if /release ([0-9]+\.[0-9])/') Also using windows, also using w64devkit as the readme reccomended. I did not have...
Just seeing this, but yes, it worked for me and I used it to run https://github.com/Kyu/Bookmarks-Plus for a while. Hopefully if saner minds regain control over twitter projects like this...
Never heard of it, that looks pretty sweet
Same q here. Is there a way to stream messages?
Did you install headers? I was getting a similar error, ```make -C /lib/modules/5.0.0-36-lowlatency/build/ M=/tmp/rts5139 modules make[1]: *** /lib/modules/5.0.0-36-lowlatency/build/: No such file or directory. Stop. Makefile:46: recipe for target 'all' failed...
Try this for windows? https://github.com/ful1e5/apple_cursor/issues/99