Yulong Ruan

Results 69 comments of Yulong Ruan

Thank you! @ScriptedAlchemy Would love to see the meeting record, anywhere I can watch it? 👀

I have the same issue on OSX, I was trying to trace the commit history and the original unit tests. But couldn't find a particular reason for why having the...

I'm facing the same problem, we are working on a monorepo based on `pnpm`, every time when we add dependencies to one application, all the projects cache gets outdated. It's...

For anyone who runs into this issue, the solution from @ije and @danieloprado in https://github.com/pmmmwh/react-refresh-webpack-plugin/pull/516 works perfectly for me. I end up with `pnpm patch` to patch the package, you...

> @ashwin-pc I think the major concern left is the one that we may introduce an in-direct dependency in core to plugin ([#6060 (comment)](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6060#discussion_r1517106496)) , For now there are two...

I'm getting the same issue **with multi tenancy enabled**, step to reproduce: 1. Run OpenSearch 3.0.0 tarball or `opensearchstaging/opensearch` 3.0.0 docker image 2. Run OSD locally from `main` with `security-dashboards-plugin@main`...

@raintygao I suggest to create an issue to track the future enhancement, specifically for the resizable button component. It's crucial to avoid duplicating code between OUI and OSD. Let's keep...

@wanglam Can we resolve this issue?

#### `Categories` return type To my understanding so far, define `type` such as `unified` or `ordered`, etc in the returned object sounds a bit unnecessary, seems it's mostly about how...

`documentationHref` I feel having something called `documentationHref` on section API sounds too specific, I don't know if this will be a common pattern of "Section". I guess in practice, people...