Proud resident of Remote US. Is CSS a programming language? IDK, but Salesforce calls me a software engineer. You may remember me as the guy who got, like, a DOZEN likes on a reply to one of your posts
Have you looked at the custom labels settings (workbench.editor.customLabels.patterns)? I always used to have this problem with index.* files, so I added a custom label to show all "**/index.{js,jsx,ts,tsx}" files as "${dirname}/". Something similar could be really useful for SvelteKit routes!
February 14, 2025 at 6:43 PM
Have you looked at the custom labels settings (workbench.editor.customLabels.patterns)? I always used to have this problem with index.* files, so I added a custom label to show all "**/index.{js,jsx,ts,tsx}" files as "${dirname}/". Something similar could be really useful for SvelteKit routes!
Once you know GitHub's super secret, undocumented markdown syntax for Note/Warning callouts, it's impossible to resist putting one in every PR description you write. Go ahead, try to resist.
January 10, 2025 at 5:54 PM
Once you know GitHub's super secret, undocumented markdown syntax for Note/Warning callouts, it's impossible to resist putting one in every PR description you write. Go ahead, try to resist.
Midi controller prototype with two long touch strips connected to a Teensy. Initial touch is quantized to the nearest note, but you can slide smoothly between notes and apply vibrato. The resistive strips themselves didn't feel great to play though, and I didn't know where to start with an enclosure
November 23, 2024 at 4:05 AM
Midi controller prototype with two long touch strips connected to a Teensy. Initial touch is quantized to the nearest note, but you can slide smoothly between notes and apply vibrato. The resistive strips themselves didn't feel great to play though, and I didn't know where to start with an enclosure
Svelte 5's new snippets feature looks awesome, but the deprecation of <slot> is the really interesting part. <slot> is part of the Web Components standard, so it makes sense that the abstraction would be borrowed by Svelte (and Vue) to make templating somewhat consistent with web standards.
November 1, 2024 at 4:49 PM
Svelte 5's new snippets feature looks awesome, but the deprecation of <slot> is the really interesting part. <slot> is part of the Web Components standard, so it makes sense that the abstraction would be borrowed by Svelte (and Vue) to make templating somewhat consistent with web standards.