Benjamin Klaus

Results 76 issues of Benjamin Klaus

since the purpose of this script is to bypass CORS check, the response should contain CORS headers. I've tried the script on my php server and requests from javascript didn't...

### Bug reports: For me html2canvas is not working with cached images from a ServiceWorker / Workbox. I'm not sure if it's a bug of html2canvas or any other thing...

On a Rasberry Pi 4 I get this exception on training in the web interface: ``` TrainingFailedException: Command '['fstcompile', '--isymbols=/home/pi/.config/rhasspy/profiles/de/kaldi/model/data/lang/words.txt', '--osymbols=/home/pi/.config/rhasspy/profiles/de/kaldi/model/data/lang/words.txt', '--keep_isymbols=false', '--keep_osymbols=false', '/home/pi/.config/rhasspy/profiles/de/kaldi/language_model.txt', '/home/pi/.config/rhasspy/profiles/de/kaldi/model/data/lang/G.fst.unsorted']' returned non-zero exit status 1....

Steps to reproduce: 1. go to https://swisnl.github.io/jQuery-contextMenu/demo/sub-menus.html in Chrome 2. open Developer tools (`Ctrl + Shift + I`) 3. use mobile device view (`Ctrl + Shift + M`) 4. Use...

fixes #693 This is probably not the nicest fix, it just prevents a clickItem action directly after a submenu was opened. Feel free to improve and beautify.

I've the following scenario: ``` long lastCheck = 0; void loop() { M5.update(); if (millis() - lastCheck > 200) { lastCheck = millis(); if (M5.BtnA.wasReleased()) { //do something - never...

if you have questions about the changes, just ask or create a comment to the corresponding change.

would be nice to be able to set up a priority queue of the prefered groups so that the skript registers for the group with priority 2 if registration for...

enhancement
community todo