N Courtens

Results 12 comments of N Courtens

I replaced `defined(ARDUINO_ARCH_AVR)` with `defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_ARCH_SAMD) `. Now I am getting: ```` error: 'MAX_STEPPER' was not declared in this scope FastAccelStepper* _stepper[MAX_STEPPER]; ```` MAX_STEPPER is defined in FastAccelStepper\src\RampGenerator.h as:...

Thank you -- **very much appreciated**! I would need to drive just one stepper (... if that helps.) I am still new to the github concept and I am not...

I am getting the same error `assert _HAS_FFMPEG, "Cannot find installation of ffmpeg."` I tried ```` import skvideo path = "C:\\_ffmpeg" skvideo.setFFmpegPath(path) import skvideo.io ```` ![ffmpeg](https://user-images.githubusercontent.com/27327453/110194827-a7c08580-7def-11eb-8abe-d867172278b5.gif)

I have the same issue with 3.20.4 (Windows) ![image](https://user-images.githubusercontent.com/27327453/151667769-30138e9a-0d0b-43f0-8234-292096c2a133.png) At first it was working as intended, but working my way further down info the list of differences -- making them...

I got it working ``` Minifier_command = "npm exec --no -- html-minifier " & _ """" & absoluteFileLocationAndName & """ " & _ " -o """ & absoluteFileLocationAndName & ".min""...

I am still getting this error. ```` \templates\_actionCommon.twig(25): The string to escape is not a valid UTF-8 string. [Query: ?date=2023-02-07,2023-02-08&module=Live&format=html&forceView=1&viewDataTable=VisitorLog&action=getLastVisitsDetails&small=1&idSite=2&period=range&segment=&widget=&showtitle=1&random=8716, CLI mode: 0] ```` Could this be the problem? Database...

I am now also getting errors on other pages, and with other sites. My tables are set to utf8mb4_unicode_ci and I changed utf8 to utf8mb4 in global.ini.php ``` global.ini.php [database]...

I would like to see this also flagged as an "Accessibility", a "Design / UI", and elevated to a "Bug". It should be a simple fix.

still getting >The string to escape is not a valid UTF-8 string. in `\plugins\Live\templates\getLastVisitsStart.twig 76 using PHP 8.2.9` Matomo version: 4.16.0 MySQL version: 10.6.15-MariaDB PHP version: 8.2.9

FYI, I am now on Matomo version: v5.0.0 and got the error > The string to escape is not a valid UTF-8 string. > in D:\... ...\plugins\Live\templates\_actionCommon.twig line 25 on...