Michael Moore

Results 25 comments of Michael Moore

I can work on a PR for that if you'd like

![Screenshot from 2024-08-17 15-42-31](https://github.com/user-attachments/assets/7bd8a922-7cf0-4949-8351-cefeda140f76) So far, everything is going smooth, no type issues. Got colored brackets on my 11ty blog now :) Just need to add some tests now, then...

@hippotastic I ran into an issue I'd appreciate some input on. The transformers do not work if they change the actual content of the code, since the shiki plugin only...

Sounds good 👍 I can't think of a use-case for tokens transformers that change the underlying text. Seems like anything that could be done with that would be better off...

Hey, I'm interested in working on this. We chatted in Discord, but I'll repeat myself a bit so the conversation is followable here. I've implemented a script that extracts the...

Looks like that test was introduced in relation to this issue https://github.com/melt-ui/melt-ui/issues/713 So it's about options with an undefined property in an option. The test can be renamed to clarify

One potential concern about this `base:` classes approach: how much will it increase the size of CSS for apps that use skeleton? With the current v3 approach, all the classes...

> @oatmealproblem That's an excellent question we immediately asked ourselves, so I did some investigation, you can see our findings here: https://gist.github.com/Hugos68/8a5e2ee2f53522a350ac70ae20c2dcfc > > TL;DR The bundle size tradeoff is...

Hey all, I just published a plugin for Shiki that can do this: [GitHub](https://GitHub.com/MichaelMakesGames/shiki-colorized-brackets) / [JSR](https://jsr.io/@michael-makes/shiki-colorized-brackets) It is used as a tranformer, like this: ```ts import shikiColorizedBrackets from '@michael-makes/shiki-colorized-brackets'; import...