-
Hi,
I am trying to use NSwagStudio to generate C# from a swagger specification and am getting the following issue.
Definitions in the swagger which use inheritance through allof but do not add any…
-
### _Versions_:
* class-transformer: 0.4.0
* class-validator: 0.13.2
### Description
Using _Transform_ from _class-transformer_ and _ValidateNested_ of _class-validator_ seems to skip validat…
-
### Description
Pydantic models use the field alias for validation and the field name for serialization (unless `prefer_alias=True` is passed explicitly). However the generated OpenAPI shows the al…
-
# Current Behavior
I can create an email that has spaces at the end: "example@test.com "
# Desired Behavior
We want to automatically remove spaces at the beginning and end of every field…
-
```
PulsarPartitionSplit{partition=persistent://10001001/default/xdr_mss_input_alert-partition-0|0-65535} consumer for current reader.
2022-11-01 23:48:52,138 INFO org.apache.flink.connector.pulsar…
-
Hi Tal
I am using SMBLibrary for some years and I Owe myself to it.
Moreover nowadays getting async/await is unavoidable for most scenarios and even in my applications also using SMBLibrary in async…
-
**Context**
- ASP.NET Core 6
- Microsoft.AspNetCore.OData: 8.0.12
**Description**
Given the following datamodel:
```
public class Item
{
public int Id { get; set; }
[Required]
…
-
# Summary
Currently the XML Documentation is used to automatically generate graphql schema documentation, which already is pretty handy 👍
Though it can be improved in my opinion.
I personally like…
-
I am trying to configure mapping for F# option types but have run into an exception that I could not diagnose. Attached is my attempt.
[ConsoleApp1.zip](https://github.com/mikependon/RepoDb/files/4…
-
how many epoch do I have to train to reproduce the model as paper
I think, I have to use the pretrained model which trained on h36m dataset. right?
then how many epochs do we need for fine tuning on…