Mark Bakhit

Results 313 comments of Mark Bakhit
trafficstars

Note to self: Storing the stylesheet within the scope will still result in duplicate stylesheets if multiple root components exist on the page. Loading the stylesheets might need to be...

Blocked on - https://github.com/reactive-python/reactpy/issues/1198

Optional dependencies can be defined within the package in [setup.py](https://github.com/reactive-python/reactpy-django/blob/6f79c4cf7ed8b0b4cd048817aa90ab12997caabc/setup.py#L47-L81). For example: ```python { "extras_require": { "encryption": ["cryptography", "pycryptodome"], }, ... } ```

I have some changes in one of my PRs that will simplify test configuration https://github.com/reactive-python/reactpy-django/pull/190 TLDR: Our test suite can now run multiple different Django settings.py files. And yes, from...

My PR has been merged. All [`settings_*.py` files within the test app](https://github.com/reactive-python/reactpy-django/tree/main/tests/test_app) will now automatically run tests against them. There shouldn't be anything blocking this PR anymore, so you'll need...

Blocked on: - https://github.com/reactive-python/reactpy/issues/1188

Blocked on https://github.com/reactive-python/reactpy-django/issues/194

Unmarking this as blocked, since a better approach is likely going to involve inline styles.

Blocked on - https://github.com/reactive-python/reactpy/issues/1186 - https://github.com/reactive-python/reactpy/issues/1188

Blocked on - https://github.com/reactive-python/reactpy/issues/1186 - https://github.com/reactive-python/reactpy/issues/1188