-
To use this library from a TypeScript Vue project, it needs [.d.ts type declaration files](https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html). Ideally these would be gen…
-
### Description
Optional type declarations/assertions could greatly improve code completion features
### Why it Matters
Declaring variable types can improve code completion for properties/methods, …
-
The code can be compiled and runs without any problems. However, the compiler issues the following warnings. However, these should be easy to fix. If you like, I can also make a merge request.
```m…
-
In the type of some declarations, other declarations are not properly hyperlinked. For example
[sign_apply](https://leanprover-community.github.io/mathlib4_docs/Mathlib/Data/Sign.html#sign_apply) doe…
-
I've been experimenting with AI challenge-generation features, and have also added some disclaimers to the dialogs stating which AI model / API is being used. However, this seems incomplete, because y…
loleg updated
2 weeks ago
-
As noted by #90 and #103, when adding a class declaration an object type and a class type are added by the compiler beside the class itself, and when adding a class type, an object type is added besid…
-
The following code is valid, but I think fortitude should warn about the strange declaration of y.
```
implicit none
integer, parameter :: wp = kind(1.0d0)
real(kind=wp), dimension(3) :: x, y(2)…
-
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…
-
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.