-
local alternative #2217 #1758
regression, glm general #6759 #7542 #6558 #8148
general power issues, roadmap #8705
to get started in this direction:
start with simple versions and add refineme…
-
Hello there!
im currently using something like this in my project (please ignore the specifics, i want to share the general idea without ripping it out of the context that sparked the idea):
```rust…
-
Sometimes, if the type is not at compile time (such as with my plugin), the query system cannot be used without modifications
-
Flow version: All
## Expected behavior
Tagged template strings functions should support specifying generics at call time
## Actual behavior
Tagged template strings functions does not suppo…
-
Hello!
I was wondering if you'd considered whether it's worth it to use generics in the comparison functions, and what a migration path to that model might look like?
-
Currently Savi has no generic functions (functions with type parameters). We only have generic types (like `Array` and `Map`).
We want to add them, in at least some basic useful form, even if we do…
-
-
**Is your feature request related to a problem? Please describe.**
Now the plugin details are not translatable because we don't use translation functions, and be generic because this package can be u…
-
Should `#[inline]` tags be present on generic functions? As far as I know, they don't actually help with inlining, since generic functions are instantiated for each type during monomorphization. Howev…
-
Functions that are generic over bounded nats might want to use their static arguments as runtime values. For example, given an array of generic length `n`, we might want to write a loop that runs `n` …