Karthik Ganeshram

Results 25 issues of Karthik Ganeshram

No breaking changes to the documentation site.

Add optional argument `--accept-defaults` to `spin new` to accept defaults where available from the template. The values file and value mentioned in the CLI still take precedence as per the...

SIP to add plugins to spin. [rendered](https://github.com/karthik2804/spin/blob/SIP/spin-plugins/docs/content/sips/xxx-spin-plugins.md) Signed-off-by: karthik Ganeshram

sip

Currently, the documentation for the functions provided by `handlebars-sprig` does not seem to be sufficient. I think a new section must be added to either the `templates` page or a...

Added some more content for scripting with an example of using the request header to create pagination.

Currently, the route matching in spin can be of two forms ```toml # match a single route route = "/{path}" # match any route with the prefix route = "/{path-prefix}/..."...

fixes #2361 Provide more descriptive errors when trying to copy files with an illegal destination filename. I am not sure what the best approach for it would be as Windows...

Installing plugins using a remote URL requires `git`. Reported by user on discord ```bash $ spin plugin install -y --url https://github.com/fermyon/platform-plugin/releases/download/canary/platform.json Error: failed to connect to endpoint https://github.com/fermyon/spin-plugins/: Error cloning...

stale
area/CLI

This PR adds a new handlebars helper `render_markdown`. This helper allows us to conditionally render the markdown in the body which helps with rendering performance as we currently render the...

without caching in kv ```bash bombardier -c 1 -n 1000 http://localhost:3000/cloud/data-redis Bombarding http://localhost:3000/cloud/data-redis with 1000 request(s) using 1 connection(s) 1000 / 1000 [=========================================================] 100.00% 68/s 14s Done! Statistics Avg Stdev...