devhl-labs

Results 35 comments of devhl-labs

This change wont be needed once my remove discrim pr is merged.

Can you try my branch to see if it works for you? https://github.com/OpenAPITools/openapi-generator/pull/18445

I also see sqlite3 not installed. After installing it, I only had more issues. Directory `/etc/pihole` does not exist. I changed this path in youtube.sh to what I'm guessing it...

> I recognized that DateOnly will only be handled as a nullable value type when using the library GENERICHOST. When using the library HTTPCLIENT I experience the same problem as...

Kept the discriminator property so de/serialization can still work with libraries other than STJ. Hard coded the value of the discriminator property so we can remove it from the constructor....

@marcselman The fix for this issue was just moved behind an option. To use the fix now, please add an additional property modelPropertySorting with value either alphabetical or default. The...

An example showing two .net core console apps communicating with SignalR would be fantastic.

While testing my library I found that this library does not always require the .Value to be there when working with nullable types. It would be nice if it were...

It does that if it is both not required and nullable. I see in the json you gave here, the field is called markup, yet the C# property is called...