
Remote Debugging Addon for Blender
A small Blender plugin to help remote debug Blender plugins.
I've written a small Blender plugin to help remote debug Blender plugins. Now that's a mouthful.
This allows the setting of breakpoints in your editor, and stepping through the code. It was mainly written to be compatible with VSCode, hence the name. But some other editors also support connecting to ptvsd (edit: it has been changed to use debugpy now).
import { YouTube } from "@astro-community/astro-embed-youtube";
Full documentation is available on github, but I've also made a video over on my art youtube channel, showing how to set it up and use itfor beginners.
Markdown Style Guide
Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Vitae ultricies leo integer malesuada nunc vel risus commodo viverra. Adipiscing enim eu turpis egestas pretium. Euismod elementum nisi quis eleifend quam adipiscing. In hac habitasse platea dictumst vestibulum. Sagittis purus sit amet volutpat. Netus et malesuada fames ac turpis egestas. Eget magna fermentum iaculis eu non diam phasellus vestibulum lorem. Varius sit amet mattis vulputate enim. Habitasse platea dictumst quisque sagittis. Integer quis auctor elit sed vulputate mi. Dictumst quisque sagittis purus sit amet.
How to use Dynamic Variables with Tailwind
Have you ever wanted to do `p-[${someDynamicValue}]` in tailwind? Or maybe the more complicated `after:content-[${someDynamicValue}]`? Here's a better solution than resorting to a style tag.