Thang Minh Vu

Results 14 comments of Thang Minh Vu

You're right. We can do simple pagination and lazy load when querying products. Feel free to create a pull request 👍

Do you mean it should get from '#', '##' ... tag?

Should the sidebar include toc of the current page, or it should include toc of all website? Current page only:

I've changed to Please help to review the code when you're available.

@egoist Could you please help to review this pull request again? 🙇

Hi @juliusvonkohout , The purpose is that we can use OIDC IdToken or serviceAccount token to authenticate in oidc-authservice. The upstream action can be calling KFServing API. Currently, it's only...

Currently, I'm using it to invoke KFServing outside of cluster. Not test with pipeline yet.

@snmohan83 I implemented this in a private project. Do you have a suggestion on how to create an example for this easily for you to check?

@louiscoetzee Could you please show the code where you're using this component?

You need to pass `monthLabels` to the component ``` export default { data() { return { monthLabels: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'] }...