-
## Hello!
- Vote on this issue by adding a đź‘Ť reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
## Issue details
Please make …
-
When deduplication is performed on the loaded appsec rules, we do not handle properly multilines seclang rules, for example (from the CRS):
```
SecAction \
"id:901200,\
phase:1,\
pass…
-
**Describe the bug**
I had a prewritten commit message that I wanted to update an existing commit. I launched lazygit and used the reword command, and assumed/hoped it would correctly handle a multil…
-
### Environment
```markdown
react-native -v: 15.0.0
npm ls react-native-macos: react-native-macos@0.76.0
node -v: v23.1.0
npm -v: 10.9.0
yarn --version:
xcodebuild -version: Xcode 16.1 Build version …
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
### Description
Multiline are not suported anymore
Until `10.9.3`, it was ok
![image](https://github.com/user-attachments/assets/fdb90945-769f-4940-8731-75daaed2a1c0)
Starting since `11.0.…
-
Is it possible to reference a particular line in a multiline equations, such as created by the `align` environment? A LaTeX example would be:
```latex
\begin{align}
f(x) &= x + a \label{eqn:two} …
-
### Description
I usually find myself formatting multiline equations like this:
```typ
$
U_(k l)^dagger &= sum_(j=0)^(d-1) zeta^(-(j-k) l) |j-k〉〈j| \
&= zeta^(k l) U_(-k, -l) …
-
## Description
when selecting a large, multi-line item in a list widget with `scroll_padding`, smaller items sometimes don't render until the next frame
## To Reproduce
here's some code that makes 26…
raylu updated
22 hours ago
-
input:
```nix
type == "path"
&& lib.isStorePath (lib.removeSuffix "/" constructedArgs.path)
```
alejandra (1.1.0):
```nix
type
== "path"
&& lib.isStorePath (lib.removeSuffix "/" constructed…