reactr
reactr copied to clipboard
Function scheduler for Go & WebAssembly
It feels like we are not missing much to be able to support `SQLite` as an SQL `connection` backend, which would be a big DevEx win, especially for bootstrappers. As...
Another idea, the tests could be condensed quite a bit, for example: ```go func TestDefaultRules(t *testing.T) { rules := defaultHTTPRules() tests := []struct { name string url string }{ {"http...
It would be useful to enable modules the ability to send emails
Reactr should complain when passing it runnables without the necessary exports (`run_e` or an exported memory). Currently this results in a rather obscure segfault.
It could be interesting to get the list of the keys stored in the cache. Use case: get a list/array of the values stored in the cache: - get the...
Individual builds and runtime tests are currently being run sequentially. Once all of the runnables in `testdata` are built, they should be copied into new job runners for each of...
The Response API (e.g. `set_header` and `content_type`) is currently only supported in Rust. This is a useful API that should be implemented across all supported languages. - [ ] #216...
Currently `subo:dev` is pulled from DockerHub, which hasn't been updated in a while. It's surprising that this hasn't broken more spectacularly yet.
We should determine how our implementation of the HTTP capability behaves when a 30X response is returned, redirecting to a disallowed endpoint.
I noticed a couple inconsistencies between Runnable API and documentationthat I wanted to document below to allow for tracking and further discussions. 1. There is a variety of `set*` methods...