-
### Steps to reproduce
1. Create a MaterialApp with a top-level Navigator using a GlobalKey.
2. Inside one of the screens of the app, create a child Navigator (e.g., inside a FlowNavigator widget)…
-
Some books have this links to images with "code", for example here
https://www.safaribooksonline.com/library/view/Scala+for+the+Impatient,+Second+Edition/9780134540627/ch17.html#ch17lev1sec4
coul…
-
## Lapce Version
$0.2.7$
## System information
```yaml
Edition: Windows 11 Pro
Version: 22H2
OS build: 22621.1702
Experience: Windows Feature Experience Pack 1000.22641.1000.0
```
## …
-
### Describe the bug
Streamed Promises work correctly in the development environment (`npm run dev`), but block the page load in a built environment (For example `npm run build && npm run preview`)
…
-
At the moment, I can't find a way to enforce that only a single variant of an enum is set for a field when using `#[serde(flatten)]`. I would _expect_ that if I had a setup like this:
```rust
#[de…
-
The reference section of the documentation is almost like a small book on Dotty, as such it would be nice if it could be navigated more like an online book, either with links at the bottom, or with gi…
-
## Description
When using Windows 10 source, the progress bar does not update every second and only updates when paused (check video).
## How To Reproduce
1. Choose windows 10 source.
2. Open br…
-
1. [Path patterns (src):](https://doc.rust-lang.org/reference/patterns.html#path-patterns)
> Qualified path patterns can only refer to associated constants
How about this? -> `::A`
Couldn't thi…
-
Filling craft orders with own materials throws this pop up.
![image](https://github.com/user-attachments/assets/5fa6fd37-4251-4492-863c-dd255e9b16c4)
![image](https://github.com/user-attachments/ass…
-
`rename_all` is useful in situations where the format you're serializing from and the format you're serializing to may have different forms (i.e. `rename_all(serialize = "SCREAMING_SNAKE_CASE", deseri…