Rory O’Kane
Rory O’Kane
## Problem I used the documentation at https://ziglang.org/documentation/master/std/ on two previous days. Both days, I failed to understand what this section with the orange rectangle was supposed to mean: (The...
## Problem I had been curious about release dates when browsing Zig’s website before, but hadn’t found them. Though I mainly looked at release notes pages (#149), I also had...
## Problem Pages like https://ziglang.org/download/0.8.1/release-notes.html and https://ziglang.org/download/0.8.0/release-notes.html don’t display the date of those releases: > That is information I look for on a release notes page. ## Proposed solution I...
Make a way to save the layout of walls, start position, end position, selected algorithm, and algorithm settings in the URL. If someone visits that URL, the pathfinder is preconfigured...
### steps to reproduce Drag the mouse very quickly across the grid, in any shape. ### expected I get a continuous line of walls where I dragged my mouse. ###...
In the [`git checkout` example](http://onlywei.github.io/explain-git-with-d3/#checkout), I tried to type `git checkout bb92` to check out the commit labeled “bb92e0e…” on the graph. I got the error “Cannot find commit: bb92”....
This would make the [`git checkout` example](http://onlywei.github.io/explain-git-with-d3/#checkout) clearer, when you `git checkout bb92e0e` like it suggests. Right now the only difference from `git checkout master` is the “Current Branch” text...
Why would one ever _practically_ need structural search or search-and-replace of JavaScript? When would textual search (with grep, etc.) for something you actually need in your work be insufficiently powerful...
As you wrote in [CueKeeper: Gitting Things Done in the Browser](http://roscidus.com/blog/blog/2015/04/28/cuekeeper-gitting-things-done-in-the-browser/): > - The UI needs some work. In particular, could someone find a tasteful way to style the fields...
When viewing a collection, I would like a quick overview of all the properties in that collection, so I can more easily memorize what properties can be used for what....