Burak Tamtürk
Burak Tamtürk
I don't think that manipulating FS/GS segment from the driver would solve the issue as they are likely to be restored (maybe from ETHREAD structure?) on taskswitch. Also, Windows uses...
Something like this just better than just specifying integer for timeout parameter. Manually cancelling the request is a thing. https://github.com/whatwg/fetch/issues/20#issuecomment-217632042 ``` javascript var cancelpromise1 = new Promise(function(resolve, reject) { setTimeout(resolve,...
@ranouf I was planning to use it in a that way, too. I really wonder that why .net developers give Streams such a low interest. There is no Stream multiplexer...
What I don't really understand is the current code base is dual-licensed so what prevents for profit companies to use it under "QuestPDF Community MIT License", which is more permissive...
Can this be merged? The newest version of EF Core CLI doesn't work without it.