Results 41 issues of Daniel Nagy

It seems like the `raylib.lisp` file is a rather manually written binding file to raylib. Would it make to you to generate these via https://github.com/rpav/cl-autowrap ? If you want I...

It is often the case, that documents are written different indentation levels for lists. Sometimes people use 2 spaces of indentation, sometimes 4 or anything other. It can also happen...

I had to make this change in order to get `raylib.h` from www.raylib.com running. If we only support `c`, which I assume, then this should not break anything else. Also...

The documentation of `sly-inspector-quit` reads: > Quit the inspector and kill the buffer. ... While the body is: ```elisp (when reset (sly-eval-async `(slynk:quit-inspector))) (quit-window) ``` Ignoring the first form, `quit-window`...

This allows numbers to be used as hash-table keys, since they are crudely converted to strings. Closes #424

Please support the deserialization of [binary types] into `Vec` . [binary types]: http://yaml.org/type/binary.html

enhancement

The JSON output is not sorted according to the command argument and it is instable ( sometimes different order on each invocation ). ``` $ tokei --version tokei 12.1.2 compiled...

Support GNU Poke https://www.gnu.org/software/poke/ https://www.jemarch.net/poke

cl-raylib (https://github.com/longlene/cl-raylib) are bindings for raylib ( https://www.raylib.com/ ), a graphics library.

This removes one build configuration flag and uses the `log` crate instead.