Geoffrey Mureithi
Geoffrey Mureithi
Add a bunch of more examples. The recent issues shows the community is hungry for more examples. #139 #138 #140 #136
This may possibly go to its own repo https://github.com/tembo-io/tembo/blob/5d985810c0a305dea469d5630157566a71aeedac/pgmq/core/examples/basic/src/main.rs
Currently we dont have any way of differentiating between plugins that are rightly done eg have all methods defined and a junk wasm file. This causes a panic at calltime...
- Better tests for core. - Add tests for the browser version.
Currently there are no standard blocks in the core. eg Header etc
Can we see a running example? Maybe using vercel or github pages or sthn
### New version alert! - **MAJOR FEATURE: Request now has been standardized!** - **Improved external API and exports for Redis:** Now supports Deadpool and other crates based on the Redis...
Currently the Request struct uses Data to store some contextual data that becomes hard to interact with. Eg #390 This needs to be improved and bound to the backend.