-
### Describe the feature
Running this code:
```
let sess = Session::builder()
.with_buffer_emitter(solar_interface::ColorChoice::Auto)
.build();
let res = sess.enter(|| -> solar_interface::Resu…
-
Currently, the function for `set_holdings_from_u32` and `set_inputs_from_u32` and their `get` equivalents both use a big-endian representation with
```rust
...
(self.inputs)[reg as usize] = (value …
-
## Summary
The current (public) representations of Bernstein functions are not unique; thus potentially leading to the issue that `identical(bf1, bf2)` is false even if `bf1`and `bf2` represent the s…
-
# Feature request
Currently, in `t8_forest_partition`, elements are put into the sendbuffer by `memcpy`. This does not work with elements that use pointers in their representation.
**Is your featu…
-
### Clear and concise description of the problem
Simplify the cost of learning to follow
### Suggested solution
1. For example, if you don't know the ID of the yotube blogger, you can follow it dir…
-
```
>>> sys6 # Final unevaluated Feedback object
Feedback(Series(TransferFunction(1, s + 10, s), TransferFunction((s + 1)**3*(s + 2)*(s + 6)**2*(s**2 + 1)*(-(s + 1)**2*(s**2 + 1) +
(s + 2)*(s + 6…
-
Dear authors of CLoSD,
Thank you for your excellent work!
I am very interested in physically plausible motion generation and have a few questions related to the text-to-motion evaluation in the …
-
ClangIR tries to represent all function calls in the IR (e.g. CodeGen omits calls to trivial constructors but CIRGen keeps them). One exception I've discovered is around calling `operator=` for an arr…
-
Currently the only finite fields allowed seem to be the Nemo fields of degree one, for example GF(p) where p is a prime integer;
I think that GF is the same as finite_field in Nemo.
I did a quick …
-
# Description
The goal of this story is to design a UX/UI for the Dependency Visualizer tool.
This tool will provide an intuitive interface to explore dependencies across folder, file, and code le…