-
See for context. In this video, the dev explains that they used to put `@starting-style` at the top of their rule, which felt more natural, but now that we've changed how Nesting works, that no longe…
-
I am trying to use systemctl3.py with services that need long environment variables with newlines, and I noticed that newlines aren't supported.
Example from my service:
```
Environment="FLINK_EN…
-
**Is your feature request specific to Fourmolu?**
- [x] Yes, this feature is not relevant to Ormolu
**Describe the current + desired formatting**
`record-brace-space` only applies to single-lin…
-
If an operator is declared as a notation in two files with differing level or associativity, then the two files cannot both be imported because of the conflict. To fix this, it is a good idea periodi…
-
For good or bad, JLS allows this. We should not reject
$ cat module-info.java
record R() {}
but we do.
-
In the selection menu for rulesets, there are also namespace declaration files listed.
![Screenshot 2021-10-04 092359](https://user-images.githubusercontent.com/3040657/135810211-3b3acab3-225e-4f96…
-
**Describe the issue**
With the folwing code:
```dart
class A {
const A();
static A a = A();
}
```
We get a warning for the const keyword at the constructor in line 4.
After placi…
-
The parser allows XML declarations anywhere in the file. If a declaration exists it should be at the very beginning of the file.
Also, only one declaration should be allowed.
Both of these const…
-
g++ -c -o layers/activation_layer.o -Wall -std=c++11 -shared -fPIC -Wno-error=deprecated-declarations -I/opt/nvidia/deepstream/deepstream/sources/includes -I/usr/local/cuda-12.6/include layers/activa…
-
### Cause
Dart Sass (the primary Sass implementation) has [deprecated 'mixed declarations'](https://sass-lang.com/documentation/breaking-changes/mixed-decls/) since version 1.77.7, released 9th Jul…