-
When executing commands e.g. "Fold All", you might want to undo that action to return to the previous state without having to reload the document.
-
Currently, the `unfolding_dot_khatri_rao` function is implemented by extracting the component vectors and using the `multi_mode_dot` function in `tenalg`. However, this is very slow (for all backends)…
-
The following input:
```
class C {
int f;
inline resource inner() = Perm(f, 1);
resource outer(frac x) = x > 0 ** [x]inner();
requires x > 0 ** outer(x);
requires 0 < x && x >…
-
when trying to unwrap a sheet metal object the following error occurs and no sketch with bend lines is generated
```
Traceback (most recent call last):
File "/home/xxxxx/snap/freecad-realthunde…
-
> Created by bitbucket user **fhahn** on 2016-03-26 18:56
> Last updated on 2016-03-28 11:41
When using unfolding to limit the range of indices of a quantified permission expression, non-nullness can…
-
* Py-ART version: 1.12.2
* Python version: 3.10.9
* Operating System: MacOS Ventura
### Description
I was trying to dealias velocity data from the 2011 Super Outbreak. I was using this radar f…
-
Is it planned to have a support for new table functionalities with fixed columns and folding/unfolding lines (like ui grid)?
I like the flexibility of smart table but I think it lacks of features.
-
The following Rust program:
```Rust
use prusti_contracts::*;
pub struct A {
entries: [usize; 4],
current: usize,
max: usize,
}
#[pure]
#[requires(index < 4)]
const fn is_va…
-
Consider this code:
```coq
Set Universe Polymorphism.
Unset Universe Minimization ToSet.
Set Polymorphic Inductive Cumulativity.
(*Cumulative*) Class A@{i} (T : Type@{i}) := a : T.
(*Error: Defi…
-
This is unexpected:
![img_v3_0262_657ca93d-94e6-41be-9ec2-f919e0c4810g](https://github.com/jpcy/xatlas/assets/40328051/56d2a785-11c6-495d-a924-04ade9c64e7b)
This is expected:
![image](https://git…