-
In the same way we have a linter for to detect an unused argument of a function or lemma, we should have a linter to detect an unused `variable` declaration. I realized we have many of them.
-
Should we require a statement like
`enable wgsly.2024` in the main file? As in
- Document that this is some extended WGSL
- And have a version/edition of it. Which lets us change the syntax in late…
-
Many RDF serialization formats (e.g., Turtle, RDF/XML, some binary formats) have a way to preserve named prefix declarations. For example, in Turtle:
```ttl
PREFIX stax:
```
This is currently…
-
I believe these two should be using `Omit` rather than `Exclude`:
https://github.com/observablehq/plot/blob/7d18179ef5c46db1dc0f463b9e4d0888766cc80d/src/marks/dot.d.ts#L141
https://github.com/observ…
-
Current version of Chrome and FF hoist declarations in `@page`:
```js
const sheet = new CSSStyleSheet
sheet.replaceSync(`
@page {
@top-left {
content: "green";
color: gree…
-
Dans la déclaration de l'index et de représentation équilibré, à la page Validation :
## Modif 1
- [x] Enlever de la phrase suivante "Vous aprecevrez un accusé de réception." et "Vous recevrez un a…
-
This is an html head declaration that is used by iOS for things relating to PWAs but also used by some apps for adding icons to server names (such as Nightfox DAWN: https://noppe.dev/8af702011ecc4c08b…
-
The f2023 standard C805 says this program is not valid because ```linelen``` is not a specification expression. But lfortran 0.41.0 compiles it and prints '?'
```
integer :: linelen =…
-
In PR #1355 we have added "declare record" syntax to XQuery.
We should now do the same for XSLT.
-
### Describe the feature
we currently only have a baseline event implementation, gather events as an enum, rich and dynamic `log{1,2,3,4}`
### Solution
```rust
#[derive(Event)]
enum Event {
Tran…