Valery Mironov
Valery Mironov
@lemire Hello, would you interested to discuss the appropriate API/implementation for this? I think I would be interested in implementing this for simdutf during my weekends. Especially since there are...
https://github.com/iresearch-toolkit/iresearch/blob/master/cmake/FindICU.cmake#L131
Hello, @DarkDeddok Can you run on machine after crash something like? ``` coredumpctl debug frame 3 ```
https://github.com/simdjson/simdjson/blob/master/.github/workflows/msys2.yml yep it works
Here/Next now should be implemented for ReturnAwaiter, not for PromiseType
Also same needs for Task
@chethan27 Hello, cool! One moment. Now co_await single future was optimized. So implementation suggested in this issue is impossible. Instead you need to make Return awaiter a derived from InlineCore,...
https://github.com/google/s2geometry/pull/285 Also fixed in s2, don't think it's best solution but works for us
@derekmauro I probably wasn't clear enough. Something like this explain better. ```cpp TEST(Table, ReservedTemp2) { if (!SwisstableGenerationsEnabled()) GTEST_SKIP()
@derekmauro Hello, is it reproduce issue for you? Or I need to provide something else? It's different test. It's not in your CI now. It's about two cases: 1. Unsigned...