Lann

Results 67 issues of Lann

## My module has been deprecated! What can I do? This deprecation most likely impacts you only if: - you are using the WAGI executor, _and_ - you are _not_...

spin-3.0

`spin up` can run multiple trigger executors for an app. It would be useful in some scenarios to run only certain trigger type(s), e.g. I want to test http triggers...

The app-wide HTTP trigger `base` option effectively prepends a fixed string to every HTTP trigger route. This is _almost_ identical to the equivalent routes, but a couple of the magic...

spin-3.0

From https://github.com/fermyon/spin/discussions/2555: > Any time the spin program displays a prompt, waiting for a single keypress, it hides the cursor, e.g. > > ``` > Are you sure you want...

The current Mustache-inspired template syntax has no way of escaping double open quotes (`{{`). While no one has complained about this yet (loudly enough for me to hear), we should...

[As reported on Discord](https://discord.com/channels/926888690310053918/950022897160839248/1108409684903329964), it appears that the release builds of spin for Windows require VC runtime DLLs (e.g. `VCRuntime140.dll`) to be installed. I think this could be avoided by...

Currently char and string escapes are only required for: `\n`, `\\` and either `\'` (chars) or `\"` (strings). In order to avoid human parsing problems, consider a few other mandatory...