Marcos Nils
Marcos Nils
@sigmaSd apologies beforehand for the direct ping. Any chances to quickly review this? Should be straightforward to merge :pray:
whoop! my bad. @justinmk maybe can help here? We're about to announce the release our LSP this week and it'd be great to have this merged.
Do you have the latest `bin` version? Seems to be workng here with 0.13.0 ``` # bin --version bin version 0.13.0 commit: c186a5eeb163c8efaa43fd3b99f7caa15dc6a889 built at: 2022-01-26T05:21:43Z built by: goreleaser #...
oh! it's `bin update` my bad. Checking
in the meantime, if you use the `-p` flag in `bin update` that should allow you to select new binaries.
@francilioaraujo are you using the `-p` flag on update? That should allow you to pick the new package. I'm working on a fix to make this update process a bit...
> I did the debugging before I found this issue The error message in 0.15.1 should print a hint about using the `-p` flag.
:wave: I'd like to support Github enterprise, but since I don't have access to an environment where I can test `bin` against, it's going to be a bit difficult for...
yep, seems like a bug. You can bypass it by specifying the binary path in the download with: `bin install github.com/sass/dart-sass ~/.bin/sass` Cheers!
Wait.. something's not right... `bin` doesn't seem to be properly uncompressing the binary. Let me check real quick