Tom McLaughlin

Results 191 comments of Tom McLaughlin

Sadly Windows is not supported at the moment due to the `vty` dependency, as you found. There's a long discussion about it here: https://github.com/jtdaugherty/vty/pull/1. We could disable the terminal UI...

I think it will probably work if you try it on WSL, however.

Okay, I'll add a note to that effect and take a look at creating a custom build for Windows.

A little late but Windows is supported now in [sandwich-0.1.1.1](https://hackage.haskell.org/package/sandwich-0.1.1.1)!

Yep! I think it's a great idea, just haven't finished it yet. Keeping an issue open to track this sounds good.

Sort of blocked on https://github.com/jtdaugherty/brick/issues/275

Doing the placeholder with CSS sounds like it would help the styling issue. But what about the part where hydration blows away the user's edits? Would it be possible to...

Using a raw `` doesn't work properly either actually. What happens is the pre-hydration edits stay in the box, until you trigger a React update and then they get blown...

Friendly ping @eps1lon, still hoping to make progress on this.

Okay, I tried it with React 18 and got the same result I had with React 17. I now have two branches of the original repro I posted: https://github.com/thomasjm/razzle/tree/textfield-ssr-rawinput-react17/examples/with-material-ui https://github.com/thomasjm/razzle/tree/textfield-ssr-rawinput-react18/examples/with-material-ui...