Baggers
Baggers
``` ;;; Emitting code for *. ;;; Emitting code for *. ;;; Emitting code for PRINT-M4. /Users/travis/.cache/common-lisp/ecl-16.1.3-unknown-macosx-x64/Users/travis/.roswell/lisp/quicklisp/dists/quicklisp/software/rtg-math-20170227-git/matrices/matrix4/consing.c:6382:11: fatal error: bracket nesting level exceeded maximum of 256 { ^ /Users/travis/.cache/common-lisp/ecl-16.1.3-unknown-macosx-x64/Users/travis/.roswell/lisp/quicklisp/dists/quicklisp/software/rtg-math-20170227-git/matrices/matrix4/consing.c:6382:11: note:...
Our metadata turned out to fit really nicely into `declare`. Looking at https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node102.html I realized that implementing a lot of this would be fairly easy. It's a generalization over what...
Too many places have inline errors and assets. Define proper conditions and use them everywhere
simple enough
This should be done so we can give better errors, for example we can then say: > "We didnt find #'query-texture-lod in the current environment. However this would be valid...
This PR builds on https://github.com/fuse-compound/Fuse.Firebase/pull/82 with the principle commit there fixed up according to the feedback from @kusma on the previous PR. The following 2 commits add support for subscribing...
Firebase push notifications are great on android but weak on ios. The reason is that a firebase push notification cant fire on iOS if the app is in the background...
This would remove the need for `onError` which is currently a bit of a code smell.
We need to look into how much around pixel transfer we need to rewrite. I'm not sure how well I appreciated that pixel-format is about *client* side data, not gpu-side
`%gl:enum` is defined as an `:unsigned-int` however the values for `:timeout-ignored` and `:timeout-ignored-apple` are ``` (:timeout-ignored #xFFFFFFFFFFFFFFFF) (:timeout-ignored-apple #xFFFFFFFFFFFFFFFF) ``` which is outside the unsigned 32bit int range. Should these...