Sebastian
Sebastian
Whenever I set the threshold via .threshold(4) for example, the threshold remains at 3.
I love this prject, thanks for the good work. But how could I use zongji with a database that is only reachable through an ssh tunnel using a certificate?
I cloned the repo but have these two errors out of the box: at activity_poi_browser.xml, this element: There is no item called cam_view anywhere so the compiler fails. Do you...
Hello, I would like to see all vehicles at once when I login into the service. Now, you have to select each car one by one. Could you maybe suggest...
After being able to watch events for a while, the events stop being triggered after ~10 mins. I am assuming that the connection to the database was lost, but I'm...
I love this project, thanks for the good work. But how could I use mysql-events with a database that is only reachable through an ssh tunnel using a certificate?
When using aider, I always modify my project files myself through the IDE, using aider as some kind of "helper" to improve parts of the code and such. But, when...
Hello, I am trying to create a simple relation but I am getting this very uninformative error. This is the code: ``` let car = db.R.dispense('car'); car.brand = 'Brand'; car.model...
In box-game.dart, at this point there is an error complaining thet the super class Game doesn't have any resize method. ``` void resize(Size size) { screenSize = size; super.resize(size);
When I write runApp(game.widget), my IDE shows this error... is there something outdated regarding this?