Nathan Segers
Nathan Segers
@gunters63 Thank you very much for this patch! This solved my search for a working Typescript version of my Stubs! I have added your Linux binaries into a Docker container...
Currently I'll just leave to work on Windows, which is fine for my situation ;-)
@alexr00 What if we want to edit issues onto the fork/origin repo? Can we configure that somewhere? My Fork is the continuation of a disbanded project.
I have experimented with docker-compose and debugging a dotnet application (.NET 5.0) and it works fine with the tutorial followed here: https://code.visualstudio.com/docs/containers/docker-compose#_net I'm quite happy with the result.
I am unsure if my question fits for this comment, but I'll try anyways. We have the request to get a Textual value from an enum into our Typescript code....
CloudFormation creates the following YAML when converting from JSON to YAML through the Designer. **JSON** ```json "EndpointConfigName": { "Fn::GetAtt": [ "EndpointConfig", "EndpointConfigName," ] } ``` **YAML** ```yaml EndpointConfigName: !GetAtt -...
They are disabled, but not rendered as disabled, so it seems. By using the tailwind "context.disabled" it's fixed in my UI.
Is it interesting to add a GraphQL API as well? With similar features as the Rest API, but more flexibility in queries?
How can I test this in my Home Assistant?