Beni Cherniavsky-Paskin

Results 502 comments of Beni Cherniavsky-Paskin

> How about interrogating the returned image size and scaling the em/ex > height appropriately? Configuring this actually works (only tested in Gmail in Chrome though): (testing .height instead of...

Sorry, I hoped gmail rich text could survive into github, but it seems github took the text/plain version Above comment with unmangled IMG tags: http://codepen.io/cben/full/ogQqLP

Playing with other options in the CodeCogs editor, I think it's a bug on their end, and a bewilderingly random one. The "inline" checkbox seems to help but some math...

> P.S. This is really the wrong issue for these discussions. But too late now... Oops. Will continue on #261. Will report on CodeCogs forum.

Is it sufficient to do mutex only on writes? Are reads safe while insert is potentially shuffling things? Or does this need a read-write lock to allow concurrent reads when...

Fwiw, any of the standard file descriptors, _when_ dhey ase connected to the terminal, are bidirictional. For example I believe `less` reads keyboard input from stderr 🤯 (because stdin is...

I tested the #351 branch now with my app and it does fix the bug, which I've also been seeing :+1: @zigitn in the original test code, declaring `var answer...

When input is a pipe, `survey` library is probably not best experience. Do you have a use for the prompts and escape sequences on stdout? Consider detecting it with https://github.com/mattn/go-isatty...

2014-01-29 oantolin [email protected] > It's not polite to use rawgithub.com to serve the keybindings script, and > in fact, it currently doesn't work, GitHub returns "The requested URI has >...

Strawman idea: what if the location of the note body in the source affected its position in the output? Something like: ``` # Section Text [^marginnote] text [^footnote]. [^marginnote]: written...