Pavel Dedik
Pavel Dedik
There are usage examples: https://htmx.org/examples/ It would be nice to implement most of them. Currently only 5 of them are implemented.
## Motivation The dark theme is not used anywhere and what it looks like is not validated. It would be nice to make it look good and validate readability on...
After some investigation it seems like a viable option to just rewrite core parts of the library to Rust using pyo3. This could significantly improve performance at least for HTML...
## Motivation It is possible to adjust layouts' paddings, margins, widths and so on with themes, examples: * `theme.layouts.cover.min_height` * `theme.layouts.sidebar.side_width` This is not documented anywhere. ## Hints Some documentation...
## Motivation The way to work with layouts form the catalog is to combine them with CSS utilities - when we want exceptions from the default behavior. There is a...
## Motivation It is possible to do the following: * `theme.sizes.xl * 0.8` * `theme.colors.primary.darken(2)` * etc. It is also possible to define multiple kinds of color schemes: * `Color("fff")`...
## Motivation Modals are very often used for pop up messages, form confirmation and so on. It would be nice to have support in Ludic. ## Hints * Use the...
The coverage can be seen here: * https://app.codecov.io/gh/getludic/ludic/tree/main/ludic%2Fweb * mainly the `ludic.web.responses` module has only 77 % coverage Coverage can be observed after running pytest: ```shell uv run pytest --cov...
### Describe the Bug 1. Imagine using the library in a Celery task 2. The Celery task hits soft timeout which raises `SoftTimeLimitExceeded` 3. This library catches this error and...