Alexis Iglauer

Results 12 issues of Alexis Iglauer

Fixes #63 and should be a more robust way of fetching the OS release.

**Checklist:** - [ x ] I updated to the latest version available - [ x ] I checked that my MQTT broker is otherwise working **Release with the issue:** **Last...

bug

I have my workspace in a custom folder, on my Dropbox. I normally run on the Mac. When I run scelight on windows, it will change all the paths to...

For Mac, https://apps.apple.com/us/app/webcam-settings/id533696630?mt=12 works well. Would appreciate some pointers for Windows apps.

**Describe the problem you have/What new integration you would like** The display for the M5StickC does not seem to work -- there is an issue related to this but it...

Type: Display
integration: st7735

Logging is currently very verbose -- an option to reduce the number of log entries based on severity would be useful.

**Describe the bug** While espanso is running, OneDrive reports a sync error on the logfile. **To Reproduce** Steps to reproduce the behavior: 1. Use the Windows portable version on a...

bug
windows

``` > columnTest sapply(columnTest, class) Id Name Amount CloseDate IsWon "factor" "factor" "numeric" "factor" "factor" ``` I would expect: ``` > sapply(columnTest, class) Id Name Amount CloseDate IsWon "character" "character"...

Hi RForceCom feels slow -- it's taking about 4 minutes to execute a query which returns about 18'500 records with 9 variables. ``` SELECT Id, Field, CreatedById, CreatedDate, IsDeleted, NewValue,...