-
I have such style
`background-color: color.adjust(#2271b1, $lightness: -5%);`
but after compiling I get this
`background-color: rgb(29.8909952607, 99.3436018957, 155.6090047393);`
but I n…
-
### Bug description
If a callout block is the first bit of content for a website post, then the resulting render of that post has skewed positioning, relative to other posts in the website. Here's a …
kubu4 updated
3 weeks ago
-
> [!NOTE]
> For systems using musl libc, you must invoke ags as `AGS_BUNDLER=esbuild ags`.
I've written this guide as in the "quick to the point" format and a "detailed" format, which lists the de…
-
### Bug description
I write a basic Typst document as follows
```
---
title: "Hello, Quarto"
format: typst
bibliography: bibliography.bib
bibliographystyle: apa
---
This should say et al …
-
I imported sass-embedded v1.80.4 into my vite+vue3 static website project, and pushed my project to Github. However, when I tried to deploy it to Cloudflare Pages, it got stuck on 'Building applicatio…
-
We want to move away from the Dart team needing expertise on node for our first party tools. One of the biggest dependencies we have on node today is the platform in this package. Ideally we'd like th…
-
**Describe the bug**
I have set yapf as my default formatter in .vimrc and whenever I save a .py file, it clears the buffer. And if I change it to black or autopep8, it doesn't.
**To Reproduce**
…
-
- Patching should happen as soon as possible, not at the end.
- Patching when multiple apps are loaded should patch only if necessary to avoid constant -> non-constant transitions in the map (on V8).
-
## Issue
The current way SCSS files are pre-compiled in our template only works with the root stylesheets. There is no documentation or example on extending that to have different stylesheet builds…
-
### Bug description
Output of cell magics is ignored (in some cases).
Note, in some cases the output is shown, e.g. when using `memory_profiler`'s `%memit`.
I guess it depends on how the magic is…
skwde updated
2 months ago