Gustaf Räntilä

Results 71 comments of Gustaf Räntilä

Sorry for the delay @triblondon and @colinbendell, I agree with you. I'm starting to think that fetch-h2 should **not** be Fetch API compliant by default, in that it should allow...

Hmm, the transformations goes through core-types and eventually into JSON Schema, OpenAPI or GraphQL, neither of which have namespaces. What is the expected result here? To simply extract interfaces from...

Interesting, this hasn't happened to me, but Visual Studio is notoriously buggy when it comes to parallel compilations. Perhaps some other compiler flags by default could help. Are you building...

Alright, they shouldn't end up in the same build directory if they are in different projects... I'll have a look at this in the weekend after having closed more generic...

Hmm, then you probably didn't build libq with C++17 in the first place, right? I haven't done so myself, so any input (and PR's if needed) are welcome!

This is two questions. The first is the equivalent to `std::async` which runs a function in a new thread (or potentially re-used thread, or potentially later after other tasks has...

Why would blocking read be a requirement? *Sequential* handling of completions I can understand, but nothing ever really needs to block. If it's performance critical and you don't want to...

> I noticed (in 1.10.2) that quite a few things get re-organized, long lines get chopped into multiple shorter, long one-line arrays get split into line-by-line arrays etc. I haven't...

@ksanderon FYI, https://github.com/grantila/q is another promise implementation