Thorsten Hans

Results 48 comments of Thorsten Hans

@Court72 I will update this PR by EOW Sorry for the ultra long delay, but I was out for a couple of weeks

@devigned Finally, I updated the PR thanks for the amazing feedback

> Awesome article. I made some comments to here and there but the more important things I wanna see changings are > > 1. specifying exact versions for the tools,...

@tynevi @jsturtevant I created the PR over in the new repo (https://github.com/MicrosoftDocs/azure-aks-docs/pull/57)

What do you mean by `labels`? What I'm trying to do here: - Have multiple components that should use the same key-value store - Prevent myself from having the actual...

> > Prevent myself from having the actual name (magic string) of the key-value store in multiple places > > You still have a magic string: `"store"`; it is just...

@lann although the suggested solution would work in some scenarios, here some additional thoughts: - We don't want to modify the Spin Manifest from within .NET Aspire (we wanna treat...

> I'm not sure I understand exactly what this means, but it sounds like we may be fighting against the Spin security model (and to some extent, the Component Model...

> > In the Aspire integration, @ThorstenHans has had to generate toml as part of the integration > > > > If it helps, Spin also now accepts JSON for...

I was asking for a schema because that would allow me to get nice auto completion when creating new runtime configuration files. Thanks @lann