Ethan Glasser-Camp

Results 120 comments of Ethan Glasser-Camp

I was just able to reproduce this issue on Chrome 84 as well as Firefox nightly (82.0a1 (2020-08-31)). Since the underlying code hasn't changed, I don't see any reason why...

The 1 second was when the password was wrong. If it's right, it drops a little bit: ``` > time http --auth ethan:trustno1 'localhost:8888/v1/buckets?expected="123"' HTTP/1.1 200 OK Access-Control-Expose-Headers: Last-Modified, Total-Records,...

Somebody else mentioned this to me today and it seems like the server is totally down (can't ssh in or anything). I asked ops but they didn't seem to know...

Very strange! I logged into the server and didn't see anything in the logs. You said you couldn't reproduce this locally, right?

I haven't really paid attention to packaging stuff, but I'm in favor of moving to the future (which is I guess `setup.cfg`?).

I spent a little while trying to track down the history here. I think it's just an oversight. The main issue with supporting JSON values was in the storage code...

If we change the memory backend to write to a file and read it on startup, we ought to rename it. Of the non-SQLite solutions, I think dumping/loading directly into...

Hmmm. This might be an acceptable use case, but I'm not sure it makes sense here. After all, the public bucket is only editable by a very few people in...

I'm kind of tying myself into knots here. The problem I'm facing is that if you delete a bucket and then a collection from inside that bucket, the event listener...

So this is two different constraint violations, right?