-
Astro file
```astro
/*
CSS
*/
body {
font-family: 'Arial', sans-serif;
}
```
Log
```sh
Platform: windows x86_64
Version: 2.0.0-rc.1+ce1d668
Args: ["C:\…
-
**Problem**
In [examples/README.md ](https://github.com/yewstack/yew/blob/master/examples/README.md) it states there's publicly hosted examples at `https://examples.yew.rs/` e.g. [https://examples.ye…
-
(This part is an evolving document describing issues and proposed changes)
Issues with the current version of JLReq, especially when we want to apply it to digital text:
- The rules assumes printi…
-
# Bug Report
## Environment
Zola version: 0.13
## Background
I recently upgraded from Zola 0.9 to 0.13. Along the way Markdown processing must have changed:
0.9:
![image](https://user-…
-
i use exmple
```
app [Model, server] {
pf: platform "https://github.com/roc-lang/basic-webserver/releases/download/0.9.0/taU2jQuBf-wB8EJb0hAkrYLYOGacUU5Y9reiHG45IY4.tar.br",
}
import pf.…
-
**Feature request**: I'd love the ability to extract html from a CSS selector. Currently it seems there's no good way to do so. Perhaps like so:
```js
const extractedHtml = new HTMLRewriter().on('…
-
### Describe the bug
Elements with `data-tauri-drag-region` can't be dragged while the window isn't in focus, which is not how native windows (or Electron's implementation) works
Note: `acceptsF…
-
In a recent PR, it become apparent, that there are a lot of places where the whitespace following a Keyword has been often implemented as the `Text` token. Instead the more specific `Text.Whitespace` …
-
Thanks for making this available!
cloned and ran `make init`
```
GoShip$ make init
make reset
docker-compose down
make up
docker-compose up -d --remove-orphans
[+] Running 12/2
✔ cach…
-
Follow up of #25263.
The number of calls from the embedder to Servo can be absurdly high. 300K+ per seconds.
The way we let the embedder know about the running animation state and run animations…