Nikhil Rao
Nikhil Rao
The code block theme is similar to `rx.icon` tag, it can't be set by a tag. You can do something like this instead: ```python rx.color_mode_cond( rx.code_block( code, border_radius=styles.DOC_BORDER_RADIUS, theme="light", background="transparent",...
@Alek99 what are you seeing as the before/after? Where are you setting this, is it within the Flexdown block? If so it should be memoized. I just tried this out...
@AmanSal1 yes that would be great! I'm thinking it should just have some style similar to what we have in the [upload docs](https://reflex.dev/docs/library/forms/upload/). Maybe just a border and the currently...
@Ifechukwu001 Agreed that we should keep the current table API. Was mainly wondering if there's improvements we could make for a high-level API on top of it that would have...
Modifying `queueEvents` like this within `utils/state.js` seems to work. We should probably make this a flag though, we mayn't want to do this for all events. ```js export const queueEvents...
Seems like a cool feature, we don't have it in the internal roadmap currently but we would accept an outside contribution for this.
@SwarajBaral I'm not too sure what the approach is here actually, I'm guessing we need to have some sort of listener on the `upload` component for ctrl+v on which we...
@abulvenz Thanks for the feedback - I will modify that project, we don't want to break any existing functionality. We want to move certain internal events like the initial state...
@benedikt-bartscher Yes we either want to upgrade to Pydantic v2.0 for the performance and compatibility benefits In the long-term we can potentially remove the Pydantic dependency altogether and use Python...
What OS are you on?