Gulshan Singh

Results 164 comments of Gulshan Singh

Any update on this? Releasing it but requiring the user to enable it with an experimental flag seems to be a good option. It seems like the main issues you...

I tested this out and while the extension does load when a non C/C++ file is opened first, it doesn't actually load the compilation database until a C or C++...

I'd find this behavior useful with or without strong workspace mode. It seems like `clangd` needs to receive at least one `textDocument/didOpen` before it loads the index (see https://github.com/microsoft/language-server-protocol/issues/861 and...

Multi-root workspaces do seem to work in vscode, but the fact that indexes aren't scoped to a project can occasionally make it frustrating to use. Here's a simple example. 1....

@highflyer77 I didn't know about that, it's awesome. (Although, if the hash is included in the sec.conf file as a signature instead just some corruption check, it should really be...

- There are some solutions in the repo that aren't on rosettacode yet, right? Is there an automated way to check what solutions still need to be uploaded? - Some...

I'm claiming DES, just need a bit of time to finish up Grostl over in the hashes repo before starting it.

Also have this error on Arch Linux.

@fonol There seems to already be a way to search wikipedia in the SIAC window, can we at least open it up so we can use that with arbitrary URLs?...

If you remove the implementation for `&'a T`, will the implementation for `T` cover that case?