Martin Kopp

Results 3 comments of Martin Kopp

@Pfuenzle hättest du Interesse das docker image jeweils mit dem aktuellen commit-hash als tag von github-actions bauen zu lassen? z.b.: pfuenzle/impf-bot:1b0995e Sollte bei der anfallenden Nutzung kostenlos bleiben (siehe [docs](https://docs.github.com/en/actions/reference/usage-limits-billing-and-administration#:~:text=Workflow%20run%20time%20%2D%20Each%20workflow,might%20cause%20jobs%20to%20fail.))

Okay cool, komme zwar nicht aus der Java Ecke aber könnte ggf. bei der Docker CICD pipeline unterstützen wenn du möchtest. ;)

Hi @espears1 , I also needed that feature to dynamically serve key/value data from a dict to the client. My solution involves a new basic type `DictItem`: ```python from flask_restx...