Daniel Sitnik

Results 19 comments of Daniel Sitnik

Ok, small update to my first post. I think this might really be a bug. I changed the configuration so that the endpoint returns the correlation-id in a header, instead...

Do you use a large screen resolution? The TOC size is dynamically calculated as 50% of the screen width minus 464 pixels: `calc(50vw - 464px)`.

The only thing that worked for me was @tehciolo suggestion of adding a script to package.json, even with the latest version.

Cannot login as well...

Sorry to revive this topic, but If anyone is interested, the content you see in the `script` parameter in the URL of the playground is just the diagram code after...

Same problem here. Using latest version HA Core 2022.5.3.

Thanks. Glad I found this issue because the docs are still mentioning `registerTransformStream`. 😢

I'm also struggling with this right now, the `filter` method is not returning what I expect and I have no way of knowing the position it actually is inside the...

One more thing to note here, you have a dependency on openpgpjs 4.x, which has a problem with bundlers. When I bundle my application (**without** the plugin) and try to...

> Release notes: https://github.com/openpgpjs/openpgpjs/releases/tag/v5.0.0 > > I believe this would necessitate a breaking change in app-config's API, unfortunately, because we do re-export `Key` in a couple places. Right now we...