Thang Minh Vu

Results 14 issues of Thang Minh Vu

Fix https://github.com/egoist/docute/issues/186 When `sidebar: 'auto'`, set sidebar to nav data

I'm using bazel 4.1.0 to build to project. Current set up: go.mod file ``` ... github.com/mwitkow/go-proto-validators v0.3.2 // indirect ... ``` WORKSPACE file ``` load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository") load("//:repositories.bzl", "go_repositories") go_repositories()...

**Which issue is resolved by this Pull Request:** Upgrade oidc-authservice to gcr.io/arrikto/kubeflow/oidc-authservice:e236439 - Support OIDC ID Token authentication - Support ServiceAccount Token authentication **Description of your changes:** - Upgrade oidc-authservice...

size/M
ok-to-test

At the moment I can only validate numeric field with '_isInt_', '_isFloat_'. In validator.js they have already support min and max for '_isInt_' and '_isFloat_' Please update our dependencies to...

**Is your feature request related to a problem?/Why is this needed** PERSISTENT_2 deployment type has some advantages: better throughput, auto synchronize from LustreFSX -> S3. It's not supported in aws-fsx-csi-driver...

### Environment * How do you deploy Kubeflow Pipelines (KFP)? Full Kubeflow deployment * KFP version: 1.8.1 * KFP SDK version: 1.8.12 ### Steps to reproduce ```python @dsl.pipeline(name="Test pipeline", description=__doc__)...

kind/bug

- [x] When build library, `peerDependencies` should be excludes (https://nodejs.org/en/blog/npm/peer-dependencies/) In my project, I put `vue` as peerDependencies, so it's not included in build library. This will keep library size...

Example: https://codesandbox.io/s/5mrzwp5q4p In above example, when click on `Change Data`, data is changed but it's not updated in chart ```vue Change Data import Chart from "./components/Chart.vue"; export default { name:...

Fix https://github.com/vue-bulma/chartjs/issues/23 According to [document](http://www.chartjs.org/docs/latest/developers/api.html?h=update) ```Triggers an update of the chart. This can be safely called after updating the data object. This will update all scales, legends, and then re-render...