RobinQu
RobinQu
Hi~ It seems the problem with bluebird cannot be solved at all. For instance, a projects relies on multiple versions of bluebird because of its nested dependencies. npm3 won't remove...
+1 I wrote a custom enum handler. It's created multiple times for each result column in xml. However, in select queries, BaseBuilder resolves to the last created handler because it...
Workaround provided by @Hubbitus is working all right. But it's not DRY at all.
I am afraid this also affects the new option for setting default enum handler in https://github.com/mybatis/mybatis-3/issues/970
+1, right now I have to write something cumbersome like: https://github.com/RobinQu/instinct.cpp/blob/sprint/v0.1.1/modules/instinct-retrieval/include/retrieval/MultiVectorRetriever.hpp ``` void Ingest(const AsyncIterator& input) override { static int BUFFER_SIZE = 10; static ThreadPool WORKER_POOL; Futures tasks; input |...
> @RobinQu , added local-based thread_pool + global computational scheduler. Is it what you've exptected? I think it's a yes. Thanks for you quick response. it's good enough for common...
> BTW: I've seen your another point in email notification: to have some specific background thread to schedule background job you can use thread_pool(1) as global/static variable and schedule all...
@ybainier Can we merge this, so that it's available through conan.
Hope to update in npm soon, as this small bug was killing me and costed me hours
It looks like I am not alone. https://github.com/yhirose/cpp-httplib/issues/1379