Dan

Results 89 issues of Dan

Old android browsers apparently cannot copy stuff in readonly input.

Seems to only happen on windows. Think it's caused by `border-collapse: collapse;` https://jsfiddle.net/9yo3434f/ (default) vs https://jsfiddle.net/9yo3434f/1/ (collapse) The solution I'll try is to change it to `border-collapse: separate;`. Reported by...

Right now the UI is misleading: ![](https://dl.dropboxusercontent.com/spa/quq37nq1583x0lf/l5_cb-q4.png) The recursive query starts with a user_id and then follows all paths to any users that match on ip_address OR tracking cookie. That...

Once the post revision system lands, this should also be impl'd when someone has updated the post you're editing. Ideally you'd get this info pushed to you as you're writing...

Looks like I have `SELECT posts.*` on show-topic which is wasteful and doubles the memory fetched/loaded. Need to to an explicit projection to fetch just what I need. Need to...

sql functions can be optimized/inlined unlike plpgsql

Don't make mods have to manually click the 'Refresh Forum' button on each subforum just to clean up the homepage. Ugh.