Alexander Chernyshev
Alexander Chernyshev
@franasal I'm pretty sure this is no longer actual, but decided to answer, seeing that the issue is not closed yet. You have a syntax error - closing bracket `)`...
`scoop info -v ...` checks installed size in wrong location - current folder instead of `scoop\apps` folder: `# scoop info -v far`: ``` console Get-ChildItem : Cannot find path 'C:\Users\CHerSun\far'...
I've intentionally made that behavior. Idea is that if you start NoSleep - you do want it to prevent the sleeping by default. Adding startup state will add extra mess...
I'd love this too (+ partial matches). Maybe if keys are separated, i.e. - tab to complete suggestion, enter to enter what's being typed as a tag?
> > @ArthLeu Is your suggestion about adding a radio widget within every individual cell, or is it about allowing the user to only select a single row (which would...
``` python with cont: st_tags... ``` ??? And how do you expect to add writing to st.container directly, if author doesn't influence Streamlit internal code? It's not C# with extension...
If there'd be a way to report progress (not just spinner) for such task too - would be awesome.
This shouldn't be too difficult to make yourself (well, with using extra components - can't show validation results on the same input components currently). At least what I'm doing currently...
@lucasrodes A simple demo https://gist.github.com/CHerSun/156b2aec324903a70738fd7858126584 . It's a demo only. | Step | Screenshot | |---|---| |When you just run it: |  | | Click "Confirm" button: | ...
> Hey @CHerSun, wondering how I can get rid of this form once it has executed. You can show a form conditionally (well, like anything in streamlit). Basically, if you...