cellulosa
cellulosa
If the element is created with a fixed width and height, it is not possible to achieve responsiveness via css classess, so I propose to remove these properties.
Is it possible to create relationships with post categories? So that I could attach - let's say - a page to all the posts of a certain category (otherwise I'd...
I'm probably doing this the wrong way, but when I run the code (thanks for this!) it results in creating tables larger than the SET `TABLE_CAPACITIES`. If I set `TABLE_CAPACITIES...
Hi there, I'm trying to use the planner but when I launch it I get the following error: ``` Exception in thread "main" java.lang.ExceptionInInitializerError at com.thoughtworks.xstream.XStream.setupConverters(XStream.java:679) at com.thoughtworks.xstream.XStream.(XStream.java:456) at com.thoughtworks.xstream.XStream.(XStream.java:381)...
**Is your feature request related to a problem? Please describe.** When pressing `/` to open the available prompts, or clicking on the `Mask` button, the page is filled with text...
The [formula linked on brew](https://formulae.brew.sh/formula/ccextractor) fails to install (at least on on macOS Ventura 13.3.1). This is the output from the terminal: ``` ~ brew install ccextractor ==> Downloading https://formulae.brew.sh/api/formula.jws.json...
hi there, I am setting my mail notifier and would like to use environmental variables like so: ``` mailtos://outlook.com?smtp=smtp-mail.outlook.com&user=${MY_EMAIL}&pass=${MY_PASSWORD} ``` Is it possible?
hi there, I'm trying get this to work with Ghostfolio `2.12.0`. It seems like few things have changed? Also from the IBKR side? here's what I get when I try...
[the guide](https://github.com/9p4/jellyfin-plugin-sso/blob/main/providers.md#authelia) states to set the `redirect_uris` on Authelia as `https://jellyfin.example.com/sso/OID/redirect/authelia`. However, this result in an error: ```shell authelia The 'redirect_uri' parameter does not match any of the OAuth 2.0...
hi there and thank you for the great project! One suggestion I have is to switch from `.toml` to `.yml` so that environmental variables (e.g. `${PASSWORD}`) could be used in...