Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove OS restriction for use-warp mode #423

Merged
merged 1 commit into from
Nov 3, 2021

Conversation

DrewFenwick
Copy link
Contributor

@DrewFenwick DrewFenwick commented Sep 17, 2021

As mentioned in #414, removing these restrictions allows reflex-dom to build on Windows.

Since there isn't any test suite for reflex-dom and the test suite for reflex-dom-core is currently incompatible with Windows, the best I could do for testing is try to use reflex-dom to make an example site I found, since the built-in example is broken (see #422).

The site appeared to work fine on Chrome, but was completely unresponsive on Firefox, though I'm unsure if this is a Windows issue or an issue for reflex-dom in general.

Either way I think the best solution is to remove this restriction and let any windows bugs bubble up as issues, rather than barring a user from compiling under windows entirely, since the latter will turn away potential Windows users and therefore potential contributors to windows compatibility.

Fixes #414

@bradrn
Copy link

bradrn commented Oct 17, 2021

I’d appreciate this as well. Right now I’m forced to write Reflex programs through WSL, which is fine but a bit clunky; it would be nice if I had a way to develop on Windows as well.

@ryantrinkle ryantrinkle merged commit ace50da into reflex-frp:develop Nov 3, 2021
@DrewFenwick DrewFenwick deleted the windows-compat branch August 11, 2023 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Building on Windows.
3 participants