Zachary Blackwood

Results 27 issues of Zachary Blackwood

### Summary When changing st.sidebar.selectbox in a form, it reruns the app. But, if that selectbox is created within an st.sidebar context manager, it doesn't rerun the app. ### Steps...

type:bug
status:confirmed
priority:P2
feature:st.selectbox
feature:st.form
feature:st.sidebar

*cfn-lint version: (`cfn-lint --version`)* 0.44.7 *Description of issue.* cfn-lint doesn't recognize that this ScheduledExpression is invalid (should be `rate(1 hour)`) ```yaml ExampleRule: Type: AWS::Events::Rule Properties: Description: desc Name: name ScheduleExpression:...

enhancement

Copied PR #174 from someone who deleted their account because I think it's worth reopening this PR and adding this functionality to typer. Original PR message: > Support for typing.Literal...

feature
types
p3

Using the example in the docs with version `1.0.1` ``` let ghostSearch = new GhostSearch({ key: '22444f78447824223cefc48062', // This is just a demo key. Replace the key with a real...

### Summary With two checkboxes, one with a callback that includes a 1s sleep, toggling checkbox 1 also triggers the callback for checkbox2 *sometimes), even if checkbox 2 is disabled....

bug
confirmed 🤝
P2 ⛈
st.checkbox

Seems like a good time for a release!

Which always returns a tuple of dates

enhancement

### Description https://extras.streamlit.app/Keyup%20text%20input is very sluggish for the non-debounced input. ### Reproduction steps ```bash 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error...

bug