lonix1
lonix1
If you're working on a single non-wide monitor - perhaps most people? - then this problem exists but won't manifest. I think many though who deal with finances will have...
Done. You might consider creating a pinned thread on the forums site with a list of upstream issues to be upvoted - I saw something similar in another open source...
Glad to hear there will be an "include css" feature for emails at some point. But until then we need a workaround, as right now (other than hacking the source,...
I found a better workaround. - go to settings > advanced settings > email settings - change "email design" to "custom" - in "Custom" field put `$body` (had to dig...
From [here](https://github.com/aaubry/YamlDotNet/issues/534#issuecomment-1197651454): ````cs public class Test { [YamlMember(Description = "A comment")] public int Value { get; set; } } ```` Maybe good enough for some peoples' use cases.
I know this is still a beta, but you did ask for feedback, so here's mine. I've been using this for a few days. It's **VERY** hard to use. Not...
Yes just ran into this too! :smile: I also like the local scoping idea. I read the [scoping docs](https://sass-lang.com/documentation/variables#scope) but didn't find anything that seemed obviously useful.
@thasmo Because woff is much larger. And it's hardly used at all. It's dead weight. Another argument to that mixin would allow us to exclude it. And it would be...
Yes in apps or wasm apps they add no value. And it just adds friction to our build pipeline for no reason. I don't ask that it be removed, just...
Understood, thanks. For anyone who also needs this, what I did was: - use `Docker.DotNet` library to determine if container is running (1) - if not, create new container using...