Roger

Results 64 comments of Roger

`max-len` also has [a lot of configuration options](https://eslint.org/docs/rules/max-len#options), but I think the defaults fit what we want nicely: - "code" (default 80) enforces a maximum line length - "tabWidth" (default...

I can absolutely do this once I clear my plate with the new link checker and some other small features/fixes. I spent a lot of time figuring out tags in...

I've managed to pin this down to our Download button's "change depending on OS" functionality! That would explain why I was only able to replicate the error on the home...

Sentry's reporting issues on cml.dev home, mlem.ai home, https://mlem.ai/doc/contributing/core. I can only recreate in prod on the contributing/core page and not the homepage.

Seems like the ones on `contributing/core` are related to the redirect pre-replacement being run on our docs links. There's another error as well after taking care of that related to...

I can only replicate the header alert hydration error in the dev server with DEV_SSR, both prod and `serve && build` don't have the issue for me. https://user-images.githubusercontent.com/9111807/182651256-9476cc7f-84c5-4e2f-bd45-b1d204d77a43.mp4 It looks...

Weird interaction with redirects that look like local pages, which are handled differently by the Gatsby's SPA via the `Link` component. From what I can see, we'll have to: -...

I'm pretty sure it's just a generic behavior that'll happen using Gatsby's `Link` on things that aren't actually local links, but our wrapper `Link` component only reads the URL when...

Good idea, beyond repo bloat it's especially important where we tend to tuck things like the image you mention in `static` where they end up on the site itself regardless...