Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

thohan88

thohan88 starred encode/starlette
thohan88 pushed 1 commit to main thohan88/py-shiny-templates
  • fastapi_users: remove check and popover, handle with try/except 0115d1b

View on GitHub

thohan88 created a comment on an issue on posit-dev/py-shiny
> From [@amol-](https://github.com/amol-), if you're using nginx your proxy config might look like this > > ``` > location /shiny-demo/ { > proxy_pass http://127.0.0.1:8000/; > rewrite ^/s...

View on GitHub

thohan88 created a comment on an issue on posit-dev/py-shiny-validate
Fair trade-off! I saw packages such as faicons included and suspected that these were quite similar, and that it may have just been forgotten. Feel free to close this issue.

View on GitHub

thohan88 closed an issue on posit-dev/py-shiny-validate
Consider adding allow_empty or allow_blank argument to check_email()
Thank you for this great package! I noticed that `check_email()` currently has an `allow_none` argument, but I'm not sure how useful it is in practice. When using `input.text()` for email inputs, ...
thohan88 created a comment on an issue on posit-dev/py-shiny-validate
Thanks for the very quick fix. You are rocking it, @gadenbuie !

View on GitHub

thohan88 opened an issue on posit-dev/py-shiny-validate
Add py-shiny-validate to shinylive
This may be more appropriate to file in [py-shinylive](https://github.com/posit-dev/py-shinylive). It would be useful if shinylive included this package by default, so that you did not need to add...
thohan88 opened an issue on posit-dev/py-shiny-validate
Consider adding allow_empty or allow_blank argument to check_email()
Thank you for this great package! I noticed that check_email() currently has an allow_none argument, but I'm not sure how useful it is in practice. When using `input.text()` for email inputs, an e...
thohan88 created a comment on an issue on posit-dev/py-shiny-site
Yeah, I suggested the sidebar because I was not really sure which sections it would fit in. Right now it's a bit buried in the survey-template you reference. I think maybe the reason I did not disc...

View on GitHub

thohan88 opened an issue on posit-dev/py-shiny-site
Add input validation (shiny_validate) to docs
I recently had a need for input validation. I tried searching through these docs for `validate` and `validation` but found nothing. This [Posit Community post](https://forum.posit.co/t/validate-use...