J Garcia
J Garcia
* Operating System version: macOS 10.15.7 * Browser version: Brave latest * Firebase SDK version: 9.6.10 * Firebase Product: analytics Setup code: ```ts import { initializeApp } from "firebase/app" import...
Solves #6432
Currently I lose all my macros when I quit ST or restart my computer. Would love to have a setting for remembering them
I've been getting some errors that look like `EPERM: cannot rename cache/hard-source/somefile` when I try to build. It's a problem with the cache, but running `npm cache clean` doesn't delete...
I would like to use [Gum](https://github.com/charmbracelet/gum) in my shell scripts, but when executing any command I need to wait 10+ seconds for it to show up in Terminus. This is...
First of all thanks for this great package, it's really working well for me so far. I've managed to set up highlighting for pug template literals with the following configuration:...
I intend to submit a pull request for this, but am posting the solution here for now: ```js { "settings": { "tailwindCSS.experimental.classRegex": [ "tw`([^`]*)", "tw=\"([^\"]*)", "tw={\"([^\"}]*)", "tw\\.\\w+`([^`]*)", "tw\\(.*?\\)`([^`]*)" ], },...
I'm a long time user of pnpm but only noticed this information today when watching the youtube video, it would be nice to have support for `engines` in package.json or...
Simply following the README this command did not work: ```sh wp-env run cli "wp rewrite structure /%year%/%monthnum%/%postname%/" ``` ``` ℹ Starting 'wp rewrite structure /%year%/%monthnum%/%postname%/' on the cli container. OCI...
### Explain the issue Next.js includes a convention for dynamic routes as described here: https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes This creates files that can have a filepath that looks like: `app/blog/[slug]/page.js ` These files...