-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to rely on HTML table rendering instead of images #32
Conversation
|
Looks like the build fails based on a bundler and Ruby dependency challenge.
|
Netlify by default comes with Ruby 2.7 installed, and a recent template version (I think v1.2.0) updated Gem versions such that we need Ruby > 3.0. This is okay because Netlify hasn't been the recommended way to do PR previews since v1.0.0. The PR preview action seems to have worked fine. I see that the post has some dangling |
Playing around locally, it seems like the |
Turns out this is an issue with jekyll spaceship, very weird: |
Unfortunately, it seems like jekyll-spaceship hasn't been updated in years and that bug is unlikely to be fixed. But it provides too much value to be disabled outright imo. So the I would update it myself, but it's a fork and I don't think I have permissions. If you want to update this, we can merge and close. |
The opening |
_posts/2024-01-22-Python-Memory-Management-and-Troubleshooting.md
Outdated
Show resolved
Hide resolved
Thank you @vincerubinetti for your help with this! Merging this in. |
This PR addresses a prior issue with HTML rendering which involved static image workarounds (fixed in a recent release of LWT).
Closes #31