lassik
lassik
Re: commit b5c8b34 The [Scheme containers](https://github.com/scheme-containers) project publishes stable and unstable ("latest" and "head") containers of STklos here: https://hub.docker.com/r/schemers/stklos/tags Our Dockerfiles here: https://github.com/scheme-containers/stklos Our containers are based on Debian Linux....
Thank you for an excellent library! Here are a few simple patches.
Would you like to use `clang-format` to auto-format the source code? I ran `whatstyle *.c *.h` which tries to infer what `clang-format` settings to use by looking at the source...
@jessfraz Will you still have time to maintain dockfmt in the future? If not, that's perfectly understandable but in that case would you like to appoint a new maintainer? I'm...
## Problem I have a task queue and I want to split the work among multiple threads. There can be many more tasks than threads. ## Solution The `mailbox` library...
@jcubic Should we store the recipes as Markdown files in Git, and write some Scheme code to turn them into HTML and upload them on the server? We should also...
We should probably decide on common names to use for variables in similar situations. For example: * Name to use for `list` argument to procedure (or `lis` or `lst`) by...
## The near future The format-all package has reached a stable state where it is apparently useful and reliable, but is not getting any new features. I have written and...
It just occurred to me that there is no auto-formatter for Makefiles. Does anybody here know of one?
If you do: ``` (setq format-all-formatters '(("HTML" no-such-formatter))) ``` and then run `M-x format-all-buffer`, you get the confusing error: ``` Debugger entered--Lisp error: (void-function nil) nil(nil "HTML" nil) funcall(nil nil...