Benedikt S. Vogler
Benedikt S. Vogler
This lacks support of [JavaScript Object Notation (JSON) Pointer RFC 6901](https://datatracker.ietf.org/doc/html/rfc6901) and only allows top level changes.
I added support for headless rendering recently so that the unit tests can run without the application window opening every time. I'm all for this.
Hi Hojoe42! Danke für dein Feedback. Bei einer orthografischen Projektion ist die Kameraentfernung unendlich groß. Die einzige Möglichkeit den Kartenausschnitt zu verändern ist daher durch die Skalierung. Im Moment gibt...
In den Speicher für die Spiellogik ist es absolut kein Problem. [Blogpost dazu](https://cavelandgame.tumblr.com/post/137973544477/engine-architecture-improving-the-memory) Ich habe intern noch mal was umgebaut, so dass die Grenzen der Spielwelt flexibler sind, aber die...
I can only assign this issue to collaborators. Please use a fork for development and later do a pull request.
Interesting. I currently have no android device at hand so I can not test it.
Will the nest server integration change once [your PR](https://github.com/nest/nest-simulator/pull/1415) is integrated into the official nest repo?
Sorry for the off-topic question. I thought that issues with dependencies might resolve themselves when it becomes a part of nest. After your talk on the nest conference I wanted...
NEST Server 2.4.1 ``` Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nest_server/main.py", line 13, in import nest.topology as topo ModuleNotFoundError: No module named 'nest.topology' ``` I guess it expects nest 2.20?...
Coming from [huey](https://github.com/coleifer/huey) I was expecting that Celery as the more mature project supports priority queues. The documentation says that priority queues are supported however [it also says this](https://docs.celeryproject.org/en/stable/userguide/routing.html?highlight=priority#redis-message-priorities): >...