Scott Perry
Scott Perry
Repro: open qc box, scroll page, close qc box. Reproducible in at least WebKit, multiplatform/multibrowser.
It also used to not work a second time if there was no form in WebKit until I added a hacky body event handler. What is different between the two...
it doesn't make a lot of sense to have an extra page load for such minor actions.
if a user changes their password it should invalidate all issued login cookies. this should be staged—for a few months if a user comes around with an old style cookie...
The workflow to set your location on the map is not very intuitive and could be improved.
A neat feature from fipi lele that I think is really useful: putting a @username in a comment subscribes that user to that thread at that post. Q. Won't it...
[Marco's post](http://www.marco.org/2011/06/29/simple-php-bcrypt-class-phpass) got me thinking about our passwords. We should move to something better than sha1, but we should do it in a way that's less jarring than what we...
Unit test: ``` swift func testLCSubstr() { // `after` alignment represents current behaviour. Proper LCSubstr result should remove elements at offsets 0...9 let before = ["c", "a", "l", "l", "...
* [x] Datasette does not infer that `statuses.reblog_of` is a reference to `statuses.id`, is this something that can be improved by changing the schema or is this a [metadata](https://docs.datasette.io/en/1.0a2/metadata.html) kind...