-
Noticed that other managers have very little output. That can be nice if you don't want to see what the command is or its output. Should support a one-line-per-trigger output mode. Probably will model…
-
Hi, so I'm trying to use the package for a graph with terms from Symbolics.jl as the weights. I'm pretty sure everything should work just fine except when I try to add a new edge via add_edge! which c…
-
* [ ] All `Show` instances, should be either derived or at least look similar.
* [ ] Provide a pretty printing type class) and instances for the types which do pretty printing in their `Show` instanc…
coot updated
10 months ago
-
something like I attempted in 58920eb328985b54
-
In the case of `Vec` and `String`, it would be possible to have e.g.:
```rust
impl for Vec {
type View = &'a [T];
fn debugger_view(&'a self) -> Self::View { &self[..] }
}
```
```rust
i…
-
Hi,
is it possible to use this extension with cppdbg?
I tried to follow the install/setup procedure but actually I'm not able to activate it.
Any suggestion?
-
**Describe the bug**
With end({ prettyPrint: true }) mixed inline content is written to a new line, introducing spaces in XML viewers. (e.g. a text will render as "It's **bold** ." instead of "It's…
-
# Names & PPEs
Unison's unique design choices also present unique challenges.
The AST doesn't store names for external definitions (since these names can change any time), so when parsing and pr…
-
When generating code, I often see extra parens and missing indenting. For example:
```rust
fn square(num: i32) -> i32 {
((num * num) + num)
}
```
I plan on making heavy use of ruast and wou…
-
From https://stackoverflow.com/questions/51943198/how-to-simplify-matrix-expressions-in-sympy
```py
import sympy as sy
n = sy.symbols('n')
A = sy.MatrixSymbol("A",n,n)
B = sy.MatrixSymbol("B",n…