Daniel Chiquito

Results 13 comments of Daniel Chiquito

I just built my own slightly uglier version of this, I think it's a great idea! It might be wise to add a configuration option to toggle it on/off, similarly...

I can't test right now, but IIRC the title div is set to `width: 80%`, which leaves 20% for the date. Adjusting that ratio a bit worked when I tested...

I can't test right now, but IIRC the title div is set to `width: 80%`, which leaves 20% for the date. Adjusting that ratio a bit worked when I tested...

I can confirm that setting `Content-Type` and `Content-Disposition` will result in those values being set as HTTP headers on download. The [AWS multipart upload docs](https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html#API_CreateMultipartUpload_RequestSyntax) indicate that those metadata fields...

When I originally tried to run the benchmarks they just failed to build because of features deprecated in Python 3.10, so my understanding was that they just haven't worked since...

Thanks for the warning! That is probably why I crashed my computer a few times testing this PR lol

The test failures don't seem related to my changes. @youknowone any insight?

> > Removing the modified class from any subclass lists it used to belong to > > How is this done in CPython? Does it maintain weakrefs to subclasses? Yes,...

I've been chewing on this for a bit, but it's pretty slow going since I'm also learning about a lot of compilation internals. As soon as I have something that...