Kiril Karagyozov

Results 26 issues of Kiril Karagyozov

In the controller I'm basically returning a server-sent event by manually setting the content type, starting the response with `Response.StartAsync(cancellationToken)` and then directly writing data to `Response.Body`, finishing with a...

area-networking

The `ExcelReader` creates streams, like `ZippedXlsxFile`, but it never disposes them.

I see there's some code that's been added that populates the headers for rate limiting, but they're unusable as our current implementations require a successful status code response before we...

enhancement
help wanted
good first issue

I get the following exception when using `SftpClient.Create(string)`: ``` Renci.SshNet.Common.SshException: 'Cannot open file in mode: CREATE|EXCLUSIVE|READ|WRITE' ``` I've given full access for the transfer protocol as well as the s3...

This currently is an extension for VS code. It'd be amazing if you could also make an extension for Visual Studio offering the same functionalities.

enhancement
help wanted

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug HotChocolate is unable to deserialize a `ListType` field the way...

🐛 bug
🌶️ hot chocolate