Alberto De Agostini
745 posts

Alberto De Agostini
@albertodeago88
Sports and technology enthusiast. I dream a world where people write to each other just using Gifs and Memes
Padua, Veneto Katılım Nisan 2019
470 Takip Edilen79 Takipçiler

@QwikDev explanation on how they achieve features like server$ and worker$, pretty impressive stuff
Manu (Qwik)@manucorporat
worker$ is powered by @QwikDev code extraction, check out how it works: builder.io/blog/wtf-is-co…
English

@_jessicasachs You want something more generic (not only node), asdf is cool asdf-vm.com
English

@dan_abramov if you use @warpdotdev , you can leverage it's built-in ai assistant, it's amazing
English

@albertodeago88 Same reason why
setTimeout(() => console.log(2), 100)
setTimeout(() => console.log(4), 0)
will return
4
2
Try to go through the call stack, see when functions and their callbacks are executed and you'll see it.
English

@filrakowski why is the undefined not coming before? I'm missing something obvious I guess
English

@albertodeago88 Veeeeeery close, but no.
BTW - I prefer the word "tricky" considering the wrong use of "setTimeout" which actually changes its expected behavior.
I get your point tho 😅
English

Thanks for all the comments - they are inspiring!
I ended up with a more general approach:
⏳ Create a Promise from your template!
github.com/antfu/vue-temp…
Let me know what you think! If it ends up well, we might move it to @VueUse :)
Anthony Fu 🦋 @antfu.me@antfu7
What's your best solution to custom confirm dialog solutions for UI frameworks (Vue, React, etc.)? For better DX, it should be programmatically callable with a promising return, while being able to provide custom views (like checkboxes in the confirm etc.).
English

This is really impressive. I feel like @QwikDev is the first JS framework to potentially bring another significant paradigm shift in a long time.
Looking forward to seeing what the future holds 👏
Manu (Qwik)@manucorporat
Here me out! this feature is so crazy that everybody needs to know about it 📢 server side closures with @QwikDev !! 🤯 builder.io/blog/module-ex…
English

@WebStormIDE 1) The search
2) the search
3) the search
The ctrl+shift+F of webstorm is by far the only feature that make me want to use webstorm as an IDE
the possibility to edit files directly in the modal, the speed, the dev experience in general when needing to search and edit files
English

@mcsee1 I'd rephrase this: If you use mocks, you are not testing what you have mocked.
English

@fedetibaldo I found out that the issue is there only when running a custom server, and ofc there is a way to fix this (my bad not realizing it sooner)
github.com/vercel/next.js…
solved with
Thanks Federico
English

Hey is there some Next.js champ that can help me with this? Maybe @timneutkens
Regarding env var, see 🧵
English













