Avri Chen-Roth

Results 27 comments of Avri Chen-Roth

> You need to provide permissions in a way that web server can use the filesystem. In your setup, the web server cannot read those files and the error is...

Why not use the tasker plugin system? https://tasker.joaoapps.com/plugins-intro.html Awesome app btw! -DM

@adamdriscoll I was thinking that maybe we should add a test page here on GitHub and use it for testing of the module? What do you think ? -DM

+1 The only problem with it are that the drivers are a moving target. From my experience (releasing a few driver updates so far) is that the latest drivers are...

> It looks like this works to make a FireFox driver which ignores SSL certificate checks: > > ``` > $firefoxOptions = [OpenQA.Selenium.Firefox.FirefoxOptions]::new() > $firefoxOptions.AddAdditionalCapability('acceptInsecureCerts', $true, $true) > $Driver =...

Looks like I'm experiencing similar behavior on whirlpool ac. When i try to power on /off the unit it behaves strangely and when I disable the receiver in the ir...

By acting strangely it looks like it sends a power off command and then switches to heat right away. If I had to guess it doesn't ignore its own outgoing...

hi @mithrandyr I've tried to run SimplySql on linux using powershell core 6.2.2 The import seem to work correctly but when i try to run the Open-SQLiteConnection on a sqlite...

@mithrandyr I'll try to check if it works in WSL or not and report back. Thanks. -DM