Matej Černý's Avatar

Matej Černý

@matejcerny.dev.bsky.social

developer, photographer, videographer

58 Followers  |  73 Following  |  42 Posts  |  Joined: 02.11.2024  |  2.0772

Latest posts by matejcerny.dev on Bluesky

Oh no! I'm so sorry for your loss 😔

02.08.2025 10:38 — 👍 2    🔁 0    💬 0    📌 0

I feel like a lot of people are afraid to ask questions, thinking their questions might be stupid. However, it's immensely valuable to get a sense of their understanding of the topic in order to explain it better, which the so-called “stupid” question reveals.

29.07.2025 12:17 — 👍 2    🔁 0    💬 0    📌 0

bugs in bed must be terrible

15.07.2025 22:43 — 👍 2    🔁 0    💬 1    📌 0

Same here. I think that both sides lost a lot because of it.

10.07.2025 23:16 — 👍 4    🔁 0    💬 0    📌 0

Let us all know how it goes after a while 🙏 I tried switching to it before the AI update and just couldn't live without Gmail's categorization. Might give it a shot again…

05.07.2025 16:52 — 👍 1    🔁 0    💬 0    📌 0

Is the Apple Mail app your primary mail client? Does it filter out spam / promotions well now with the new update?

05.07.2025 16:50 — 👍 1    🔁 0    💬 1    📌 0

time to try ios? 😃

20.06.2025 00:27 — 👍 1    🔁 0    💬 0    📌 0

This doesn't include the formatter yet, though, does it?

10.06.2025 19:20 — 👍 2    🔁 0    💬 1    📌 0

You could try looping through the layers, reading and merging each config, then creating a virtual file for the final layer. But I might be misunderstanding - ideally, the original module should handle this nuxt layers support.

05.06.2025 07:59 — 👍 0    🔁 0    💬 1    📌 0

I haven’t used Nuxt Content much, but doesn’t it already merge the config defined in nuxt.config.ts?

As for merging the config from Vueform, I think the module authors should add support for merging configurations between layers - if they haven’t already.

05.06.2025 07:56 — 👍 0    🔁 0    💬 1    📌 0

What do you need to use the config files for? How is it different from merging nuxt.config.ts?

05.06.2025 07:18 — 👍 0    🔁 0    💬 1    📌 0
Preview
PragVue 2025 2nd annual Vue.js conference in Prague, Czechia (23rd September 2025)

The Vue.js community will gather in the heart of Central Europe for the second time in 2025. On September 23, the PragVue conference opens its doors—and you can be part of it. Check out our amazing speaker lineup and more on our official website.

Follow this account for up-to-date information.

16.04.2025 13:45 — 👍 12    🔁 3    💬 0    📌 1

As long as it's not a paper calendar, I think you're good

13.05.2025 10:43 — 👍 1    🔁 0    💬 1    📌 0

We'll get Nuxt 4 before GTA VI. Let that sink in.

02.05.2025 23:50 — 👍 10    🔁 0    💬 1    📌 1

This morning, I found out that my 14-year-old brother, out of nowhere, started making simple 2D games in a game engine for which he found tutorials on YouTube. He had never programmed before. I ended up showing him git and other tools.

I'm so proud 🥹

27.04.2025 10:32 — 👍 1    🔁 0    💬 0    📌 0

Thank you for visiting! Hope you had a good flight 😊

25.04.2025 14:27 — 👍 1    🔁 0    💬 0    📌 0

I’m personally still putting off updating to Tailwind v4. I’m waiting for better language server support and ESLint rules.

04.04.2025 12:03 — 👍 0    🔁 0    💬 1    📌 0

This is amazing! Much sooner than I expected!

19.03.2025 22:22 — 👍 2    🔁 0    💬 0    📌 0

I'm conflicted… My Apple Watch keeps telling me to hydrate more.

16.03.2025 10:12 — 👍 3    🔁 0    💬 1    📌 0

I stand with Ukraine and the truth that Russia is an invader.

02.03.2025 14:16 — 👍 70    🔁 4    💬 0    📌 6

i read it as “nuxt” at first

13.02.2025 15:31 — 👍 2    🔁 0    💬 0    📌 0

I prefer the OG way of <template> first, since I find it easier to differentiate what component I'm looking at when quickly glancing over the template, rather than having to go through the logic in the script.

Also, when cmd+clicking through multiple components, it is better to have template on top

10.01.2025 17:55 — 👍 1    🔁 0    💬 1    📌 0

Thank you so much, Daniel ❤️

31.12.2024 17:19 — 👍 1    🔁 0    💬 0    📌 0

You're an inspiration for me on so many levels. I admire your productivity, kindness, positivity, friendliness…
It really shows that you love coding, which I feel the same way about, and it's very nice to have the opportunity to talk to like-minded people.

31.12.2024 16:57 — 👍 2    🔁 0    💬 1    📌 0

This was a great read!
We appreciate your work and involvement with the community tremendously 🙏 Thank you for everything you do, and wish you all the best in the new year! 😊

31.12.2024 16:50 — 👍 2    🔁 0    💬 0    📌 0

Merry Christmas! 🎄🎁

25.12.2024 10:21 — 👍 1    🔁 0    💬 0    📌 0

missed the "next year" joke 😄

25.12.2024 00:41 — 👍 1    🔁 0    💬 0    📌 0

const {
onClick,
} = defineProps<{
onClick?: () => any
}>()

const isLoading = ref<boolean>(false)

async function handleClick() {
try {
isLoading.value = true
await onClick?.()
} finally {
isLoading.value = false
}
}

17.12.2024 14:09 — 👍 1    🔁 0    💬 0    📌 0

I actually do this all the time for async button callbacks, for example. So that they can handle the loading state internally.

17.12.2024 14:09 — 👍 2    🔁 0    💬 1    📌 0

Happy birthday, Alex! 🥳🎉

14.12.2024 00:00 — 👍 0    🔁 0    💬 0    📌 0

@matejcerny.dev is following 20 prominent accounts