-
There are a bunch of functions from other projects that should be incorporated and adopted into this project.
Some functionalites that we should transfer here:
- [x] discretization of project-leve…
-
Pretty residual plots etc.
-
Currently the AST visitor checks the actual body with unresolved generic parameters when doing semantic checks. This will cause errors for otherwise correct programs like the following:
``` ark
func …
-
While working on PR #260, I noticed what looks like quite a bit of duplicated code. I am wondering if we could find some kind of idiomatic way to make some generic structures & functions to help reduc…
-
Hi,
do you think it is conceivable to implement type checks for generics, e.g. generic array types or generic data types, see below.
```python
from jaxtyping import jaxtyped
from beartype impo…
-
### Motivation
Currently, functions cannot explicitly declare generic parameters, for example:
```
func foo() -> T.Type {
return T.self
}
var type = foo()
| `- note: whil…
-
## Search Terms
first class function generics
## Suggestion
I think first class functions are one of the most useful and important advantages that JavaScript has over other modern pro…
-
### Go Programming Experience
Experienced
### Other Languages Experience
Elixir, JavaScript, Ruby, Kotlin, Dart, Python, C
### Related Idea
- [ ] Has this idea, or one like it, been pro…
-
### Functions we maybe shouldn't export anymore
- **`as_forecast_generic()`**
Argument for making it internal: you only really need the function if you want to create your own forecast class.
- ~…
-
### Description (include screenshots)
@sap-ux/ui5-config should provide a comfortable way to work with ui5.yaml files without having knowledge and type definition for all middlewares there. The type …