Simon Green
Simon Green
Allow querying and control via RESTful API
Check on task start as part of lock: return error but with http OK status to abort any task retry Would allow processing to halt and tasks to quickly drain
I had a few issues when trying to consume it from a project using Typescript so I've created a build using rollup that includes the types as well as generating...
### Describe the bug A manifest file added to the static folder i.e. `/static/manifest.json` is overwritten with a generated SvelteKit file at runtime (happens with adapter-node & adapter-auto). ### Reproduction...
### Describe the problem Occasionally, I have a need to load some data in an endpoint and then re-use some of that data in a child endpoint. There's currently no...
### Describe the bug The hydrate option works to suppress data being embedded in the page if it is loaded from a standalone endpoint from a load function. Using a...
The field type / index building part of supporting [Vector Similarity](https://redis.io/docs/stack/search/reference/vectors/) Part of #85 This is just the index-building and support for saving / loading objects with binary Buffers. The...
I've been experimenting with the [Vector similarity](https://redis.io/docs/stack/search/reference/vectors/) feature and have some uses for it (with both text and images) so plan on adding support when I have chance. Early thoughts...
### Describe the bug Just upgraded a project dependencies and the latest "@sveltejs/adapter-node" version 1.0.0-next.94 is blowing up. ### Reproduction Will reproduce. ### Logs ```shell Immediately after "> Using @sveltejs/adapter-node"...
### Describe the problem If `invalidate()` is called and the server generates an error, it appears the client is directed to an error page with the appropriate details. ✅ But...