-
# fluidforms
## URLs
- https://tritech-labs.gitbook.io/fluidforms-api
## Polling Sources
### new-submission
#### Prompt
Emit new event when a form submission is received. No props needed.
#### URLs
- …
-
Context:
We have two very similar even components, one for the events page, other one for the events of the communities
ToDo:
- Switch out the current event component used in the communities for the …
-
Sadly something like this doesn't seem to work:
```jinja
{#def sections #}
{% for section in sections %}
{% endfor %}
```
Any workarounds or ideas?
pietz updated
1 month ago
-
Current implementation is not modular (the main widget contains waveform, labels, and controls).
```python
from ipyannote import Widget
widget = Widget(path2wav)
widget
```
Proposed change i…
-
🎯 **Goal:**
Finalize the design library to create a robust, consistent, and scalable framework for design and development. This includes aligning the design system with the existing implementation an…
-
Hey there,
I was trying to fit a model on repeated measures data.
Here's an head() of my data (with altered values due to privacy):
```
> head(df_long)
ID sesso età time variable…
-
### Overview of the problem
**Oruga** versions:
- [v0.9.1](https://github.com/oruga-ui/oruga/releases/tag/v0.9.1)
- [v0.9.0](https://github.com/oruga-ui/oruga/releases/tag/v0.9.0)
- [v0.9.0-pre…
-
## Summary
- Design a markup structure for the light and shadow DOM
- Design component variants, props, parts, slots, and vars
### Research and planning tasks
- [x] Gather code samples from the lan…
-
**Abstract**
To support the AppBar improvements, the `BottomBarItem` component should be made which can be used as part of `BottomBar` component
BottomBarItem design specification on Figma
![…
-
Related to #61232
## Goal
- [ ] Replace Emotion with another technology to author styles
- [ ] Build-time compilation (ie. no runtime compilation)
- [ ] Keep classname obfuscation
## Context
The `…