Miha Markič

Results 49 issues of Miha Markič

Serializers (well, json one) use internally MemoryStream and I don't think MemoryStream ever shrink their buffers. They just grow them by factor of 2 when required. And serializers are being...

enhancement
Needs: Author Feedback

Looking at serialization, I see that `IParseNodeFactory.GetRootParseNode` is synchronous even though it reads from a stream. If nothing else, this is a problem on server side where async read is...

enhancement
breaking-change

Getting synchronously results from async functions is quite an issue and should be avoided. Specially in a UI thread environments as described in Stephen's [blog post](https://blog.stephencleary.com/2012/07/dont-block-on-async-code.html). Sample code in `KiotaSerializer.GetStreamFromString`...

Is there a react integration somewhere?

question

Hi guys, I've created a master node which works fine. Set replicaiton user. Now, when I try to do a snapshot, I get the error below. Any idea what could...

Added functionality that issues a new token with new expiration based on existing valid one. So the client can get a new token without a new user authentication.

It'd be nice if there was an option to use an existing icon for the exe's icon.

I'm looking at this OpenAPI 3 schema: [Bankart](https://gateway.bankart.si/Schema/V3/OpenApiSpecification.yml) and C# generator generates wrong code (syntax error) on two issues: - ThreeDSecureData.3dsecure property - it generates constructor like `public ThreeDSecureData(ThreeDSecureData_3dsecure? @3dsecure,...