Philipp Trenz

Results 19 comments of Philipp Trenz

As I was looking for a multi-platform way to use the GLM100C for measuring and as far as I understood you're using BLE, which seems to be impossible to get...

You we're right! ``` 1 2 Segmentation fault: 11 ```

Hey @Houns, thanks for your work! Unfortunately I don't own a GLM50C nor do I have access to one, so I cannot test your findings. If you have any progress...

Thanks for your work! I'd be glad if you create a pull request, so that I can merge your improvements and mention you as contributor.

Hi @janantos, thanks for your suggestion. Unfortunately, we don't currently have the resources to implement this feature. But maybe you or someone from the community can take care of the...

Thanks @dannythunder , I gave it a quick try on the branch https://github.com/philipptrenz/covidpass/tree/add-file-dropzone and PDFs seem to work just fine, but QR codes within image files did not get recognized....

Thanks for answering these requests @donatuswolf The version with upgraded QR Code reader was launched on November 21, I don't think its related with the dependency upgrade. Just deployed #57,...

Would also like to have a solution for this issue

I'm currently using the following logging filter to filter out `GraphQLLocatedError`s, which get raised by the `@login_required` decorator of [graphql_jwt](https://github.com/flavors/django-graphql-jwt) when users are not authenticated: ```python class GraphQLLogFilter(logging.Filter): def filter(self,...

For anyone stumbling across this issue: While @PedroBern is working on an adequate solution, I'm using this manually created migration to create `graphql_auth.models.UserStatus` for each already existing user. ```python from...