Pavel Penev
Pavel Penev
A small improvement to simple completion to include package names as well. For example the completion for: `alex` will be `alexandria:` and `alexandria-2:` instead of getting a "No completions found"...
The default map syntax is too complicated and makes working with nested maps needlessly difficult. Compare: ``` #{| (:CHILD #{| (:CHILD #{| (:CHILD NIL) |}) |}) |} ``` with the...
`lack.request:make-request` modifies the original `env`, is there a reason for it? I would think a constructor shouldn't modify a source structure.