M-x bunny

Results 3 issues of M-x bunny

Hi, there, Thank you for your great works! I'm interested in using cl-sdl2-ttf in my own code adventures. After trying out code, I have eliminated some bugs and made some...

Hi, there, Tried to generate moments of SpecGAN using script: `python train_specgan.py moments --data_dir ../sc09/train/ ./train` Where '../sc09/train' is a folder containing the training split of SC09 dataset (all .WAV...

https://github.com/3b/cl-opengl/blob/e2d83e0977b7e7ac3f3d348d8ccc7ccd04e74d59/gl/opengl.lisp#L714 In gl:uniformiv, the function only covers vectors of size 4 or lesser. For vectors of more elements, the call is **silently** ignored. This should be confusing sometimes :)