Closed sweep-ai[bot] closed 1 year ago
content/_includes/sidebar.njk
β
Sandbox logs for
trunk fmt content/_includes/sidebar.njk || exit 0
1/2 βFound no applicable linters for the requested path
trunk check --fix --print-failures content/_includes/sidebar.njk
2/2 βChecked 1 file β No issues
content/bookmarks.njk
β
Sandbox logs for
trunk fmt content/bookmarks.njk || exit 0
1/2 βFound no applicable linters for the requested path
trunk check --fix --print-failures content/bookmarks.njk
2/2 β (`1`)ISSUES content/bookmarks.njk:10:1 10:1 high trailing whitespace. git-diff-check/error Checked 1 file β 1 new issue
content/bookmarks.njk
β
Sandbox logs for
trunk fmt content/bookmarks.njk || exit 0
1/2 βFound no applicable linters for the requested path
trunk check --fix --print-failures content/bookmarks.njk
2/2 βChecked 1 file β No issues
content/bookmarks.njk
β
Sandbox logs for
trunk fmt content/bookmarks.njk || exit 0
1/2 βFound no applicable linters for the requested path
trunk check --fix --print-failures content/bookmarks.njk
2/2 βChecked 1 file β No issues
assets/css/site.css
β
Run `assets/css/site.css` through the sandbox.
<div class="menu">
<ul class="list-none pl-0">
<li class="navitem text-center uppercase {{ page.url | isHomeLink('/') }}">
<a href="/" class="block no-underline">Posts</a>
</li>
<!-- <li class="navitem text-center uppercase {{ page.url | isActiveLink('/who') }}">
<a href="/who/" class="block no-underline">Who</a>
</li>
<li class="navitem text-center uppercase {{ page.url | isActiveLink('/why') }}">
<a href="/why/" class="block no-underline">Why</a>
</li> -->
<li class="navitem text-center uppercase {{ page.url | isActiveLink('/archive') }}">
<a href="/archive/" class="block no-underline">Archive</a>
</li>
</ul>
</div>
β Failed to get files
Please join our Discord to report this issue.
<div class="menu">
<ul class="list-none pl-0">
<li class="navitem text-center uppercase {{ page.url | isHomeLink('/') }}">
<a href="/" class="block no-underline">Posts</a>
</li>
<!-- <li class="navitem text-center uppercase {{ page.url | isActiveLink('/who') }}">
<a href="/who/" class="block no-underline">Who</a>
</li>
<li class="navitem text-center uppercase {{ page.url | isActiveLink('/why') }}">
<a href="/why/" class="block no-underline">Why</a>
</li> -->
<li class="navitem text-center uppercase {{ page.url | isActiveLink('/archive') }}">
<a href="/archive/" class="block no-underline">Archive</a>
</li>
</ul>
</div>
PR Feedback (click)
[ ] π Sweep Did Well
[ ] π Sweep Needs Improvement
Description
This PR adds a new page for "Bookmarks" that displays an RSS feed. The RSS feed source is https://tomcasavant.glitch.me/index.xml. The following changes were made:
Modified
content/_includes/sidebar.njk
to include a new navigation link for the Bookmarks page.Modified
content/bookmarks.njk
to fetch and display the RSS feed data from https://tomcasavant.glitch.me/index.xml.If necessary, modified
assets/css/site.css
to style the displayed RSS feed.Summary of Changes
content/_includes/sidebar.njk
.content/bookmarks.njk
.assets/css/site.css
.Please review and merge this PR to add the Bookmarks page with the RSS feed display.
Fixes #31.
π Latest improvements to Sweep:
rope
library to refactor Python! Check out Large Language Models are Bad at Refactoring Code. To have Sweep refactor your code, trysweep: Refactor <your_file>.py
!π‘ To get Sweep to edit this pull request, you can: