Mark Bakhit

Results 317 comments of Mark Bakhit
trafficstars

Can you try v1.2.0? I have a suspicion it's related to the v2 upgrade.

I've been unable to replicate this locally or via new unit tests (#67). Is there any chance you could create a repo that has a minimal example and share it...

Ahhh this reminds me - I should add some automated checks that throw errors/warnings on Django misconfiguration. For example, I use the [Django Check API](https://github.com/reactive-python/reactpy-django/blob/main/src%2Freactpy_django%2Fchecks.py) on another repo I maintain.

It is already mentioned in the docs, but I will convert it from a sentence to a warning admonition. ![image](https://github.com/user-attachments/assets/ae0f67ed-4eec-4dc8-8ddc-167a3b14b880) You're right about the Django check requiring an app... Will...

I've spent some time thinking about this. I think it's healthier to add a Django app, even if it's strictly for `checks.py`. However, since this is different from WhiteNoise, the...

Looks like this change broke the testing suite. Maybe the ReactJS version needs to be bumped to support this?

Tests are failing, due to a mixture of unpinned test dependencies and using old/deprecated github workflows for NodeJS setup. You are free to do some quick fixes to get the...

@JamesHutchison Would you be interested at taking a crack at this issue?