-
### Observed behavior
Some of the latest changes in the develop branch have seem to done something to the Elm flycheck. It no longer displays the checkmark or error mark, just the "waiting" clock i…
-
I'm not sure if this is a problem with doom workspaces or perspectives, but here's the scenario:
**Observed Behavior**
-If I am in a workspace, [3] for example with buffer 'a' open, and I am also …
-
First, let me be frank, I have not used `js2-mode`. That's not a reflection on the package or anything in particular, but a reflection on just how confusing it is to figure what to use and what not to…
-
Since quite some i have a memory leak with rustic when using the mouse wheel and scrolling down to the bottom of a rust source file.
CPU usage goes to 100% and memory usage dramatically increases u…
-
Platform: vscode, win10
I'm getting this error on servo:
```
[ERROR rust_analyzer::reload] failed to switch build data: rust-analyzer failed to run build scripts:
error: failed to run custom bui…
-
I installed Eask and created an Eask file by migrating all my dependencies from Cask. The deps installed successfully with this warning:
```
Warning (initialization): Your ‘load-path’ seems to con…
-
In js2-jsx-mode (and js2-mode)...
Simple JSX expressions work ok, for example:
```
function a() {
return (
{expression}
);
}
```
But the below conditional JSX statement is shown with a "mis…
-
### 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:…
-
Thank you for taking the time to report an issue and improve Flycheck. This template is for **actual bugs you observed**. If you have trouble setting up Flycheck, or if you have a question, please u…
jimeh updated
1 month ago
-
Indented code seems to match cc-mode, which doesn't match how dart actually formats code (for instance, multi-line parameters / function calls align to the open parenthesis, while in dartfmt, they do …