-
CC colorbars.lo
colorbars.c:736:25: warning: suggest braces around initialization of subobject [-Wmissing-braces]
ColorBarsData d = { 0 };
^
…
-
**CURRENT BEHAVIOR**
In `#lang racket`, `{braces}` work the same as `(parentheses)` and expressions using either are indented the same:
``` racket
#lang racket
(define foo
`{(a)
(b)})
(defin…
-
```
What steps will reproduce the problem?
1. open vim
2. type ":setf tex"
3. type
\ensuremath{
\frac{r_b}{r_a}
}
What is the expected output?
The entire block should have math highlighting.
W…
-
This is a long-standing issue (years) that continues to plague me when working on the [`editorconfig-core-js`](https://github.com/editorconfig/editorconfig-core-js) project. These tests run fine in [t…
-
In `braces`, `prettier-stylelint > stylelint > micromatch > braces`
Regular Expression Denial of Service, https://nodesecurity.io/advisories/786
-
First interesting question: Should `qt()` strings be sub-lexed, or not..?
I.e. what do people feel -should- be the behaviour of a construction like
```perl
sub f { ... }
say qt(Is this { f("…
-
### New Issue Checklist
- [x] Updated SwiftLint to the latest version
- [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues)
### Describe the bug
Defining a…
-
https://www.expectedparrot.com/content/c72bac27-c500-4815-8628-ebe15dc73526
-
I'm using agda version 2.5.4.1-6b1d87f. Say I have the following:
```agda
data ⊤ : Set where tt : ⊤
foo : {{x : ⊤}} -> ⊤
foo {{x}} = {!x!}
```
And in agda-mode in emacs, I type `C-c C-c` i…
-
I'm trying to filter assets to only those that match the new version, e.g.:
```yaml
plugins:
- '@semantic-release/commit-analyzer'
- '@semantic-release/release-notes-generator'
- - '@semantic-…