bendk

Results 140 issues of bendk

We should consider turning errors when running `rustfmt` on the scaffolding code into warnings. This would remove friction when `rustfmt` is not installed and it's how the we handle errors...

It would be nice to allow for multiple examples rather than just one. This is somewhat possible with the modifiers but this doesn't cover all cases. Not sure if you...

Some style guides might want to display the source HTML before examples. This should be accessible from the Section class.

Styleguide sections should allow names in addition to integers. For example: ``` // Styleguide Forms.Checkboxes ``` This isn't allowed in the kss spec, but it is in kss-node. It's a...

## :scroll: Tickets [Bugzilla issue](https://bugzilla.mozilla.org/show_bug.cgi?id=1879647) ## :bulb: Description This sends a data path to the suggest component, which we will need once we start storing persistent data. This is a...

From https://bugzilla.mozilla.org/show_bug.cgi?id=1874312: > > If you hold down the version number in the About section of Firefox's preferences, a notification in the middle of the screen confirms that the version...

Contributor OK

Added boilerplate for UniFFI, error handling, databases, etc. I tried to follow the best practices from other application-services components. Created the initial types and methods for the API. I think...

(This is on top of #5546, let's merge that one first) Dismissed suggestion Urls are stored in the database and not returned again in subsequent queries. This currently works with...