-
Cursive library introduced new trait: https://docs.rs/cursive/0.15.0/cursive/traits/trait.Nameable.html#method.with_name
This breaks this library if I want to use `with_name()` or `NamedView` direc…
im-n1 updated
3 years ago
-
Calling the cursive.clear() the screen is not cleared.
Also tried with cursive::backend:: .... clear() with ncurses, termion and crossterm.
Osx 13.4.1, rust and cursive updated.
-
I notice the old :nrepl-port options is not there in figwheel-main. Is nREPL supported?
I got Cursive integration going in no time with the current docs, but right now the clojure.main REPL integra…
-
Hello i am following the instructions here https://github.com/bhauman/figwheel-main/blob/master/docs/docs/cursive.md
Now when i start a repl with
```
lein fig -- -b dev -r
```
or by starting…
-
- [x] The requested variant shape **does not go too far away from Iosevka's design**.
- [x] The requested variant **does not conflict with any characters in Unicode that Iosevka currently supports**.…
-
Currently, fonterator supports Right to left text, but doesn't do any glyph shaping yet. This is necessary for specific languages to be able to be read by native speakers.
-
From the README:
> :clojure-executables
>
> A vector of strings identifying possible install locations for the clojure command line tool script. They will be tried in order, with the first match …
-
This issue is likely to apply to all cursive script text, but also to other scripts that have joins between letters.
When text stroke effects are applied to cursive text, they should not interrupt …
r12a updated
4 months ago
-
I really like Cursive's "Surround selection on typing quote or brace" option where one could surround a balanced form by simply typing "(" to the left of the form. i.e., typing "(" at
```
│(+ 2 2)…
-
Asking for help
# Problem description
Invoking vim from inside a cursive session
During a cursive session:
```
let mut cmd = Command::new("vi").arg(fname).spawn()?;
cmd.wait()?;
```
Calling…