Beni Cherniavsky-Paskin

Results 502 comments of Beni Cherniavsky-Paskin

Friendly ping :wave: Any progress with replacing TestTask? IIUC the code you linked that would provide `Minitest::TestTask`, which will be opt-in, won't affect all the projects that followed current README's...

Same with `less --pattern=foo` (which is really alias for `+/foo`). workarounds I discovered: * Pressing RETURN proceeds to show the file content. (Same as "Pattern not found" message behaves after...

Just for the record, `delta` solved the use case of "don't really need search on start, just want to pre-load a pattern to be used _if_ user presses n" by...

> So, as you can see, the first important thing to notice is that delta works by first "pairing up" lines to decide which ones it considers to be homologs...

Not 100% what you ask, but took me a while to discover so maybe I'm not the only one: `c`/`e` keys differ from `h`/`l`/←/→! The latter collapse/expand current key, but...

* A hundred+ manpages whose name contains `.py.` can not be scraped from ubuntu.manpages.com, they return 500 Internal Server Error. `tools/dlgzlist` will list those into `./failed` file. This is not...

https://www.srihash.org/ has a convenient hash calculator (generates a whole tag) and also instructions how to compute hashes locally: ``` > curl --silent https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.min.css | openssl dgst -sha384 -binary - |...

I've been on https://updown.io/ for a while, pretty happy with it. - [ ] update deployment/README.md - [ ] write down where I've set up TLS cert monitoring

markup.rocks was a cool demo of pandoc-compiled-to-JS but it's [unmaintained for 7 years](https://github.com/osener/markup.rocks). This is a sizable project, I'm not gonna work on this any time soon (see #172).

As part of #172, I've moved from Heroku to Netlify. It spins up automatic preview apps for PRs. But can still add a Netlify button https://www.netlify.com/blog/2016/11/29/introducing-the-deploy-to-netlify-button/ ? In any case,...