Maurits Moeys

Results 16 comments of Maurits Moeys

Hey @zspitz thanks for the thorough elaboration. I will be getting back at this soon!

For me to fix this issue, it was as simple as properly using bash `sleep`, allowing the mssql server within the container to actually start up before trying to logon....

I'm about to start a new project using angular11 and this library. How is the compatibility this angular version? Is using this combination of versions a dead-end?

I'd like to point out a few more implications of option 4. Given the following part of the [spec](https://jsonapi.org/format/#document-resource-object-identification) > Within a given API, each resource object’s type and id...

An interesting case worth elaborating on is the OAS nullability on **B6** and **H6**. One might expect `TRUE` here, after all within the scope an OAS description it is possible...

Another (theoretical) use case for having something like`[Required] string?` property could be to read `null` as a "pristine" state, but disallowing a client to write `null`. Eg. `[Required] int? Grade`...

Hello @mark-gerarts, I'm considering introducing your php AutoMapper to our codebase at my employer. Trying to get a sense of the stability of this library. I noticed PR has been...

Happy to see this work is being picked up again! I wish I could devote a few months of my time to this again :-)