e2core
e2core copied to clipboard
Server for sandboxed third-party plugins, powered by WebAssembly
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/sethvargo/go-envconfig](https://togithub.com/sethvargo/go-envconfig) | require | patch | `v0.8.1` -> `v0.8.2` | ---...
Fixes :- #142
In vkrouter * import: https://github.com/suborbital/atmo/blob/main/atmo/appsource/vkrouter.go#L11 * variable: https://github.com/suborbital/atmo/blob/main/atmo/appsource/vkrouter.go#L73 This should not happen. Gets confusing, and go's shadow rules will make it hard to understand which one is being used.
* import: https://github.com/suborbital/atmo/blob/main/atmo/appsource/httpsource.go#L8 * variable: https://github.com/suborbital/atmo/blob/main/atmo/appsource/httpsource.go#L252 This can lead to heisenbugs due to shadowing.
It's in the directive validator: https://github.com/suborbital/atmo/blob/main/directive/directive_validator.go#L16
The `server` package should be created based on Vektor.
Uses goreleaser-cross to build Linux and Darwin binaries for both amd64 and arm64.
> Okay so I must preface this with that this is the first time I'm seeing something like this since at least [a decade](https://en.wikipedia.org/wiki/Comet_(programming)#Streaming). WebSockets exist so I'm not entirely...
Hi, I'm trying to set up Atmo on [Photon OS](https://vmware.github.io/photon/assets/files/html/3.0/Introduction.html) But running `subo dev -v` results in this error: ``` ℹ️ Running Atmo with debug logging docker: Error response from...
For idents (`com.example.my`) that match their URI host, we should rewrite the URIs to allow: `https://my.example.com/default/somefunction/v1.0.0` -> `https://my.example.com/com.example.my/default/somefunction/v1.0.0`