Duncan Bristow
Duncan Bristow
On [line 306](https://github.com/Aatch/ramp/blob/master/src/ll/base.rs#L305). there is a todo stating to use a divide and conquer algorithm for large inputs. In my use case of the library, over 60% of instructions executed...
I've found multiple examples of the OpenGL code required for FXAA, however I am not sure if I'm capable of implementing the code. I will definitely look into it during...
Using Visual Studio Command Prompt (2010) it stops with: "Error: Build error: Failed install snappy.dll in C:\Program Files (x86)\Lua\5.1\rocks/lua-snappy/0.1-0/lib" Full compile script: Setting environment for using Microsoft Visual Studio 2010...
lua-snappy-0.1-0.rockspec specifies branch 0.1.0, which does not exist. Changing the branch to master fixes the problem.
I've tried every combination of MySQL connector and MariaDB connector and none will build. ```vcpkg install libmysql:x64-windows``` no longer provides a mysqlclient.lib file, and ```vcpkg install libmariadb:x64-windows``` and renaming to...