Growiel

Results 14 comments of Growiel

Hello, thanks for the quick response! I actually just found out what's happening: my test was running with `@runIngSeparateProcess`, and it looks like when this happens, the `keepStaticConnections` variable is...

Reopening with the latest version. This already includes the fix for HammerJS in PR85, but I still provided the PR85 as standalone in case you want to include the fix...

Hopefully last commit on this: added correct handling of the mousewheel event when using HammerJS. For performance reasons in my project I only load mousewheel on desktop and HammerJS on...

Sadly no. Although I haven't used Alice since (changed company and new one doesn't use it) so I don't know if anything changed.

Hi! Sorry to bring this back from the dead. Did you figure it out ? I'm trying to do the same thing but I feel like it's impossible. Thanks.

+1 this too, everything that gets me to reuse code is a huge +1.

Getting the same issue right after installing this plugin: `The library com.google.android.gms:play-services-measurement-base is being requested by various other libraries at [[16.5.0,16.5.0], [16.4.0,16.4.0]], but resolves to 16.5.0. Disable the plugin and...

Just adding my small +1. Currently using IOT Link but would like to switch to HASS Workstation (because the config is easier and it's more maintained) but not being able...

I did not, any ideas on what we can do to speed the merge along ?

My take on this entire thing is that we should validate rather than convert any of the inputs. If I use `getInt()` is because I expect an int, if I...