pub-dev
pub-dev copied to clipboard
The pub.dev website
The current search result cache logic uses the user-provided input query as part of the key. However, if the use adds random spaces or other filtered characters, we may use...
Continuing the conversation from #4371, the goal is to create a parser that accepts markdown as input as spits out a list of headings that can be easily formatted into...
We are getting logs that some worker jobs failed. We should investigate
Also we should consider migrating "blocked" to "moderatedAt" and cleanup old unused properties.
 I imagine we need to abbreviate the like-count to something like 10.3k. Maybe some more centering is needed as well...
Following markdown image links could be used to link to a youtube video using a thumbnail. Perhaps we should investigate if we can directly embed these. There is perhaps some...
As you scroll down a long readme of a package, the right sidebar stays aligned with the content. However, it could scroll with the page, as the space it occupies...
I might have an extension in vscode I can't figure out, or vscode has formatting for scss files built-in. Is this something we should consider enabling? I'm not sure if...
Our [github-markdown.css](https://github.com/dart-lang/pub-dev/blob/master/third_party/css/github-markdown.css) is outdated in many aspect (e.g. dark mode compatibility, how some blocks are rendered - specifically the blockquote mentioned in #8310), and we should update it. The most...
The white background for screenshots (when not expanded) can be jarring. It's perhaps a safe choice as developers may have added screenshots that assume a white background, but they detract...