Danny Koppenhagen

Results 119 comments of Danny Koppenhagen

According to the docs, objects passed to `use()` seems to be called extension but could include common options (such as the mentioned ones by @luishcastroc) as well. So in my...

I think it's cause the property is not watched deeply. Have you tried to pass a new reference instead of directly pushing into the existing one? Like this: ```ts const...

So, I don't think it was removed intentionally. Does it make a difference when you switch from `ref` to `reactive`?

please try with the latest version (11.3.0). This issue can't be reporduced and therefor I think it has been fixed. I updates the Demo and this code should work even...

Where can I find the schema specification?

Great. So let's go this way. I've also seen no JSON schema definition for version 1 and 2. probably we should open an issue since it would be way better...

I agree. It would be great to have better type support. However, `ol-options` is a provided Value which can be used with `inject()`, see: https://vuejs.org/guide/components/provide-inject

I think it would totally make sense to remove the plugin and refactor the code so we don't need it anymore.

Ahhh... I remember, I stumbled over this. Unfortunately there seems to be no way to get the raw artifacts. I think we have three options: 1. upload the artifacts somewhere...