Thang Minh Vu

Results 21 comments of Thang Minh Vu

Hi @bedus-creation, Thank you for your comment. Unfortunately, this library only supports `moment` date object. Please feel free to fork it.

@baffalop You should use ```javascript import { longClickDirective } from "vue-long-click"; ``` @rubencanovaca I created a demo on Codesandbox, it seems ok. https://codesandbox.io/s/gifted-firefly-q4p60?fontsize=14&hidenavigation=1&theme=dark

It seems the issue is caused by browser's LastPass extension. After disabling it, Kubeflow UI works as normal. https://community.logmein.com/t5/LastPass-Support-Discussions/Lastpass-is-adding-a-CSS-element-below-footer/m-p/291627

I've tried to create PERSISTENT_2 with `s3ImportPath` and there is an error ``` BadRequest: Linking a Persistent 2 file system to an S3 bucket using the LustreConfiguraton is not supported....

One idea is changing API for PERSISTENT_2 to support multiple dataRepositories, for example: ``` kind: StorageClass apiVersion: storage.k8s.io/v1 metadata: name: fsx-sc provisioner: fsx.csi.aws.com parameters: subnetId: securityGroupIds: deploymentType: PERSISTENT_2 dataRepositories: -...

When you publish your library to `npm`, it will actually publish js file in `lib` folder https://github.com/prograhammer/vue-library-template/blob/788eea64000fc15482d29f22978023937b0275cf/template/package.json#L6

@fundon Can you have to review this pull request?

@jakeYeager This repo doesn't use `vue-chartjs`. It consumes `chartjs` package directly.

I've create an example of using serverless with elasticache and NAT. You can check at https://github.com/ittus/aws-lambda-vpc-nat-examples