ViRuSTriNiTy

Results 17 issues of ViRuSTriNiTy

Hi there, it seems like this is a corner case. I just want to report it to get some feedback whether this is even known or not supported. Repo steps:...

Hi there, I came across [this blog post](https://open-wc.org/blog/doing-a-flip-with-lit-html-2-0/#lets-do-a-flip) where a `spread` directive is discussed. This directive is exactly what I need in my project. Unfortunately the code (most likely deprecated)...

Hi there, I am trying to implement a *"user can drop this specific item on that specific target item only"* functionality. This requires to check for specifics of the target...

Hi there, it would be nice to allow the adjustment of [`effectAllowed`](https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer/effectAllowed) and [`dropEffect`](https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer/dropEffect) to change the cursor as needed while executing a drag & drop operation. As the component...

~~EventCallback approach discussed in~~ relates to #106 ~~This approach tries not to break existing implementations by defaulting to a move action. However consumers that currently use `CopyItem` parameter need to...

Hi there, the current implementation of the drop handling is strongly opinionated. This makes is really difficult if not impossible to use the package in scenarios where you don't want...

Content handlers resolved by Autofac are returned in an unpredicatable order. I need some content handlers to be invoked in a specific order. Example: Feature A Content handler A ->...

Hi there, I cannot find license information for the code. Can we add an appropriate license like MIT? So lonG Daniel

Hi there, great package, it gets you started real quick. I try to use it with some simple async code and Serilog logging. But as soon as I have executed...

Hi there, I currently trying to switch from ZHA to Zigbee2MQTT but I struggle to get the password setting right. The documentation in section [Specifying MQTT server/user/password and network_key in...