Fuzzyma's Avatar

Fuzzyma

@fuzzyma.bsky.social

Maintainer of svg.js and vue lover - freelancing wherever I go :) Member of the @e18e.dev community. Hit me up for any interesting vue projects. And if you need help migrating to vue 3: https://migrate-vue.com

301 Followers  |  683 Following  |  182 Posts  |  Joined: 01.10.2023  |  2.0125

Latest posts by fuzzyma.bsky.social on Bluesky

Preview
e18e - Open Collective The e18e community has the aim of improving performance of tooling and packages in the JavaScript ecosystem.

just a reminder that you can sponsor @e18e.dev on OpenCollective. these funds will go towards the people contributing in this space, and events to knowledge share this stuff.

big thanks to people who already sponsored. every little counts

28.07.2025 12:33 โ€” ๐Ÿ‘ 27    ๐Ÿ” 9    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 1

thats how i found the thousand of ebook and video ads and someone who uploaded videos to npm lol

19.07.2025 18:39 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

24 AUD - so about 15 EUR at that time. Minimal pay for causal work in Australia

14.07.2025 15:13 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

No, you! (a human, not a framework)

08.07.2025 09:56 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

For me it's full of pictures that have zero resemblance to what I usually read. It's completely useless to me

06.07.2025 09:33 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Vue SFC Playground

Aaaand in case you wanna play around with it:

deploy-preview-13573--vue-sfc-playground.netlify.app#eNqNUT1PwzAQ...

05.07.2025 20:50 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
feat: allow slot prop vars as components by Fuzzyma ยท Pull Request #13573 ยท vuejs/core I had a shot about implementing the issue I raised in #8553. Since I just look into the identifiers I feel like there must be some implications that I cant see yet. But the proof of context works. ...

github.com/vuejs/core/p...

05.07.2025 16:03 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

So you might have nerd-sniped me. I have a proof of concept working which was surprisingly simple (once I found the right spot). But I bet there are tons of implications :D

05.07.2025 15:57 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

๐Ÿ˜‚ I am all for it.
Back then I didn't have the time to actually try to tackle it. But maybe now is the time ^^

05.07.2025 12:50 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Allow components passed as slot prop to be used in the slot ยท Issue #8553 ยท vuejs/core What problem does this feature solve? Example: <template> <SomeComponent v-slot="{ SpecializedComponent }"> <SpecializedComponent /> </SomeComponent> </template> At the moment, vue does not conside...

Unfortunately not much was discussed there. Maybe it needs some more user interest and a PR to be considered :D

github.com/vuejs/core/i...

05.07.2025 12:43 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

That's exactly what I thought for the table as well. I feel like vue should allow it. I once created an issue for it. Let me see if I can find it

05.07.2025 12:38 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Passing a component through a slot is not possible as far as i know. I tried the same to pass typed Columns to a table. Only components defined in setup are considered as components. You could always use <component :is="..." />

05.07.2025 12:26 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

The "effects" in this one are strong :D

12.06.2025 05:21 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I will also be there - maybe we will run into each other :)

26.05.2025 20:56 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

It's so nice to get things for free without having to think about it at all! Thx @danielroe.dev!

23.05.2025 06:24 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Bdmmm

22.05.2025 20:31 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

If you happen to be on the freelance unlocked conference in Berlin this week, hit me up for a coffee!

11.05.2025 13:30 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Love reading through those ultra technical things even tho I probably only understand 10% of it

30.04.2025 14:21 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Ooh I think there is a misunderstanding!!
When I click on a bluesky link in discord, it opens it in my browser. But I want bluesky links to open in bluesky.
Obviously as every other sane person I want to open external links in my browser as well ๐Ÿ˜‚

29.04.2025 08:40 โ€” ๐Ÿ‘ 7    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

Hahaha, I guess let me choose then ๐Ÿ˜„

29.04.2025 08:01 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I just want to open bluesky links in my app and not my browser ๐Ÿ™„

29.04.2025 07:48 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I should really force myself to do that as well ๐Ÿ˜„

19.04.2025 18:57 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Could happen to me as well. I often leave huge chunks of code uncommitted because "it's not ready yet" :D

19.04.2025 18:25 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

If you didn't commit anything... Then you are screwed ๐Ÿ˜„

19.04.2025 11:06 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

The refs of the commit should still exist. You probably can recover them. Have a look at git reflog

19.04.2025 11:05 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Or maybe a labeler that labels peoples attendance to conferences if they choose to share that info.

17.04.2025 10:34 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Community Showcase (Q1 2025) An update on what the community has been up to in Q1 of 2025

we're switching to quarterly posts for @e18e.dev showcases/updates, so here's the first one! we'll still be posting about other things in between, too ๐Ÿ™

04.04.2025 14:32 โ€” ๐Ÿ‘ 60    ๐Ÿ” 14    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 3

Oooh you got me there. Didn't think about using a directive

04.04.2025 07:46 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Tell me you are lazy without telling me you are lazy ๐Ÿ˜„

I am curious about what your solution would look like - especially if the tag name should be configurable!

04.04.2025 06:55 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
e18e Ecosystem Performance

โญ๏ธ e18e is doing some awesome work fixing the world of outdated JS packages.

Goal: upgrade deps that are boated, abandoned, stuck on common js, etc through open source contributions and build tools. Some Vite maintainers there too. Follow their work!
e18e.dev

28.03.2025 14:37 โ€” ๐Ÿ‘ 66    ๐Ÿ” 8    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@fuzzyma is following 19 prominent accounts