gctwnl
gctwnl
I have been able to fix this behaviour by adding Matter.Sleeping.set(): ``` Matter.Body.setPosition( marbleBody, {x:newX, y:newY}); Matter.Body.setStatic( marbleBody, true); Matter.Sleeping.set( marbleBody, true); ``` Basically, my suspicion is that it has...
Is this software still maintained? If people download the script they get the 2017 version without the fix. I was looking into using this script (adapting it) so it can...
That link is dead (no LinkedIn page there) so we might consider all of this dead. I'm using this as inspiration to build my own that works with a docker...
I'm going to build my own solution based on his, but running inside the container. Maybe publish that later.
https://github.com/jacobalberty/unifi-docker/issues/609
The current version people download doesn't have this fix. Is there still maintenance on this script or is everybody on their own now? Because I would like to make this...
> I really love libertine, especially its math fonts > > But libertinus is very buggy for that > > You can see https://github.com/StefanPeev/Common-Serif Serif only, alas. Haven't looked into...
> This fork is alive. I'm a couple months behind of processing PRs but this fork is not dead. > > The linuxlibertine project on the other hand is completely...
I am trying to setup a fresh new controller as docker container using docker compose and :lastest. I run into probably the same problem. It seems that even if the...
Answering myself, this one does launch: ``` version: "2.1" services: unifi-controller: image: jacobalberty/unifi:latest container_name: unifi-controller environment: - TZ=Europe/Amsterdam - RUNAS_UID0=false - UNIFI_UID=118 - UNIFI_GID=123 volumes: - /srv/docker/unificontroller/unifi:/unifi ports: - 8443:8443...