sineptic

Results 30 comments of sineptic

Now I working on other projects, but I missed this feature. Only solution, that I found is to lex into tokens first(group same simple pattern into 1 element) So this...

I implement #653 and write this: ``` rust // ... recursive(|x| { x.then_with(move |ctx: Context| { take_until(just::('`').repeated().at_least(1)).map( move |(chars, ticks)| match ticks.len() { n if n == backticks => Context::Ok(...

Ohhh, I don't remember what I do to make it works, but this issue is irrelevant.

> blank_line it's my parser. --- > `a.separated_by(b)` matches `abababa...` > /// Parse a pattern, separated by another, **any number of times**. `a.separated_by(b)` doesn't matches `abbbabbababa...`, but documentation sad `any...

mb `Parse items, separated by pattern.` I can think about better explanation tomorrow.

It compiles: ``` rust pub trait A: Serialize + DeserializeOwned {} #[derive(Serialize, Deserialize)] #[serde(bound(deserialize = "T: A"))] pub struct B { t: T, } ``` but it's no: ``` rust...

but can I make it 70% or 80% for example?

> There already is an equivalent setting for width. Why? Width change only width, am I wrong?

1. I think you want say `gui.nerdFontsVersion` 2. It don't change icons in this section. 3. My font is up to date.