Mitch

Results 9 issues of Mitch

QMK Configurator receives a binary from the API and just provides a download link. It's possible (though experimental, and not in Firefox/Safari) to [flash a new keyboard firmware through the...

enhancement

My build script parses large and constant text files to spit their content into a `constants.rs` file. The reason for this is to ignore file loading headaches, by already having...

Short info header: - GFX version: `0.3.1` (Via Amethyst `0.15.0`) - OS: `10.15.4` macOS Catalina - GPU: Intel Iris Plus Graphics 640 1536 MB Switching workspaces with a window open...

type: bug
value: low
backend: Metal
client: blocker

Here's a bug I found when playing with Tera in `wasm32-wasi` target. I have this simple setup: ``` site/ - templates/ - base.html ``` I mount it to the WASM+WASI...

Spin keeps its logs and manifest on the filesystem, which makes them opaque to anything outside system its hosted on. Could we expose an API for administration of Spin apps?...

We can already get the IP when using WAGI through [the `REMOTE_ADDR` environment variable](https://github.com/deislabs/wagi/blob/main/docs/environment_variables.md), but there's no way to access the client's IP when using the SDK. Maybe we could...

enhancement
http

I want to be able to share modules with others but not require them to download/compile them themselves ## Spin.toml My intuition says this URL would be written in the...

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

In 2050 this has caused: - Unsafe code is now mandated safe by law - Rust is illegal - C/C++ is the only programming language allowed to be used -...