Wallacy Freitas

Results 27 comments of Wallacy Freitas

For luck (or not) today i was stating to make a POC using apollo-graphql and workers+durable_objects for our company. If runs nice i can just open source the setup and...

I did one small gist with a working Apollo + Workers integration. https://gist.github.com/Wallacy/4ad0d9b1ac8d36be8f731c60b15945c7 Theres no challenge here. The basic problem was to make the esbuild ignore the node modules on...

[Chara-ui](https://chakra-ui.com/) now uses only React 18 and uses useId hook; To update projects that use chakra-ui and preact that hook is required;

@ndrewtl Any progress on that fix? Will be very userful to make the export/import work!

FWIW: For people like me that uses Workers Sites that is also relevant. My Worker Sites uses de subdomain as key to change the entry point of the index and...

FWIW: Im current running my own custom media server to handle the needs of our product, but i do think the solution the we got for scale our servers can...

> > In our user case, we run our API server using Cloudflare Workers, and our API workflow is based on WebRTC. So in that case, we can redirect the...

FWIW, TypeScript 4.1 is out: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-1.html

If want to look this is what i use on my code for merge: https://gist.github.com/Wallacy/adf546f4de34848e8355d6a511d89647 Should be more simple on pure js; The hard part was be a code with...