Lann

Results 146 comments of Lann

_As long as the remote item is integrity-checked_, it should be no less secure than `wget`ing the module and referencing that local file. Most of the value of bindle (or...

[This comment on the semver repo](https://github.com/semver/semver/issues/701#issuecomment-840566162) suggests bumping the patch version immediately after a release and adding a prerelease tag, e.g. `0.4.1-beta.0`. As noted in the comments, its a little...

I guess you could also then bump the minor version as soon as you have incompatible changes - bumping the version to `0.4.0-something` with the wasmtime upgrade would have made...

> Should the guest output always go through tracing or should that be an option? It should at least be optional at the engine level to support WAGI and any...

> remove it from the outbound request type We should consider removing it entirely (moving it into SDKs); param parsing can be subtly different in different languages.

Yeah, I'm suggesting removing it from everywhere. Using url form encoding for params is "just" a (very common) convention.

If we're removing `params` this is _not_ a good first issue.

For outbound HTTP the `params` field is currently non-functional but it looks like the query part of the request URI should be working; at least, I don't see in the...

> * Inbound > * The original query string is included in url Well that's good. I propose we: 1. Switch our SDKs to use only the query for both...