ngortheone

Results 77 comments of ngortheone

@justinmk, @blueyed the steps that bot should take are clear, but it is not right to call them "goals". It feels more like a set of steps to solve a...

Thanks! I hope one day kosmonaut will be able to render html emails. Even in a non-perfect way, ( I know that modern web world has gone beyond insane). Slightly...

I tried to build servo master branch today and it failed. (https://github.com/servo/servo/issues/27987). It doesn't look like they have stable releases/tag/branches or binary builds. What is your recommendation to approaching servo?...

@davidrusu it looks like @alex-shapiro has abandoned this repo :(

@yochaigal @vevais @ndegruchy @Toqozz @danijar Try `--fade-in-step=1 --fade-out-step=1 --fade-delta=0`, seems to be working for me

how would one write an alternative parser implementation? How doe you know that the syntax is correct if there is no spec?

UCL is very close in spirit to [HOCON](https://github.com/lightbend/config/blob/master/HOCON.md) Someone had attempted to write grammar for hocon https://gist.github.com/01010101lzy/13fb644218f6c44b6492703a32343abb Maybe it can be used as a starting point?

@autozimu I was unable to reproduce this on current versions. OS ``` [~/.nvim]$ uname -s -r -v -m -o Linux 5.0.13-arch1-1-ARCH #1 SMP PREEMPT Sun May 5 18:05:41 UTC 2019...

Hi @matt-snider, @Austin-Ray I am planning to setup neomutt + notmuch. Is this still still an active issue?

Similar question can be asked about insert. Given readme example: ``` conn.execute( "INSERT INTO person (name, data) VALUES (?1, ?2)", params![me.name, me.data], )?; ``` how to insert multiple persons at...