Roger
Roger
With the most recent example being #3864, our current Twitter-embedding solution of `gatsby-remark-embedder`+`gatsby-plugin-twitter` has some downsides: - Builds break if a tweet is deleted or protected, and they persist unstyled...
This PR improves the scheduled "Download link check" workflow, updating actions and adding a snippet that makes the workflow search for an open existing report issue and edit it before...
This Issue tracks the feature request for maintaining and sharing an event calendar through our websites (ultimately iterative.ai once we move the community page). While originally intended for Google Calendar,...
#1366 introduced header tooltips for the Experiments table, allowing users to view the full string of a header even when cut off. We also want tooltips on cells similarly to...
From a discussion with the Studio and DVC teams on Slack, we've come to the following changes beyond #1333 - [ ] Use a format derived from [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) (`YYYY-MM-DD`+24h)...
This Issue tracks the implementation of the feature described by this design:  While not described, my interpretation is that this effectively a third state between fully collapsed and...
The original Issue has since been solved, but there's still a related problem which this Issue now tracks. See [this comment](https://github.com/iterative/vscode-dvc/issues/828#issuecomment-996437072) for info on the still open issue. --- **Original...
Follow-up to https://github.com/iterative/iterative.ai/issues/553#issuecomment-1242555409 Documents that `author` is now `authors`, which should always be a list even if it's a single item.
This PR attempts to tweak Next's internal logic as little as is necessary to allow the `generateStaticParams` function to return an empty array. An e2e test has been added to...
> > technical question - can we use docstring from an external repo as a gatsby > > Yep! Anything that can be accessed with Node.js can be turned into...