emmanuel.style
Hi
23 posts
397 followers
54 following
Active Commenter
comment in response to
post
I'm not sure I would be of any help, it was too long ago, iirc we used msn to talk back in the days... I don't have any contact with this community anymore.
But feel free to dm me
comment in response to
post
Really cool to see it in action !
comment in response to
post
100% disagree, it's like saying someone new to programming will have an easier time to be effective with JavaScript than someone who has deep knowledge of C and assembly. General programming skills translate very well into AI/agents.
comment in response to
post
Can't believe we're so close to get this ! @function is available too, right ?
comment in response to
post
Looks great ! For GraphQL I'd like to see how it would play with urql, since urql is modular I'm hoping to see a clean integration, perhaps directly with urql-core instead of urql-vue ?
comment in response to
post
Not sure if you can use them together but :
github.com/developit/we... for isomorphic node + web
github.com/GoogleChrome... for typesafety and calling functions directly
Hard part is bundling workers in a lib, recently had to write a custom rollup plugin to do that, see github.com/surma/rollup...
comment in response to
post
Hope I'm not too late ! Happy New Year :)
comment in response to
post
Just watch this video it was so great, this hobby looks so fun !
comment in response to
post
This looks nice. I haven't tried any desktop app yet.
Are you planning on open sourcing it ?
comment in response to
post
Looking Good! I've been thinking that adding a feature to support different markdown renderers (like vitepress or mdx) could help people using other tools migrate to nuxt content. Would that be possible ?
comment in response to
post
It does sound like a graphql schema would fit your use case perfectly, but if you are very opinionated against it, writing the OpenAPI schema would be the next best thing imo.
In both cases I would use the description field to document their behaviour.
comment in response to
post
Managed to find it back in the archive...
web.archive.org/web/20120430...
comment in response to
post
The website doesn't exist anymore apparently. But it was called "puissance pokemon" (French website).
comment in response to
post
writing articles for a pokemon fansite when I had my first internet connection, a long long time ago
comment in response to
post
hi
comment in response to
post
Yeah no US politics, onlyfans bots, useless threads and random elon musk shitposts everywhere feels very refreshing
comment in response to
post
Ah nice, I wasn't following you here. Looks like webdev Twitter is migrating for good.
comment in response to
post
Maybe we should provide some official recipes/examples/starter-kits or something in those lines for people interested in these Laravel + Nuxt setups
comment in response to
post
That's good to know, I've actually never tried it
comment in response to
post
Also since you're already cloudflare, you can use turnstile for your captchas. @danielroe.dev actually made a module for that https://github.com/nuxt-modules/turnstile
comment in response to
post
You might not know this but you can actually send emails for free from cloudflare workers/pages
https://blog.cloudflare.com/sending-email-from-workers-with-mailchannels/
It is poorly documented but really cool
comment in response to
post
Let me know if you find out