Adam Niederer
Adam Niederer
As a continuation of https://github.com/AdamNiederer/elquery/issues/5 - b74e2a6dd1fa663ef5b16cb092c3245f3cbafbc1 fixes both the exact case describe in the aforementioned issue and https://github.com/AdamNiederer/elquery/issues/9, but will still cause issues on less-common unibyte encodings.
Hello! I've managed to simplify this library's code and features and get a pretty sizeable speedup by using `faster` instead of `simd`. We get a 5.5x speedup in the best...
`tsx-mode` indents all of these to zero spaces (`|` representing the cursor) ```ts `${ | }` `${{ | }}` `${( | )}` `${[ | ]}` ``` `typescript-mode` and `js-mode` also...
`tsx-mode` indents the line immediately following a `{{` or `[{` twice (all examples captured with `tsi-typescript-indent-offset` = 2, `|` representing the cursor): ```ts {{ | }} [{ | }] ```...
`tsx-mode` doesn't indent any lines within a multi-line string indentation: ```ts `${ 0 }` ``` `js-mode` and `typescript-mode` don't indent these cases either, but I'd personally expect it to be...
Repro: ```js function* myGenerator() {} ``` `myGenerator` is rendered with `default-face`. Removing the asterisk causes it to be rendered with `tree-sitter-hl-face:function`, as expected. Generator calls do appear to be highlighted...
- Add a MELPA Stable badge - Remove the unnecessary (require 'vue-mode) section - Ensure elisp code is properly indented - Clean up the spacemacs section - Clean up the...
Sets `android:export` and `FLAG_IMMUTABLE` to make the main intent and widget intents not crash on Android 12, and removes the deprecated jcenter repo from Gradle. `FLAG_IMMUTABLE`'s minimum Android version is...
This behaves in the same way as lsp-treemacs-references et al, letting you expand the errors list to a certain depth
To reproduce: ``` RUSTFLAGS="-C target-cpu=native" cargo test --target x86_64-unknown-linux-gnu --release ``` I believe LLVM is attempting to use avx equivalents of the SSE instructions in a lowering pass. Running tests...