j3pic
j3pic
Revert the library rewrite I did starting at commit ccbb6ddd68da27aba7e26696ecd498e36cc42c84, and fix some issues I found with the original version.
**TL;DR:** Dear users: Should I revert to the pre-rewrite version of this library that implemented JS-like promises (with `then` and `catch` methods, and some macros to implement the `async` and...
I made a few small changes to one of the shaders (see https://github.com/Swordfish90/cool-retro-term/pull/845), and successfully built cool-retro-term on Linux. Then I wanted to have the same effect on MacOS, so...
Exponential decay instead of linear.
I have received multiple bug reports that relate to this: https://www.lispworks.com/documentation/HyperSpec/Body/11_abab.htm It states that a whole slew of things involving external symbols from the `COMMON-LISP` package are "undefined". #79 is...
Whenever an unhandled exception happens in IPython, it prints out a 5-line code snippet for EVERY. SINGLE. FRAME. The resulting output can get massive when big libraries are involved. I...