Vaughn Dice
Vaughn Dice
> I'm not sure about the removing the /docs content commit though - this will erase the only instance of docs for the Platform for Nomad? Documentation remains in the...
If we would like to preserve these docs but still ensure the root domain redirects to https://developer.fermyon.com, we could host them at eg `www.fermyon.dev/docs`. Though, seeing as the platform on...
Hi @jaime-amate, thanks for the kind words! Alas, there currently isn't any native support in the Spin for configuring a timeout for a component. The component itself would need to...
That is indeed the case today: node-installer images are pushed for branches/PRs on origin. This functionality was added as I recall there being requests to publish artifacts for more impactful...
By now we've had plenty of chance to disagree on the breaking changes linked above. @itowlson's [docs PR](https://github.com/fermyon/developer/pull/1396) appears to cover the documentation front. Are we good with https://github.com/fermyon/developer/pull/1396 closing...
Thanks for creating this issue @NissesSenap. I'm sensing there might be a couple enhancements from this ticket. ### Auto-populate relevant annotations Of the [pre-defined annotations](https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys), these seem to be natural...
The first approach (new section in spin.toml, support for overriding at time of publish) brings a host of design/UX questions as this would be the first instance of capturing registry/publishing-related...
@rgl the `--annotation` approach sounds good to me. Thanks for volunteering to take a look at implementing! - The `spin registry push` command logic starts here: https://github.com/fermyon/spin/blob/main/src/commands/registry.rs#L30 - Check out...
For the upcoming Spin 3.0 release anticipated this week, do I have this right? - `rdbms-types`: postgres added in https://github.com/fermyon/spin/issues/2870; mysql TODO (post-3.0?) - `wasi:keyvalue`: 0.2.0-draft2 support landed in 3.0...
@michelleN what type of response (status code, etc) would clients receive when they make an unsupported request to an http component? (eg `curl -X PUT ...` to the example app...