John Mars

Results 21 comments of John Mars

Here's a slightly more full-featured regex for twin.macro: ```json "headwind.classRegex": { "javascript": "(?:\\b(?:class|className|tw)(?:=(?:{\\s*)?)?(?:\\.\\w*)?(?:\\(\\s*\\w*\\s*\\))?[\\\"\\'\\`]([\\w\\s\\-\\:\\[\\]]+)[\\\"\\'\\`]}?)", "javascriptreact": "(?:\\b(?:class|className|tw)(?:=(?:{\\s*)?)?(?:\\.\\w*)?(?:\\(\\s*\\w*\\s*\\))?[\\\"\\'\\`]([\\w\\s\\-\\:\\[\\]]+)[\\\"\\'\\`]}?)", "typescript": "(?:\\b(?:class|className|tw)(?:=(?:{\\s*)?)?(?:\\.\\w*)?(?:\\(\\s*\\w*\\s*\\))?[\\\"\\'\\`]([\\w\\s\\-\\:\\[\\]]+)[\\\"\\'\\`]}?)", "typescriptreact": "(?:\\b(?:class|className|tw)(?:=(?:{\\s*)?)?(?:\\.\\w*)?(?:\\(\\s*\\w*\\s*\\))?[\\\"\\'\\`]([\\w\\s\\-\\:\\[\\]]+)[\\\"\\'\\`]}?)" }, ``` I'm new to regex, so I just want to...

On MacOS, I'm hitting pretty much the same issue; on reload the terminal process exits and the app closes, then the app reopens (but the terminal process does not reconnect,...

Confirming this is still happening on `1.150`.

I'm bumping into this now โ€” `chalk.supportsColor` is returning false in v4.1.2 in Chrome 103.0.5060.134, and is subsequently not coloring any of the text. But creating a new custom instance...

Ah, I'm now seeing that Chalk v4 is using supports-color v7, which explicitly disables browser color support in `browser.js`.

Any hints on how someone could help with this?

The only two I was using were `env`/`envs` and `global`, so that's all I can speak for, unfortunately. > The advantage of having global and env options defined as objects...

I guess my expectations are that the local copy would be appended to the url or cached copy, so looking through the devices array only happens once. But if thatโ€™s...

Oh, I see. That would certainly help my use case, which I admit is pretty rare in the grand scheme of things. If there was an additional DPDB_LOCAL option in...

I too am still getting this issue in v25.3.2, on Ubuntu 20.04. The `setInterval` trick does not seem to work, at least for me.