Masen Furer

Results 164 comments of Masen Furer

The team has been discussing the exposure of client-side-only state (i.e. formalizing the `useState` function I have defined above), but we haven't decided if it will actually help, or make...

Thanks for raising this issue. I agree that the licensing changes in redis are not ideal.

Maybe a documentation issue... if the port 8000 is not "public", then you have to access it via HTTP to allow github to authenticate you, _then_ you can connect the...

Our devcontainer json already forwards ports 3000 and 8000 by default, but we cannot make them public because the workspace is not trusted (https://github.com/microsoft/vscode-remote-release/issues/6363). It might be possible to have...

@Sprocketer so i had an idea and put up a draft PR: https://github.com/reflex-dev/reflex/pull/3044 Essentially, if the app is running in a codespace, reflex will add a link from the connection...

You just go to the PR, click the `Code` button, then `Codespaces` tab, then create a codespace from the PR. It takes a while to boot up, let it run...

yeah, that's probably do-able. i wonder if it would would get blocked by a popup blocker. i'll try out some different ideas to reduce the friction.

So i tried to open the page with `window.open` or by creating a link with `target=_blank` and clicking it: both of these are blocked by popup blocker. Then I tried...

thanks for the feedback, i seem to have a "no touch" mechanism for handling this now. will require some clean up and testing, not sure when it can actually merge

Thanks for reporting this issue. If you don't toggle the drawer closed on the links, does the page scroll to the anchor correctly?