spin icon indicating copy to clipboard operation
spin copied to clipboard

Spin is the open source developer tool for building and running serverless applications powered by WebAssembly.

Results 436 spin issues
Sort by recently updated
recently updated
newest added

It seems like `outbound-mqtt` only supports MQTT V3 (@suneetnangia can you please confirm that is correct). It would be nice to support MQTT V5 as well. I care about this...

The `clippy::blocks_in_conditions` lint causes an "unknown lint" warning on Rust 1.75. Looking at the linked issue it was maybe introduced in 1.76? The MSRV of Spin is 1.74. Are we...

To enable running other triggers along with the `command` trigger as per https://github.com/fermyon/spin-trigger-command/issues/7 This PR just focuses on enabling the ability for multi-triggers to continue if one of them exits...

We would only want to turn this feature off when Spin is used as a dependency downstream. Make this change before merging this.

Hi there, I'm not a rust programmer yet, trying to learn would be up to collaborate. I am trying to find projects to port to risc-v architecture, and I recall...

area/runtime

Having an [eventloop in publish function](crates/outbound-mqtt/src/lib.rs) is not an optimal way of ensuring messages are published to MQTT broker i.e. we will exit the eventloop poll on receipt of publish,...

Adds a memcached backing implementation for Spin KV. Picked the backing lib mostly based on it already having a connection pool and semi-acceptable code coverage (https://github.com/aisk/rust-memcache) - it's missing any...

Traces are not properly emitted when a Spin app sleeps. The commit that introduced this regression is most likely [here](https://github.com/fermyon/spin/commit/72cc02514e3506ddda357d03d2d060d8ad08f2b1). e.g. ```rust use spin_sdk::http::{IntoResponse, Response}; use spin_sdk::http_component; use spin_sdk::observe; ///...

This is a host component that backs the WASI Observe WIT. The API is very much in flux right now so it is just a draft.

An exploratory PR for exploring, apropos of #2447.