Noah S-C

Results 66 comments of Noah S-C

I get `T484 Relative import climbs too many namespaces` so unfortunately i cant tell flake8 to ignore it as its the same error code as type mismatches. This is on...

I think reverting the color of the user functions would make sense. This would be in-line with what other languages do, in my case functions having a blue color as...

Any news on this? @​types/shelljs seem to be pretty old, as they tell me i can only pass a callback to `echo('text').exec(...)` ... Edit: for those that may come here...

I don't know well enough how the current method works (lots of methods disappearing into 3rd party packages etc), but would this solve the synchronization issue where e.g. a property...

LSIF support is currently being worked on as a compiler plugin by us at Sourcegraph: https://github.com/sourcegraph/lsif-kotlin

Tested on Linux and there was no issue so this seems to be a windows only issue. Also hi another Noah!

using v4.0.0 ``` [dependencies] glsl = "4.0.0" ``` the following fails to parse ```glsl void make_drawbuffer() { #ifdef GL_RENDERER_GEFORCE vec3 temp = clamp(scenecol, 1.0/65530.0, 65535.0); //NaN fix on nvidia #else...

Unfortunately I dont think thats currently supported by rust :pensive: https://github.com/rust-lang/cargo/issues/8379

> I wonder why wrapping `Mock` in the `LspService` and then retrieving it again is necessary compared to calling the `` methods directly in tests? I presume this may be...

Hi KashingLiu. What output do you get when you run with `-trace 3` flag set? 🙂