Tommy Palmer
Tommy Palmer
The `Expressive assertion` example also required `assert_structs_equal` to be imported to work, as it's mentioned on line 141. This commit adds it in, just so it's not missed. Thanks for...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Selection `Hide suggestions for Markdown` doesn't close the menu, nor disable the...
### 📚 Subject area/topic RSS ### 📋 Page(s) affected (or suggested, for new content) https://docs.astro.build/en/guides/rss/ ### 📋 Description of content that is out-of-date or incorrect Following the guide for adding...
Hiding rows doesn't change the `nth-class(odd)` ordering, so you need to add and remove an odd class on the rows. An `afterSort` event should be added to allow this to...