MaartenBreddels
MaartenBreddels
SSolara
Created by avedik_. on 3/14/2025 in #questions-issues
Load environmental variables
Hmm, uvicorn should pick up that argument actually!
8 replies
SSolara
Created by creon on 4/17/2025 in #questions-issues
Anyone home?
Hi 👋 I'm here 🙂
2 replies
SSolara
Created by creon on 4/15/2025 in #questions-issues
Scrollable, updatable text (log file monitor) widget.
We have a similar issue with chatbox, although it's possible to do it with JS, there is a CSS trick you can use. See https://github.com/widgetti/solara/blob/master/solara/lab/components/chat.py to check it out (it's in the comments). I'm not 100% sure this will work for you, let me know!
2 replies
SSolara
Created by creon on 4/17/2025 in #questions-issues
Can a Solara app listen for a keypress?
I hope that helps you
3 replies
SSolara
Created by creon on 4/17/2025 in #questions-issues
Can a Solara app listen for a keypress?
it's not supported in solara itself, but an example can be found here https://py.cafe/maartenbreddels/solara-hotkeys
3 replies
SSolara
Created by DelauDeric on 3/5/2025 in #questions-issues
differentiating InputText keyup.enter and focusout
Does that solve your problem?
6 replies
SSolara
Created by DelauDeric on 3/5/2025 in #questions-issues
differentiating InputText keyup.enter and focusout
otherwise, instead of use_effect, you could use the (undocumented solara.v.use_event - you can find several examples in our repo)
6 replies
SSolara
Created by DelauDeric on 3/5/2025 in #questions-issues
differentiating InputText keyup.enter and focusout
For use with a dialog you may want to take a look at https://py.cafe/maartenbreddels/solara-hotkeys
6 replies