Marc Pignat
Marc Pignat
Connection refused by mysql are neither re-started, neither fatal. If refused connection where re-started, the service could be more robust. If refused connection where fatal, service failure were easier to...
Those commands fails because some indexes are not unique: ``` CREATE UNIQUE INDEX idx_history_clock_ns_itemid ON history (clock) USING btree; ``` ``` CREATE UNIQUE INDEX idx_history_uint_clock_ns_itemid ON history_uint (clock) USING btree;...
Since the automower plugin share some code with gardena, I think both plugins should be merged. Husqvarna mowers could be a new Things type (husqvarna_mower?). Benefits: bugs like #12980 and...
Hello! Nice work, tested on ubuntu 15.04, it requires the installation of the lua-bitop package, this could be added to the documentation. `sudo apt-get install lua-bitop`
It seems there is some bad interaction between drawFilledCircle and sprites. Calling drawFilledCircle after drawing sprite from a spritesheet sometimes result in no cricle drawing. Perhaps a problem with begin/end...
but it runs in the DemoSelector Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: java.lang.UnsatisfiedLinkError: com.badlogic.gdx.physics.box2d.PolygonShape.newPolygonShape()J at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:127) Caused by: java.lang.UnsatisfiedLinkError: com.badlogic.gdx.physics.box2d.PolygonShape.newPolygonShape()J at com.badlogic.gdx.physics.box2d.PolygonShape.newPolygonShape(Native Method) at com.badlogic.gdx.physics.box2d.PolygonShape.(PolygonShape.java:29) at ch.hevs.gdx2d.lib.physics.AbstractPhysicsObject.createPolygonObject(AbstractPhysicsObject.java:98) at ch.hevs.gdx2d.lib.physics.AbstractPhysicsObject.(AbstractPhysicsObject.java:57) at...
Moving object should let a drag behind them, will give a cool speed effect