Ruud Boon
Ruud Boon
When building an electron vue app it works fine locally but on the CI i'm getting an error that builder-effective-config.yaml is missing. See this log as well: https://github.com/ruudboon/tally-blaster/runs/855070781?check_suite_focus=true#step:8:167 Als wondering...
Added 2 blocks **Setkiosk** Set a url and chromium will boot fullscreen into that url. **Setresolution** Manipulates few config params in /boot/config.txt that allowed you the - set resolution -...
When a username contains a dash you're unable to mention the user. For example @mr-Phalcon will link to @mr
We would like to keep supporting the forum in Phalcon v4. * [ ] Make the forum V4 compatible When upgrading it would be great if we could implement a...
#### What are you trying to achieve? Display list of errors and failures #### What do you get instead? List of errors and failures failures containing wrong step information Codeception...
Fix crash if payload is null (decode fail)
See below simplified [Router](https://github.com/phalcon/cphalcon/blob/4.0.x/phalcon/Mvc/Router.zep) class. ``` namespace Phalcon\Mvc; class Router { protected action = null; /** * Returns the processed action name */ public function getActionName() -> string { return...
Would it be possible to add a conversion for inches of mercury (inHg) to this awesome lib?
I'm working on a weather dashboard [Here](https://weather.trompet1860.nl) using MQTT I'm updating the gauge realtime. After a certain amount of time I get the following error: ``` CanvasRenderingContext2D.save() had been called...
Would be great if you can add documentation for how to secure docker with tls for deployment