Pham Thai Hoa

Results 11 issues of Pham Thai Hoa

Hi Admin, {% for key, value in dict_item.items() %} Key: {{key}} Value: {{value}} {% endfor %} It is not working. Thanks!

enhancement

[100%] Linking CXX executable bin/xapiand /tmp/ccCJI9fa.ltrans2.ltrans.o: In function `main': :(.text.startup+0x6bf): undefined reference to `cap_init' :(.text.startup+0x6f5): undefined reference to `cap_set_flag' :(.text.startup+0x715): undefined reference to `cap_set_flag' :(.text.startup+0x725): undefined reference to `cap_set_proc' :(.text.startup+0x771):...

Hi admin, I use `grpcio` to build `grpc` server. #client-rust use #tokio runtime, `grpcio` use another runtime. How can I use `tikv-client` in RpcContext `grpcio` ? Thank you!

In file included from /home/linuxpham/servers/temp/rocksplicator/common/stats/stats.cpp:20: /usr/local/include/folly/stats/BucketedTimeSeries-defs.h:28:1: error: redefinition of ‘folly::BucketedTimeSeries::BucketedTimeSeries(size_t, folly::BucketedTimeSeries::Duration)’ BucketedTimeSeries::BucketedTimeSeries( ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/folly/stats/BucketedTimeSeries.h:493, from /usr/local/include/folly/stats/MultiLevelTimeSeries.h:25, from /home/linuxpham/servers/temp/rocksplicator/common/stats/stats.h:72, from /home/linuxpham/servers/temp/rocksplicator/common/stats/stats.cpp:16: /usr/local/include/folly/stats/BucketedTimeSeries-inl.h:27:1: note: ‘folly::BucketedTimeSeries::BucketedTimeSeries(size_t, folly::BucketedTimeSeries::Duration)’ previously declared...

Hi Mr, After compiled the tests/cluster_pool.cpp, It can not run successfully. ## There is an error as this output : Running 2 test cases... unknown location(0): fatal error in "set_key":...

``` import ( "github.com/valyala/fasthttp" ) var proxyClient = &fasthttp.HostClient{ Addr: "upstream.host:port", // set other options here if required - most notably timeouts. } func ReverseProxyHandler(ctx *fasthttp.RequestCtx) { req := &ctx.Request...

The extension (does not work with JupyterLab 4.0.4

WARNING: Logging before InitGoogleLogging() is written to STDERR F20210322 00:26:27.183390 1557658 PluggableFunction.cpp:32] Check failed: !std::exchange(defaultImpl_, defaultImpl) Pluggable function can be registered only once *** Check failure stack trace: *** Aborted...

Hi Admin, I tried to build mcrouter from source. git clone --recurse https://github.com/facebook/mcrouter.git ``` autoreconf -i git tag|tail -1 > VERSION export FBTHRIFT_BIN=/usr/local/bin LDFLAGS=-L/usr/local/lib CPPFLAGS=-I/usr/local/include ./configure --with-boost=/usr/local --with-boost-libdir=/usr/local/lib ``` make...