Carlos (Goodwine)

Results 54 comments of Carlos (Goodwine)

deprecation added, now waiting on dart 2.0.0

If this is from vuetify, they seem to be using `1.32.13`, I did a quick test and found that this exact code sample does indeed fail at that 1-year-old version...

I can repro, in this case I don't even need the tabs directory and it triggers with just the list directory if you have >=2 variables but not with just...

After debugging and discussing with @nex3 we found this behavior to be "working as specified" but we agreed the desired behavior from this usecase is correct and we'll first need...

blocked on - https://github.com/sass/sass/pull/3357

@KaelWD this _should_ fix it, at least on your provided repro repo it does https://github.com/sass/dart-sass/pull/1739 It's still pending the spec changes being merged before we can make this change, but...

Having looked deeply at this issue, I think this is just another issue with using an untyped language like javascript, had this been typescript the compiler would have prevented this...

I don't think this is entirely fixed. At least not for `shell.cp`. For context, I have a git repository which contains a symlink. - Repo: https://github.com/sass/sass/tree/embedded-protocol-2.1.0 - Symlink: `spec/README.md` ->...

In this case: ```css .foo { bottom: 0; top: 0; height: 0px; left: 0; right: 0; } ``` This would trigger 2 findings and `NodeSource` values: - Use `inset` instead...