James Auble

Results 32 comments of James Auble
trafficstars

I also use a lot of alternate syntax and it would be great if nested control structures were indented. VS Code intelliphense does this pretty nicely but can't handle attributes...

+1 Formatting CSS selectors containing echoed PHP breaks the selector.

What is suggested here? ```php if (defined('WP_ENV')) { if (WP_ENV === 'development') { // Undefined constant 'WP_ENV'.intelephense(1011) } else { // The constant is not defined } } else {...

Adapted OP's Vite implementation for use with Alpine.js if anyone wants to check it out [here](https://github.com/james0r/slayed-tailwind-alpinejs). Havn't got it working with Shopify CLI v3 yet.

Can anyone link me to a slim example using shopify-buy with Nuxt 3?

Damn just like 8 hours of my life to this. Would be nice if there was a more eloquent way to overcome this.

Not sure if it's related, but getting it again immediately after template strings. I noticed the same code on Github Dark is colored properly on the web so I switched...

I grabbed a performance profile recording in the Chrome devtools. Hoping someone who understands this better than myself might see something. [tiny-mce-tooltip-perf-profile.json.zip](https://github.com/ClassicPress/ClassicPress/files/5831453/tiny-mce-tooltip-perf-profile.json.zip)