Matthew McMillion

Results 9 comments of Matthew McMillion

I'm seeing the same thing on 10.14.3. The prepended version shows up in `process.env` but the real version shows up undefined.

The problem that I was running into that led me was trying to get CSS modules working with nesting. No combination of tweaking things would get it to work until...

Any chance we can get this fix for this merged?

That's what I was trying, but I'm getting the following on current master: ``` E5113: Error while calling lua chunk: ...site/pack/packer/start/onedark.nvim/lua/onedark/util.lua:230: bad argument #1 to 'sub' (string expected, got table)...

Oh, sorry about that, I updated the original issue with the full three lines I see.

Changing it to zsh (which is what I actually use) also appears to work for now. Awesome! Thanks for the help!

Ah, does this explain why `@function.inner` works for me but `@function.outer` only works for function declarations and not expressions?

Just got this worked into my theme. Looks great.