Michael Malis

Results 5 issues of Michael Malis

https://github.com/edicl/hunchentoot/issues/106

As the title says. The same example: ``` (with-input-from-string (*standard-input* "ababad123") (read-until "abad" :skip nil)) ``` The problem is the line ``` (svref offsets i) ``` which should be ```...

Hi, I am trying to use the `cl-async-repl` library in combination with the `drakma-async` library. One issue I've ran into is that it seems impossible to return the result of...

The readme states that one is supposed to use the :macro-character option to specify a reader macro when the name of the option is actually :macro-char.

It makes it easier to bind generators to variables and run tests with them. For example: ``` (with-generators ((x (integer)) (y (integer))) (check-that (= (+ x y) (+ x y)))...