Fuyang Liu
Fuyang Liu
Feels like we are close to use rust standard future and even using the async await syntax. Do you plan to do some further work on this for your example?...
Is it possible to use some parameter to show the time used for getting the response? Thank you
This could be a handy method to add? Now we can do stuff like: ```rust warp::reply::json(value).with_status(StatusCode::CREATED) ``` or this can be simply done as well: ```rust let routes = warp::any().map(||...
https://github.com/pingcap/talent-plan/blob/master/rust/projects/project-2/project.md#part-6-stateless-vs-stateful-kvstore Borrow Brian's comments from the slack channel: "The statefulness is useless in project 2 where there is no server, but is important in project 3. The text should clarify...
I saw error like this when start an application ``` com.typesafe.config.ConfigException$BugOrBroken: replace in parent not possible ConfigDelayedMerge("mushroom3",${?DB_PASSWORD}) ```` it seems the problem happens when I set `password: ${?DB_PASSWORD}` in the...
It seems runs slowly in browser, can we have a wasm version of it somehow? 🤔
## **Is your feature request related to a problem? Please describe.** As you might know it or not, I had bought 2 Ant BMS and they both didn't start on...
Firstly thanks for the great work, it works out of the box for me. My BMS arrived without a bluetooth module, so I cannot connect it with my phone to...
Seems a bit confusing about `REQUESTLOGGER_CODETOLEVEL` and `REQUESTLOGGER_STATUSTOLEVEL` on which to use and how to exactly use it, perhaps one can just set it like `REQUESTLOGGER_CODETOLEVEL=DeadlineExceeded:ErrorLevel`?
I got this ``` [go-integration-test] panic: cloudrunner.Logger must be called with a context from cloudrunner.Run [recovered] ``` error during an integration test while I added some code like this in...