Chris Wendt

Results 48 comments of Chris Wendt
trafficstars

Make sure your `CHROME_BIN` environment variable points to a real binary. See my write-up here for other troubleshooting steps: https://github.com/karma-runner/karma/issues/1206#issuecomment-332377273

Any update on this?

Removing `node-sass-import-once` in one of my projects seems to fix it, but the CSS output is different and it broke the UI.

"Outline view" is currently listed in the "Additional capabilities" column for multiple language servers, so there's a precedent for not making it an explicit column. I haven't seen enough of...

This is really cool, and the implementation looks good, but I have to say that `auto` provides such poor suggestions that I wonder if it's even worth using at all....

> feel free to hack on it if you think you can improve something It's worth exploring, so I just might take a look at it in my spare time...

- Agreed, `Value -> [SGR]` is better because it prevents invalid color codes. - I feel like color should be independent of content, so something like `JSONType -> [SGR]` would...

Ah, I didn't know what Objective-C message definitions and calls looked like until I read https://blog.teamtreehouse.com/the-beginners-guide-to-objective-c-methods Here's an example: ```objective-c // Defines a function `addX:toY:` that takes 2 int arguments...

I believe this is still relevant: > basic-code-intel will need to find and combine the addX: and toY: pieces to form the full name addX:toY: in order to do a...

Oh, it might not be a regression in the browser extension. I was thinking of https://github.com/sourcegraph/sourcegraph/issues/11457 (in the Sourcegraph web app) Could one of the solutions in https://github.com/sourcegraph/sourcegraph/pull/11467 or https://github.com/sourcegraph/sourcegraph/pull/11768...