Nick Faro

Results 33 issues of Nick Faro

Whenever an error occurs (for instance posting comments more often than allowed), ElixirPlusReddit crashes. I'll post a stack trace tomorrow.

I'm making my own prefresh integration for fun, and I decided to compare the behavior of mine to a known working implementation so I could verify how it works. My...

As it stands, the contents of patterns can be fairly repetitive and not benefit from any sort of compression. There are a couple solutions I've been thinking about: - Remove...

enhancement

You can implement a sort of swing rhythm in a song by using effect $Fxx and alternating between 2 tempos. We could probably build this in so it alternates between...

enhancement

Potato wrote a UGE converter, this should be integrated into the program ideally: https://github.com/potatoTeto/fur2uge

Fix this if the song uses timer-based tempo.

Somehow. Need to investigate further.

This commit adds a couple extra cases to backquote's simplification step, which accounts for if the expression is an improper list or dotted pair. I'm not super happy with this...

I'm sure you're aware of this already, but I was just curious what it would take to make this work again: https://github.com/Clozure/ccl/blob/0c0dcfa122e429bc2d465493f0570a46f983abfc/lib/x86-backtrace.lisp#L399 Right now this message appears when using `r`...

Here's a simple header: ```h #include void somefunc(int8_t x); ``` `cl-bindgen` produces an error while processing it: ``` WARNING: errors occured while parsing somec.c This may cause bindings to be...