Daphne Preston-Kendal
Daphne Preston-Kendal
18:46:12 .in 1h30 18:46:12 dpk: Will remind at 23 Apr 2021 17:46:12 UTC [… somewhat later …] 19:46:12 dpk: 30 19:46:32 sbp: qmebs require a space after the final unit?...
Always seems to give the same error output: ``` Couldn't get data from isup.me. Maybe it's down? ```
.dety might yet return
### Describe the feature or enhancement While trying to install Umami I was stuck for quite a while at this stage: ``` ✓ DATABASE_URL is defined. ✗ Unable to connect...
Arguably the `name` and `pred` should be independent of one another, but that would require rewriting `test-error` as an explicit renaming macro in order to be able to type check...
``` > (import (rename (chibi) (quasiquote qq) (unquote uq) (unquote-splicing uqs))) > (qq (qq (uq x))) (quasiquote (unquote x)) ``` Expected: `(qq (uq x))`
`.ss`, `.sls`, `.sps`, `.sld` are all Scheme files. Some people also use `.sch` according to GitHub Linguist. `.rkt` would also be good to support for Racket.
- `process-exec` is portable to Windows, though `process-fork` is not. `exec` without `fork` is useful for hot-reloading a running program, among other things. I agree with removing the latter if...