1,847 reputation
616
bio website
location Delaware
age 24
visits member for 2 years, 4 months
seen 27 mins ago
stats profile views 32

When I'm not working, I have a tendency to meddle in bug reports on Meta or take part in writing userscripts for the Stack Exchange network which add features that sometimes get implemented natively. Here's a few you may be interested in:

I've also been known to occasionally break (and sometimes fix!) the Data Explorer, and to busy myself with maintaining the Election Statistics page.


Feb
26
comment Are there any plans to add Inbox functionality to SO API?
See the API 2.0 /inbox and /inbox/unread routes.
Feb
2
comment API V2.0 Public Beta Begins
I assume the 1.1 registration page will stick around at least until the public beta is over; can that page be updated to be explicit about it being for 1.1 keys like the 2.0 one is? There's been a few cases recently where people have signed up for a 1.1 key inadvertently then been confused when it doesn't work against the 2.0 API, possibly in part because the 1.1 registration page is the one linked from /about
Jan
30
comment SE Modifications — Username autocomplete in comments, inline revision source, and utility links
@AnnaLear Now comment timestamp links are natively supported.
Jan
20
comment API endpoints do not set Access-Control-Allow-Origin, so CORS requests fail
Not that it invalidates this request in any way, but note that the API does support JSONP.
Jan
13
comment SE Modifications — Username autocomplete in comments, inline revision source, and utility links
@AnnaLear Ah, I may have been unclear. They didn't add links to the comment timestamps, but they did natively implement the scripting that shows you hidden comments if you click on a link to them from your profile (or if you share a link using the userscript's comment timestamp linking feature).
Dec
22
comment SE Chat Modifications — Keyboard navigation and commands for chat
@NullUserException Updating to the latest should fix the issue for the moment.
Dec
6
comment SE Modifications — Username autocomplete in comments, inline revision source, and utility links
Awesome. :) And yeah, it'd be nice if browsers had a way of syncing userscripts, but even Chrome's syncing feature doesn't handle that as a result of its implementation. We are hoping to make the update process a bit more apparent though, so at least the script will remind you when it's out of date.
Dec
6
comment SE Modifications — Username autocomplete in comments, inline revision source, and utility links
Click the install link in the question again and it should replace your current version with the most recent on next page load.
Dec
5
comment SE Modifications — Username autocomplete in comments, inline revision source, and utility links
I haven't had a chance to properly fix this yet, but I've gone ahead and disabled it for now while I'm working on it.
Dec
5
comment SE Modifications — Username autocomplete in comments, inline revision source, and utility links
Both of these should be fixed now.
Nov
29
comment SE Modifications — Username autocomplete in comments, inline revision source, and utility links
The "change into search term" feature quotes the tag term in the current search query, which is a different behaviour than you'd get from clicking the tag. It's primarily useful if the term is automatically converted to a tag by search, but in your particular example it's clearly just broken. I'll fix that and address the UI concerns that you mentioned, thanks for the report!
Oct
21
comment SE Chat Modifications — Keyboard navigation and commands for chat
Note: Chat upgraded from jQuery 1.4 -> 1.5, which caused several things to unexpectedly break. Updating the script to the latest version will resolve these problems.
Sep
28
comment Draft Specification for API v2.0
Makes sense. I sometimes wish the other routes could return Markdown too, but I guess that's more than likely a narrow userscript-related usecase.
Sep
27
comment Draft Specification for API v2.0
Partly related to all of the fields being HTML-safe, will /users/{id}/timeline continue to return Markdown instead of HTML?
Jun
21
comment SE Modifications — Username autocomplete in comments, inline revision source, and utility links
@mmyers Fixed now.
Jun
20
comment SE Modifications — Username autocomplete in comments, inline revision source, and utility links
@mmyers Done (for all links there that might contain spaces), pushed in just a bit.
May
29
comment SE Chat Modifications — Keyboard navigation and commands for chat
This was actually such a good idea that we had already done it, but there was a bug later on that was preventing it from allowing an undefined parameter through. ;) In any case, /del and /edit with nothing after them should both work for your most recent message now after updating.
May
27
comment SE Modifications — Username autocomplete in comments, inline revision source, and utility links
@mmyers I meant to say before that I'd look into this, and now I have (said it, it's still on my to-do list :P)
May
26
comment SE Chat Modifications — Keyboard navigation and commands for chat
This makes sense, I'll put it on my to-do list. Note that using the Up Arrow in the input box will already allow you to edit your most recent message (this is native chat functionality).
May
23
comment SE Comment Link Helper
@FredNurk Ah, I forgot to regenerate the HTML from the actual README document. Sorry about that, I'll make sure that gets updated later this evening.