Mihai Bazon

Results 8 issues of Mihai Bazon

I was SHOCKED to notice that inner functions do not behave properly (they can't see bindings from the environment where they are defined, since they are all executed in one...

Hi folks, I'm working on a toy project that involves encoding/decoding some binary data, and I happened to notice that using flexi-streams' in-memory streams is much *much* slower vs. reading/writing...

The `:documentation` bit on [this slot](https://github.com/3b/clws/blob/fcaecfdbb06e3f065d10592f977a5aed5b4de595/client.lisp#L60) implies that I can store whatever I need into it, but the fact it's not exported makes me a bit nervous. Am I using...

I couldn't find any officially documented way to get uploads. After much digging, I figured out I need to `(lack.request:make-request env)` and then I can use `(lack.request:request-parameters req)`. My code...

I'd like to install it from source, so I can attempt to work on something and submit a patch; I figured I need opticl-core, pngload and retrospectiff, but the latter...

https://github.com/telerik/kendo/commit/d4ea62b432138ca1db7f3f19a94dd92029751b43

[CBOR](https://datatracker.ietf.org/doc/html/rfc8949) data encoding library: https://github.com/mishoo/cbor.lisp (MIT License)

canbuild

`js2-visit-extern-binding` will now walk the bindings in proper order (left-to-right) both for `import` and `export` parents. Previously, the walker would descend into the right node first for `export`, with the...