mcer12

Results 76 comments of mcer12

@zivdar001matin @Seb0042 I encountered the same issue, what worked for me was simply use the "next" branch so the git clone should now look like this: `git clone --recursive https://github.com/orangepi-xunlong/wiringOP-Python.git...

This is a great work! The fact that there's been an UTF-8 fork for 4 years but there's no UTF-8 support in the official library is very sad. Every related...

> > @edo44 can you share which command did you use to generate the font and the code to display it? Would be easier to test what might be the...

@edo44 I finally got to start working with this fork and what's not mentioned (or maybe I'm blind) is that you have to enable UTF8 support with: display.utf8(true); Also @DoomHammer...

> The way I could workaround this issue and still keep using SSR on Blog Post is by wrapping the BlockRenderer and using prose class. > > > https://github.com/tailwindlabs/tailwindcss-typography?tab=readme-ov-file#element-modifiers This...

My solution was: 1. create a new client side component for the modified element. (in my case a custom image with a link to enlarge) 2. assign the component instead...