This is just one of several places where I tinker with ideas, burn the midnight oil, fix bugs and inadvertently end up creating more of them in the end, but alas… c'est la vie d'un développeur.
👔 | I’m currently employed at Carevoyance at Definitive Healthcare. |
📚 | I’m currently learning Svelte, SvelteKit, D3, LayerCake, PostGreSQL. |
👯 | I’m looking to collaborate on a new idea surrounding git versioning. |
🤝 | I’m looking for help maintaining and growing TypedCSS. |
👨💻 | Explore some of my tinkering on CodePen. |
💬 | Ask me about CSS, SCSS, Tailwind, JavaScript, React, or Svelte. |
📫 | You can reach me on Twitter or via email. |
📄 | Learn more about my professional experience on LinkedIn or download my resume. |
⚡ | When I'm not flushing out lines of code faster than Eminem raps (or occasionally staring at my screen blankly), I enjoy traveling 🏔, photography 📸, playing sports 🏓, hiking 🥾, and spending time with friends and family 👨👩👧👦. |
- Answer by Brandon McConnell for Performance of Array.flat() vs spread operator to flatten multiple arrays into one
- Answer by Brandon McConnell for JavaScript map & find at the same time: findMap?
- Boolean truthiness narrowing not working in Typescript
- Answer by Brandon McConnell for Adding tabindex dynamically
- Prevent merging of branch conditionally based on label
- @adamwathan Ah true. Thanks for clarifying!
- @bramus oof about to return to the office after 5 months off
- Ah nice 👌🏼 still needed for regular variables though, right? mx-(--custom) ✅ mx-[var(--custom)] ✅ mx-[--custom] ❌ Just special treatment when the parser encounters the function syntax? Would this possibly break plugins that include parentheses in arbitrary values? 👀 … Sorry I realize I’m hitting you with like 2-3 questions here 😅🙏🏼 I’ll prob just need to test it, myself. Is this live in alpha?
- @BrianRoemmele If this is real, can you make it compatible with Lapse?
- @adamwathan Awesome. Any expected support for using the functional syntax mixed with tw’s special variable syntax? mx-(--custom-spacing) mx-(--spacing(2))