Matt Novenstern

Results 20 issues of 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:...

enhancement

- [ ] Unit(ish) tests - [ ] Handling different responses from handler function - [ ] Errors during invocation - [ ] Integration tests - Maybe a few using...

enhancement
help wanted
good first issue

- [ ] Make multiple examples: - [ ] Error handling - [ ] JSON response - ... - [ ] Write documentation for writing and deploying a function -...

enhancement
help wanted
good first issue

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...

enhancement
help wanted

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...

enhancement

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...

enhancement

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.

bug
enhancement