-
Originally reported on Google Code with ID 7318
```
Found in GWT Release (e.g. 2.4.0, 2.5.0 RC):
2.4.0
Detailed description (please be as specific as possible):
1) from the SuggestBox class Javadoc…
-
For example, if I have:
`public final Optional foo;`,
the generated assertion is:
`hasFoo(java.util.Optional foo)`
when it should be:
`hasFoo(java.util.Optional foo)`
-
- [x] Is this an issue (and hence not a question)?
I'm trying to use MapStruct with kotlin codebase. For the most part i'm pretty successfull, but i have 2 issues that are weird and require workar…
-
Given this models:
```ts
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "darwin", "debian-openssl-1.1.x", "linux-musl", "windows"]
output =…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Setting up Dto Property Name with Newton.Json Causes System.Core.PrivateLib Exception but If we setup Dto Property Name with System.Text.Json there's no issues at all.
**Logs:**
[2023-01-14T20:10:…
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
#### Bug Report Checklist
- [ ] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
## Bug Report
```
[Nest] 14964 - 08/24/2023, 12:15:56 AM ERROR [ExceptionsHandler] Cannot read properties of null (reading 'options')
TypeError: Cannot read properties of null (reading 'options'…
-
could you use a framework such as MediatR.WebApi which is specifically designed to integrate MediatR with web API's, it provides a simple way to expose your handlers as web api endpoints, it also all…