joy-void-joy

Results 6 issues of joy-void-joy

### Problem In the following code: ```py import streamlit as st text = st.text_input('Name') text ``` ``text`` is only being updated when the user presses enter. This goes against the...

enhancement
st.text_input

**Describe the bug** Server-side only code in preload seems to work fine if directly loaded, but breaks when using redirection. This is particularly relevant when using node modules such as...

Hi! Maybe I missed it, but I do not see any way to get the equivalent of `zod.input` as a string with zodToTs. Is this something that is considered on...

Inspired by https://www.lesswrong.com/posts/GMCs73dCPTL8dWYGq/use-normal-predictions Most of my predictions these times are in the form of normal predictions (with different standard deviation for each side) and I would be interested if there...

Hi! I love edir, thank you so much for making it. I was interested in an option that would allow one to edit where symlinks point to easily: ```sh 1...

### Description I know it is already possible to use [Ollama servers](https://ai.pydantic.dev/models/openai/#ollama) with pydantic using its OpenAI interface, however, there are a few reasons for why I would be interested...