backwardspy
backwardspy
We would like to use spell checking, however it does not seem to work in the markdown editor. I have confirmed that the WYSIWYG editor works as intended. Is it...
one option as suggested on discord: https://crates.io/crates/css-colors it would be nice to either use these colour types directly, or provide a feature flag gated integration with the crate. that way...
i am using rq together with [prometheus client](https://pypi.org/project/prometheus-client/) for metrics exposition. i have the prometheus client in [multiprocess mode](https://prometheus.github.io/client_python/multiprocess/) and i need to call a function (`multiprocess.mark_process_dead(pid)`) to let it...
hi! it would be useful to me to be able to somehow specify a default set of `.where(...)` clauses to include on a query on my tables. in my case,...
hey, super cool project! i think the file viewer is not escaping HTML tags in certain files. i noticed this when it embedded a form into a file i was...
hi! i really like this crate for how easy it makes image manipulation, and as such i would like to make a suggestion about its API. implementing `Not` for inverting...
```yaml whiskers: encoding: utf8-bom version: "2.1.0" ``` _originally posted by @nekowinston in https://github.com/catppuccin/toolbox/issues/179#issuecomment-2048375018_
normally when rendering for a single flavor we [dump the flavour's colours into the context]() for convenience. this currently doesn't work when rendering a template via matrix with the `flavor`...
it'd be nice to be able to configure how whiskers represents colour as hexadecimal. for example, this template: ```yaml --- whiskers: hex: capitalize: true prefix: "#" --- {red.hex} ``` would...