Haibo Yang

Results 18 comments of Haibo Yang

> @YoungHypo I believe it is in a good enough shape for the merge, so please do squash. Still other developers may request some extra changes in the meantime. @svoj...

Hi @svoj , just following up on the status of this PR. I was wondering if there’s been any further feedback from other developers. I’m happy to help with any...

> Hi @YoungHypo. No feedback yet. I will be trying to get things rolling. In the meantime, unless absolutely necessary, it'd be good to keep this PR intact, no need...

@vuvova @svoj @kr11 Thank you very much for the update, and really happy to hear that everything is moving forward. [VIDEX - PR 47](https://github.com/bytedance/videx/pull/47) already includes the installation and execution...

Hi, @svoj The new [commit-5a7b576](https://github.com/MariaDB/server/pull/4217/commits/5a7b576f3d49ed27a4aec1958b372c9d725fa832) fixed a gcc linking error (undefined symbol: VidexJsonItem::add_property_nonan(...)) by moving the template function `add_property_nonan` definition from the .cc to the header file. Clang silently ignored...

> > > It's Ok to remove the code lines. > > > > > > What about the un-login-able problem? Currently we have > > ... > > python...

> Well, it seems like the dashboard has [enzyme](https://github.com/enzymejs/enzyme) as a [devDependency](https://github.com/hyperledger-cello/cello/blob/fad61c23635c32039bd6fd3a03f1e8b74983d9c1/src/dashboard/package.json#L109), which in turn depends on [cheerio](https://github.com/cheeriojs/cheerio). Five days ago, cheerio released a new version [1.1.0](https://github.com/cheeriojs/cheerio/releases/tag/v1.1.0), which upgrades its...

> Please define constants, as suggested by Gemini. > > As for a more long-term solution, I will add this to the PRD. Thanks for your suggestion! I’ve first made...