-
Greetings,
I just tried to return a Generator directly from my action, using @Rest\View annotation but FOSRestBundle generated an empty `{}`.
If I use `iterator_to_array` to transform the Genera…
-
Since the version 5.4.0, the code generation of the following component via the spring generator generates the following model
```yaml
schemas:
Person:
type: object
properties…
-
In Mongoid when you define for example something like this:
```
class User
include Mongoid::Document
field :firstname, :type => String
field :lastname, :type => String
field :admin, :type => …
-
I tried to follow the guide on http://orika-mapper.github.io/orika-docs/mappings-via-classmapbuilder.html
and created the following file:
``` java
import java.util.Date;
import ma.glasnost.orika.i…
-
I would like to run my Azure instances of LLMs since I am a developer and I have 150$ credits I can use.
Also I would like to use o1-preview on OpenAI or Azure or Anthropic for all but code generati…
-
Missing the modelling of
+ _02_actor_existence_birthDate_p82a
+ _02_actor_existence_birthDate_p82b
+ _02_actor_existence_deathDate_p82a
+ _02_actor_existence_deathDate_p82b
-
#### 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 description
```prisma
model A {
id Int @id @default(autoincrement())
name String
b B[]
}
model B {
id Int @id @default(autoincrement())
name String…
-
Here are the models:
```dart
/// [UserProfile] model
@freezed
@ReactiveFormAnnotation()
@FormGroupAnnotation()
class UserProfile with _$UserProfile, BaseUser, NexusElement {
const factory U…
-
##### Description
I'm located in Austria which is GMT+1 and in daylight-saving period it is GMT+2. When I have this API definition
```yaml
openapi: 3.0.0
...
components:
schemas:
Member…