-
Disclaimer: I am not sure if this an actual bug or rather a diagnostic issue.
The following simplified code
```rust
use std::str::FromStr;
type BoolErr = ::Err;
struct Error(BoolErr);
…
-
Lexical version: 0.16.0
## Steps To Reproduce
user agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36
https://github.com/fa…
-
Given the following code:
```rust
let is_greater = 5 => 3;
```
The current output is:
```
Compiling playground v0.0.1 (/playground)
error: expected one of `.`, `;`, `?`, `else`, o…
macmv updated
3 months ago
-
### Summary
This lint fires for any continuation that isn't indented as much as rustdoc thinks. But, a one-character-less indent for a bulleted list is wholly unambiguous and doesn't pose the risks …
-
### Environment information
```bash
CLI:
Version: 1.5.3
Color support: true
Platform:
CPU Architecture: aarch64
OS: …
-
### Reproducible in vscode.dev or in VS Code Desktop?
- [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop
### Reproducible in the monaco editor playground?
- [ ] Not repro…
-
### Package
@carbon/react
### Browser
Chrome, Firefox
### Package version
v1.50.0
### React version
v17.0.2
### Description
Should not have adjacent ellipses in pagination.
…
-
### Library name and version
Azure.AI.OpenAI
### Describe the bug
When trying to call a chat completion it seems like if there is an error nothing is ever thrown and it appears like the application…
-
It would be awesome for people to be able to play with Nim examples in their browser.
Nim's playground accept urlencoded code with the `code` tag
https://play.nim-lang.org/?code=THECODE
For exa…
-
When an if-else block produces a value and this is followed by an operator and this all happens inside a block, this is apparently a parsing error.
When the operator is `+`, the parsing error is po…