-
Hello
The following snippet template does not work as I intend it to. I want the default value of $2 to be
```
{
$0
}
```
, but when I expand it it is missing the last curly brace.
```#…
-
Vote closed. Chosen Style:
```powershell
if ($foo) {
"Foo"
} else {
"Bar"
}
```
As the daybreak faction, we should aim to have a consistent formatting style. These posts are for gath…
-
https://github.com/ivandevp/gh-search/blob/06319cd24720f0daae03fbed1cb2a37e5378c160/src/components/RepoIssues.js#L13
Use curly braces to make the code more readable:
```
.then(issuesResp =>…
-
## Describe the bug
when nesting if statements or other items that have curly braces, the compiler gets confused and is looking for RegEx
## To Reproduce
Steps to reproduce the behavior:
1. Mak…
-
Hello,
Thank you for making such useful project.
https://github.com/fixmycrypto/FixMyCrypto?tab=readme-ov-file#passphrase-wildcards
For example, I want to use this passphrase wildcard:
```
…
-
Vulnerable Library - grunt-cli-1.3.2.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/base/node_modules/kind-of/package.json,/node_modules/micromatch/node_module…
-
## Positron Version:
Positron Version: 2023.10.0 (Universal) build 1356
Code - OSS Version: 1.83.0
Commit: d1119ffbddb2b33f7351f0ca084afec0198e3eea
Date: 2023-10-23T03:06:35.396Z
Electron: 25…
-
**Version Used**: 16.6.1
I'm not sure when it happens so can't provide reproductions steps but it happens in [this](https://github.com/eyalsk/FindAndReplaceRobot/blob/2e4839094de05ebbd7e14c96c40dd4…
-
**Version Used**:
17.2.5
**Steps to Reproduce**:
1. Clone: [https://github.com/cyclr-adrian/CodeStyleAsErrorDoesntBreakTheBuild](https://github.com/cyclr-adrian/CodeStyleAsErrorDoesntBreakTheBui…
-
### Code
```Rust
#[tracing::instrument]
fn foo() -> u8 { 42 }
#[tracing::instrument]
fn bar() -> u8 {
42
}
```
### Current output
```Shell
warning: unnecessary braces around …