Radu Cotescu

Results 9 comments of Radu Cotescu

@karollewandowski, I think you discovered a bug in the Sling implementation. However, what @kwin mentions is valid. HTL is built on top of HTML, so the specification should be explicit...

@acronamy, I have the impression that you can already achieve this, with two or more templates: HTL script: ```html This is the inner template. ``` Output: ```html This is the...

@jantimon, you're right, HTL's templates are not as advanced. I'll take this issue to our team and we'll try to figure out how it would work.

Does https://github.com/adobe/htl-spec/commit/7264a84a9d4214dfc0b82678f1696b2b65af1530 help with this, or do you think something more would be required?

@henrykuijpers, it's something we're discussing internally. As soon as we reach a conclusion we will post it here.

Can you still reproduce this issue with version 0.0.14?

For 1. I guess we could add a publish config that's only active on development environments - we should probably add a new `dev` runmode for that. For 2. we...

It looks like in 2.1.0-beta.11 removing a query parameter is considered a breaking change regardless if the parameter was required or not. Shouldn't this be breaking change only in the...

Is the authentication model based on OAuth? It sounds like that. If the answer is yes, I’m wondering whether this could be used: https://www.home-assistant.io/integrations/application_credentials/