João Magalhães
João Magalhães
@evanw do you have any kind of roadmap somewhere for esbuild? I am particularly interested in this feature, and would be cool to know where it is in terms of...
> I don't have a specific date but I'm currently focused on a rewrite of the bundler to enable code splitting, tree shaking, ES6 module export, and a few other...
Based on @mdbraber, a bit more recursive, but excludes muted chats from the badge counter. ```js function updateBadgeCount() { let count = 0 const list = document.querySelector("div[aria-label='Chat list']") list.childNodes.forEach(node =>...
> Since media is now based on flysystem, it should be very easy to add new providers So, is it now possible to use local file storage without creating your...
Dunno what you are trying to do, but I got it to work quite effortlessly. After you install it, create the config file: ``` ./node_modules/.bin/tailwind init ``` change your mix...
PS: also, when using apply, remove the dot before the class. Example ``` @apply text-white py-2 px-4; ```
This might help: https://github.com/astroturfcss/astroturf/blob/master/www/vite.config.ts
I haven't tested anything, but just a wild guess. It could be that since you are forwarding `_paq.push`, partytown creates `window._paq.push` as a function to forward the event. But after...
Hello, I got a version of this working today. Over the course of the week I plan to make a pull request to the vercel adapter. Just need to test...
Turns out I had bit more time today than expected. https://github.com/solidjs/solid-start/pull/466