Andrew Powell
Andrew Powell
Here's an additional reproduction set: Input: `.xl\\:bg-green-500{--un-bg-opacity:1;background-color:rgb(34 197 94 / var(--un-bg-opacity));}` Expected: `.xl\\:bg-green-500{background-color:rgb(34 197 94 / 1);}` Actual: `.xl\\:bg-green-500{background-color:undefined}.xl\\:bg-green-500:bg-green-500{background-color:rgb(34 197 94/1)}`
I can confirm this is an issue with `in-publish` as well. I have an alias setup in `.zshrc`: ```bash alias npmss='npm --userconfig=$HOME/shellscape/.npmrc' ``` Which results in the following `npm_config_argv`: ```js...
@jakubpawlowicz this is a followup to my previous PR to the same effect.
You can use an updated fork with this problem fixed: https://marketplace.visualstudio.com/items?itemName=shellscape.shellscape-brackets
Works fine for me. Been using my fork daily.
I've forked this to https://github.com/shellscape/vscode-atom-bracket-matcher and will be releasing an extension on open-vsx.org in the next few days which will include this fix
Quick update for everyone. I've completed my initial work to get the fork up to snuff and the extension is published: https://marketplace.visualstudio.com/items?itemName=shellscape.shellscape-brackets https://open-vsx.org/extension/shellscape/shellscape-brackets The repo is here https://github.com/shellscape/vscode-shellscape-brackets and feel...
You can use an updated fork with this problem fixed: https://marketplace.visualstudio.com/items?itemName=shellscape.shellscape-brackets
Please open an issue on my fork of this extension https://github.com/shellscape/vscode-shellscape-brackets and I'll implement support for light and dark styling.
> Are you using Apollo Server? In some scenarios, yes. In our primary use, no. We're tacking this onto a Postgraphile implementation. I'll take a look at the code you...