Steve Dignam
Steve Dignam
Oh using the session subclass looks great, thank you!
I think types-$name is sort of reserved for type shed usage, so it's intentional that we use celery-types
Oh I think we need to update CI to install `git` for the script to pass: https://app.circleci.com/pipelines/github/chdsbd/kodiak/2726/workflows/6fe5f10b-3fc1-4ecd-a1ea-faf4347e28c1/jobs/25425 since the slim version of the image doesn't have it
@hipstersmoothie disabling [source-maps](https://webpack.js.org/configuration/devtool/#root) is a no go for me because they're needed for debugging errors in production
@craiglabenz you can either monkey patch RelatedManager so that you can pass the `["User"]` argument at runtime, or import `RelatedManager` behind a `if TYPE_CHECKING` statement like: ```python from typing import...
Hmm CI is failing because existing code is violating the rule. Maybe this should be behind a flag?
Should I stick this behind an option & skip fixing the issues in the codebase?
@ljharb which fragments should we be warning about? ```jsx // function could be expecting a react node and raise an error at runtime if it got null instead // children...
I made a basic implementation of keyboard navigation, which works for the main page (not the comments). [See here](https://gist.github.com/sbdchd/a614a45f28e3b3820d41#file-hackerweb-keynav-js). Suggestions are much appreciated. Keyboard Nav `j` - move down `k`...
There seems to be an issue with this setup triggering `more`. Sometimes, after `more` is triggered, the posts will become duplicated on the page. In this case, the page will...