Mariano Montone
Mariano Montone
Hi, I'm getting heap exhaustion error when I try to upload some big file via HTTP. ``` Total bytes allocated = 1070083648 Dynamic-space-size bytes = 1073741824 GC control variables: *GC-INHIBIT*...
Hi. Is it possible to map to a TIMESTAMP WITH TIME ZONE column type in Postgresql?
I think a chapter on Lisp documentation would be good to have. Thing like: * docstrings * how to get documentation of lisp stuff. * manual generation (declt, etc). *...
`swank::describe-symbol-for-emacs` returns :FUNCTION when on Clozure CL. ``` (swank::describe-symbol-for-emacs 'anaphora:aand) => (:FUNCTION "Like AND, except binds the first argument to IT (via LET) for the scope of the rest of...
I would like to have a register-group-bind like macro for replacing all the regex occurrences in a string. It would be something like: replace-register-groups var-list (regex target-string &key start end...
When ready to switch to Emacs 28 do: - Add mode to `interactive` expressions. See: https://lars.ingebrigtsen.no/2021/02/16/command-discovery-in-emacs/ - Replace `define-key` (deprecated) with `keymap-set`. - Look at `pp- ` variables. Not available...
REST-SERVER model is based on resource and resource operations. Latest OpenAPI model differs from that, it is based just on HTTP methods and paths. If OpenAPI stabilizes, it could make...
Do something like this: https://github.com/tymondesigns/jwt-auth
When some config variable is set, make the api respond with an html or text summary of the api on the root webpoint, instead of error.
Implement webmachine FSM https://github.com/inhabitedtype/ocaml-webmachine https://raw.githubusercontent.com/webmachine/webmachine/develop/docs/http-headers-status-v3.png