Brennanzuz
Brennanzuz
The installation instructions is incomplete, and causes a quick error: ```sh git clone https://github.com/flashinfer-ai/flashinfer.git --recursive cd flashinfer/python python3.11 -m venv venv source venv/bin/activate pip install -e . ``` It returned...
The [instructions](https://github.com/GodotVR/godot_arcore/blob/master/SETUP.md#1-compiling-the-engine--editor) for setting up the development environment are wrong: ``` git cherry-pick changes/arcore_changes cb21841 ``` Returns: ``` fatal: bad revision 'cb21841' ``` As the commit `cb21841` never existed
Hi I am trying to compile the [OpenCV](https://github.com/opencv/opencv) source code (with the [contrib](https://github.com/opencv/opencv_contrib) modules) using WASI-SDK, as I was told by [this issue](https://github.com/emscripten-core/emscripten/issues/20209) that [emscripten](https://github.com/emscripten-core/emscripten) could not handle wasmtime (???)....
I'm on a Linux (Ubuntu 22.04) system and I have done the following to test out your game! ```bash git clone https://github.com/kiwijuice56/sand-slide.git cd sand-slide git submodule update --init scons scons...