Matt Novenstern
Matt Novenstern
In cases where there are multiple lisp apps running in containers, it would be useful to be able to use different ports, something like ``` services: app: ... environment: SLYNK_PORT:...
- [ ] Unit(ish) tests - [ ] Handling different responses from handler function - [ ] Errors during invocation - [ ] Integration tests - Maybe a few using...
- [ ] Make multiple examples: - [ ] Error handling - [ ] JSON response - ... - [ ] Write documentation for writing and deploying a function -...
It would be nice to have an idiomatic way of allowing errors to bubble up to the runtime. Probably worth researching a bit how others handle this. eg. - Returning...
Make some subpackages (eg. `sanity-clause/jonathan`, `sanity-clause/cl-toml`, ...) to load data from different formats supported by existing cl systems. Will require a small protocol for discovering which system can open a...
Right now, this is all a bit sloppy. It would be good to - [ ] Consolidate logic around hydrating slots in fields that contain other field definitions - [...
For example: ``` A value for field TITLE is required but none was provided. ``` Would be better as ``` A value for field TITLE in class INFO-OBJECT is required...
Hello! Thanks for SoundWaves! The one thing that keeps me using another podcatcher is the ability to share the episode url, which lets me play it on my media computer....
The test suite is too much for sbcl defaults and needs increased dynamics-space-size.