Indy Ray

Results 11 issues of Indy Ray

For example, in this code: ``` x(1, 2, 3) ``` I get the error: `Unclosed '(' at EOF` Is it possible I'm doing something wrong, or is this just currently...

So, in continuing effort to get more existing CoffeeScript to compile, I'd like to discuss the problem of INDENT tokens happening mid-stream, and similarly matching DEDENT tokens happening after the...

So, for one of our workflows, we have a remote host running an application, that we'd like to be able to have multiple members of the team be able to...

There are two fixes here, the first fixes an off by one error in response file parsing that causes parsing it to fail. The second is an improvement to handle...

bug
needs-author-feedback
status-no recent activity

Hi, I'm trying to use BuildXL external to Microsoft, and given the lightness of the documentation I've been running into a lot of confusing areas, one such area is the...

WITH_ZLIB function can be used to disable zlib even if it's detected, it's modeled off of WITH_OPENSSL

The kj/common.h header sometimes checks for if __GNUC__ is defined, and sometimes if it's true, this is changing it to be consistent in checking if it's true. Specifically, MSVC classifies...

So, we have a submodule that we deleted and somehow will get re-added at times. This causes a build failure, the problem however, is even once it's removed, or with...

### Description of Issue I think it's generally expected that object created with either of clang or gcc are expected to be able to link with the other on Linux,...

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [X] You...

bug