Paul K. Gerke
Paul K. Gerke
Hey there! Sorry, I have only really time to work on this on the weekend. I did not find anything quickly in the datasheets. I will look a bit further...
Okay... this was a wild ride... I think I finally got the answer: https://microchipsupport.force.com/s/article/Where-to-connect-the-exposed-pad-of-a-QFN-package In this case this means it should be connected to ground. That seems to be the...
Background: ``` class HighscoreMixin: pixi = None __my_value = 1 def __init__(self): self.__my_second_value = 2 print(list(sorted(dir(self)))) def update_highscore(self, new_score): pass ``` Outputs: ``` [..., '__my_second_value', '__my_value', ...] ``` Which is...
I am seemingly invested enough in the observing the progress, that I am happy to chip in for this! https://github.com/billybonks/babybuddy/pull/2 This _should_ fix the static file collection which was still...
Oh yeah... I am out of time now, but there were still some missing image files on the `mobile`-branch. And I was not able to hand-check all the different commit...
[docker-test-code.zip](https://github.com/babybuddy/babybuddy/files/14173096/docker-test-code.zip) (Only two text files in here, no malware...) How to use: 1. Build the docker-file 2. run `docker run -p 80:80 [docker image name] bash /run.sh` (or anything else)
## "esoteric" > LOL @ "esoteric" static file collection. It was built this way 5+ years ago primarily so deployments wouldn't have to compile assets themselves. This was pre-Docker days....
I tried to do the leg-work and it is quite interesting actually. It seems to come down to a conscious choice by django: ~~~~~~~~~.py class ChoiceField(Field): # ... @choices.setter def...
Hey there! I quickly checked my config just to see and compare... But I did not find any AXES-related issues with my setup. But what I, indeed, can advise is...
Hey, I maybe have some input from my side, the [android-app dev](https://github.com/babybuddy/babybuddy-for-android) is welcome? First of all, I think that a mobile-first, **too**, design is probably the most sensible because...