Jules Robichaud-Gagnon
Jules Robichaud-Gagnon
If you rely on importing other scad files (with `use`) this might be a blocker for you: #18 Works as expected in [solidpython](https://github.com/SolidCode/SolidPython)
It is the equivalent of [solid.import_scad](https://solidpython.readthedocs.io/en/latest/?badge=latest#importing-openscad-code) in `solidpython` but it does not work as intended.
I found a major problem with django-allauth and django 5's support of async views cancellation. This might interest you all: https://github.com/pennersr/django-allauth/issues/3566
I'd also like to mention `_NOT_FOUND` has been removed from `functools` in python 3.12 which force to always fallback to the module `cached_property`. (ironic isn't?) The change: https://github.com/python/cpython/commit/056dfc71dce15f81887f0bd6da09d6099d71f979#diff-8657d1a12c81ea9da8c75d3de3827fc6f1e033339453e9587f1ec2f5dfc5111dL962 kombu's code:...
@skarzi, there you go: https://github.com/jrobichaud/django-test-migrations-398 I made sure to recreate the exact migrations with the exact numbers. See the readme for the explanations.
I just added CI execution, we can see in the develop branch the migration test fails. main: https://github.com/jrobichaud/django-test-migrations-398/actions/runs/7305056864/job/19908143449#step:5:17 develop: https://github.com/jrobichaud/django-test-migrations-398/actions/runs/7305060018/job/19908150801#step:5:34
We have the same issue on iPhone 6 with iOS 10 (haven't tested on other platform/device). However it is only a display issue, the value in the preferences is still...
I made a pull request to fix this issue: https://github.com/apla/me.apla.cordova.app-preferences/pull/110
@nikolasr200 My pull request just got merged. @apla, you might want to close this issue.
I confirm `Cloud Tasks Enqueuer` is required to be able to enqueue a task. `Cloud Tasks Queue Admin` is required if you want to let `gcp-pilot` create the queue for...