Ben Koshy

Results 35 issues of Ben Koshy

* Makes it easy to drop it in there, without looking up the syntax, allowing people to continue steaming ahead. I hope this is a helpful addition, if not pls...

### What is this PR? Added rails installation instructions. ### Why this PR? This PR attempts to solve this problem: of fast installation for newbies. I was wondering: where to...

What is the PR? * Adds a pause before the fetch action is triggered. I hope this helps. I can add some documentation if required in another PR.

hi there thx for the library: **Aborting fetch requests:** - What if someone hovers over a link and moves away while a fetch is under away? I suspect this is...

WIP commit. I implemented this as an extension method, rather than as a LineBuilder object. ```c# Line line = new Line().From(z: 3).To(x: 3); WriteMessage(line.StartPoint.ToString()); // => (0,0,3) WriteMessage(line.EndPoint.ToString()); // =>...