David Humphrey
David Humphrey
On Oct 25th, node 18 is becoming the active LTS version. We should see if we can switch over to use it everywhere. It brings a bunch of new things,...
In #3703 we're adding support for showing a user's GitHub avatar in the timeline. Previously, we added a field to the db to store this, but our current implementation is...
In our sign-up process, sometimes people get confused about the HTML vs. RSS URLs for their blog (see #3646 as well). If a user gives us a feed URL, we...
When we query the feed-discovery service for a blog's feed URLs, some hosts return feeds for things like comment feeds (I think Medium and WordPress, but need to confirm). We...
When a user goes through our sign-up process, one of the steps is to enter their Blog URL, and we return a set of possible Feed URLs from the feed-discovery...
I was talking with Stefan today about the Telescope sign-up process, and I think we should do more to educate and clarify the difference between a Blog URL (HTML) and...
[According to webhint](https://webhint.io/scanner/619fd876-7b16-4ef5-86e1-b53394750d41#hint-content-type-1), we aren't serving the correct charset (utf-8) with JSON files. I think JSON is always uft-8, so maybe it's not actually necessary? I also don't understand why...
https://github.com/kenchan0130/docker-simplesamlphp seems to be better maintained than the one we currently use. I'm not sure if it's worth bothering with this work, but I'll drop the link here in case.
### What version of Bun is running? 0.2.1 ### What platform is your computer? Darwin 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 arm64 arm ###...
I have a student who just ran into this bizarre issue on Windows. We're using `run.env` like this in an npm script: ``` "release": "run.env release-it --" ``` We run...