-
```
2017-09-19 13:49:45.6005 Info http://localhost:38085/api/v2.0/indexers/filelist/results/torznab/api?t=tvsearch&cat=5000,5030,5040&extended=1&downloadvolumefactor=0&apikey=an0h8yibggreyqgcysyayy…
-
NSwagStudio version v13.0.5.0 (x64).
Doesn't matter if I deselect client, exception or DTO generation. Also happens when trying to generate TypeScript client.
Schema: https://dx-api-au1.thingpark.…
-
Hello,
I just want to map a simple object including a one-to-many relation, however, it always returns this error.
```
1) Error mapping com.example.ProductDTO to com.example.Product
1 error] w…
ghost updated
2 months ago
-
```
Sometimes, when we build/rebuild, stuff gets recompiled that doesn't need to
be. This ultimately cascades down to rebuilding the client, which is hugely
expensive. Not sure where the problem i…
-
```
Hi,
I ran MOSAIK, and everything went ok other than the MosaikText step. The error
stream is empty though in:
/usr/pl_cache/pipeline/2011August08_17h26m48s975ms/streams
/usr/pl_cache/pipelin…
-
There are two kinds of built in name comparison strategies: case sensitive/case insensitive.
Like that
```
string.Equals(x.Name, prop.Name, stringComparison)
string.Equals(destProp.Name, matchStart,…
-
### Symfony version(s) affected
6.2.2
### Description
When `CamelCaseToSnakeCaseNameConverter` is enabled, both `snake_case` keys and `camelCase` keys in array are denormalized to `public camelCase…
-
Je ne retrouve pas certaines données dans faune-france, par exemple
E022N675 | Oie des moissons | [odf](https://www.oiseauxdefrance.org/prospecting?area=10kmL93E022N675&type=ATLAS_GRID) | [ff](http…
-
When I try to open DS4Windows while my DualSense Edge or DualSense is connected it either will not open unless I run as administrator or open through the DS4Updater then open. Once open it will briefl…
-
Currently everything depends on messages.
* This happens partially because messages contains the entire domain.
* And partially because we use messages as the Gherkin AST.
This is not great …