Ferdinand Mosca
Ferdinand Mosca
Sorry I am not familiar with macos.
Restarted the PC, and tried the powershell as admin. After sending the command `reflex init`, I got the following.  After `rf-init`, I got this. And all files except my...
I also tried to disable the windows security real-time protection (for virus and threat protection), but the same issue is encountered. On the other hand, I have not tried running...
> Also, you'll need to make sure the base library, `Reflex`, is functional because this library won't work if it isn't. In windows, reflex is fine. This is why I...
This is what I tried. 1. Clone the repo. 2. cd to reflexify. 3. Create venv. 4. Activate venv. 5. Install reflexify. 6. Initialize reflex with `reflex init`. 7. Monitor...
`pip install argon2-cffi==21.3.0`
According to `setup.py` you should use: ``` python_requires='>=3.9.12', ```
Could you supply the following info.? What python version do you use? Could you write the procedure of what you do?
Here is a sample scheme. Users can only log in/out from the main page. Store a login session state variable so that other pages has login info. They can use...
I already have that feature on my [branch](https://github.com/fsmosca/streamlit_login_auth_ui/blob/username-is-not-case-sensitive/app.py). This is now offered as [pull request](https://github.com/GauriSP10/streamlit_login_auth_ui/pull/10).