-
https://godbolt.org/z/61Ksso41s
```cpp
struct Foo {
int x;
};
void test() {
Foo f1{.x{3}};
Foo f2 = {.x{3}};
(void)f1;
(void)f2;
}
```
```console
:6:12: warning: braces around…
-
Someone may try to write code like this ([playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=14c47489294acc468ca46b036fef4086)):
```rust
#![allow(incomplete_features…
-
Cabal files apparently allows writing curly braces around blocks, which confuses implicit-hie. For example, this file: https://github.com/ivan-m/graphviz/blob/42dbb6312d7edf789d7055079de7b4fa099a4acc/…
-
```py
f"{1} 123{ {123}}123\n" # correct
f"{1} 123{{123}}123\n" # incorrect
```
![image](https://github.com/DetachHead/basedpyright/assets/65446343/77edb38d-b0f9-45ec-afca-1ee4156c33f7)
-
Howdy,
[See this link](https://github.com/advisories/GHSA-grv7-fg5c-xmjg)
You depend on this npm package.
-
The proper comment delimiters for Pascal are curly braces { } but they are not handled as well as the older digraph (* *) comments.
-
### What kind of issue is this?
- [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- [ ] babel-plugin-react-compiler (build issue installing o…
-
When a citekey has braces the parser can't handle it. Maybe we should strip them when processing?
The example **bibtex** I've got:
```
@book{book:{421090},
title = {Fuzzy Reasoning in Inform…
-
I'd prefer to use the double braces format for my variables, however, I'd like pystache to ignore certain cases, such as in this legitimate javscript snippet:
``` html
!function(d,s,id){{var js,fjs=d…
-
Federation is a big Use Case for SPARQL, so JOPA should support the SPARQL SERVICE keyword within SOQL/Criteria API.
Similar to #218, this is a completely new query feature and its syntax need to b…