Sam Collins
Sam Collins
Hi I am trying to use the Django models JSONField but because its structure can be changed I am not sure of its properties. Is there anyway I can avoid...
We would really like to support Django 3 in out app but use django-pgviews quite alot and it uses on six which is now removed. From what I can tell...
In the old version there was the ability for a player to login and see there current information. This was a read only view. This was used by a few...
Containers are now stored in there own table with the below schema ```sql CREATE TABLE `containers` ( `id` int(6) NOT NULL AUTO_INCREMENT, `pid` varchar(17) NOT NULL, `classname` varchar(32) NOT NULL,...
Hi I have just spent an embarrassing amount of time trying to work out why I was getting an `Error: Invalid JWT!` response. The fetch for the JWKS file was...
Hi, Apologies if I am looking in the wrong place for this. In #669 one-shot mDNS support was added which I am currently attempting to get working with Embassy and...