-
```rs
#[derive(Debug, Deserialize, IntoParams)]
pub struct VecTEST {
mint_assets: Vec,
}
#[utoipa::path(
get,
path = "/vec_test",
params(VecTEST),
re…
-
By slightly modifying java classes, it turns out to run on 1.20.0, but there is a problem with the fact that spygot does not allow the player to smoothly fly up to the teleportation point. In the logs…
-
## Context
`connpool.connect()` and `connpool.call()` authenticate using a user that is specified in the `iproto.advertise.peer.login` configuration option.
The idea here is that an in-cluster c…
-
#### Checklist
*Please replace the space inside the brackets with an **x** if the following items apply:*
- [x] I've verified that I use the latest version of the add-on by redownloading it fro…
-
THIS IS A FEATURE SUGGESTION / BEGGING
I love Notepad++ and have used it for years, even working at my job alongside a former Notepad++ developer teammate back in 2005
I hate RegEx and have neve…
-
Metadata implements `hashCode()`, despite being a mutable class.
`hashCode()` exists solely to enable storage datastructures (such as Map and Set); and they behave very badly when the hashCode of a…
-
### Link to the code that reproduces this issue
https://github.com/03k64/nextjs-parallel-routes-bug-repro
### To Reproduce
1. Run the linked project with `npm run dev`
2. Navigate to the [resource…
-
https://github.com/plantuml/plantuml/issues/1519
-
### **Issue Description:**
Scene fails to respect order of loaded UI during runtime if it has been modified.
### **Steps to reproduce:**
1. Have UI load in this order:
const uiComponen…
-
Follow up to https://github.com/gislars/strassenraum-berlin/issues/11
# Case
We want parking areas to be tagged with parking=street_side or parking=lane to be added to the processing.
However, …