spin-kitchensink icon indicating copy to clipboard operation
spin-kitchensink copied to clipboard

Results 13 spin-kitchensink issues
Sort by recently updated
recently updated
newest added

Using an up-to-date Go / Tinygo with `make spin serve` results in the error described in https://github.com/fermyon/spin/issues/624 as the kitchensink repo uses a particularly old version of the spin sdk....

Hi, I am using WSL2 to try the sample project and hit an error when building the folder. Wondering if anyone hit this before? Thanks! ![image](https://user-images.githubusercontent.com/1637753/199676089-b3c8506c-ccd2-4750-ae41-6043bfcf46eb.png)

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

https://github.com/fermyon/spin-kitchensink/blob/b25fe9315617b58363aff069264b58b1e947b566/rust-static-assets/src/lib.rs#L25 I got this working by ```Rust fn read(path: &str) -> Result { let path_obj = Path::new(path); let mut file = if path_obj.is_dir() { File::open(path_obj.join("index.html")) .with_context(|| anyhow!("tried directory index {}",...

good first issue

Note: 1. spin-sdk to upstream once the https://github.com/fermyon/spin/pull/422 pr is in Signed-off-by: Jiaxiao Zhou

I think after calling `send404(w)`, we should return

Closes https://github.com/fermyon/spin-kitchensink/issues/7 Sample run from fork: https://github.com/vdice/spin-kitchensink/actions/runs/4801871059/jobs/8544630653 As a follow-up, we can test the app via appropriate endpoints (https://github.com/fermyon/spin-kitchensink/issues/26). Some SDK updates will be required beforehand or in tandem.

Add test automation to `spin up` this app and verify requests to the appropriate endpoints return the expected resp codes/data.

Each component appears to have a Makefile with a `build` target. We can utilize these on `spin build` if we add the appropriate `[component.build]` configuration for each component in the...

good first issue