-
Right now it doesn't work because `Float16` is not part of the `BitsKindOrString`
-
We need to write "down the law" on issues such as:
- `end if`/`end do`/&c vs `endif`/`enddo`/&c
- Module naming: should we rename the modules loosing the `_ml` ending?
-
The section on persistent says:
> The reason for this is that the SQL standard is ambiguous on how uniqueness should be applied to NULL (e.g., is NULL=NULL true or false?). Besides that ambiguity, …
-
Currently the implementations in `reduce.jl` which lie behind `sum`, `prod` et al do not really care for mutable input.
This means two things:
First, `sum([a]) === a`, and since `sum(array)` is …
-
with the current implementation of s-variable, there are some issues when it comes to the non-zero velocity at waypoint:
- all the joints are linear functions in the s-variable (e.g. q_i(s)=m_i * s…
-
I don't know if others have found reweighting to be as slow as I have, but stage 2 reweighing for CPS for 17 years took more than 14 hours on an older but still reasonably fast CPU. That's more time t…
-
Great idea 👍 😁
I'm looking forward to the Linux version 😉
-
I open this issue with the hope of gathering use cases.
How would you like to use minikanren in Go, in an integrated way.
For example:
I would like to get all combinations of two strings that c…
-
The routine for plotting nonlinear constrained image sets is quite inefficient, which is particularly noticeable when using differential inclusions. We should provide an alternative implementation tha…
-
## Search Terms
* generic bounds
* narrow generics
* extends oneof
## Suggestion
Add a new kind of generic type bound, similar to `T extends C` but of the form `T extends oneof(A, B, …