Hung Viet Nguyen

Results 96 comments of Hung Viet Nguyen

@ItaloGoncales I cannot reproduce your issue. I clone your repository then run, but your linkedin app is disabled. I replaced it by my linkedin application's `clientId` and it work fine....

@xporium Note that this package support to get the authorization code to `Authenticating with OAuth 2.0` from [this tutorial](https://developer.linkedin.com/docs/oauth2) (step 2) You can send your authorization code to the server...

@Itzli2000 You can retrieve user information from linked by exchange access token using authorization code get from this package. Please follow this tutorial https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin?context=linkedin/consumer/context#retrieving-member-profiles > With your newly acquired access...

@groomain Thank you for submitting issue. Can you provide more information such as reproducible source code, screenshot/ video or environment?

Thank you @dzonatan for opening this and @ahnpnl for your context. I am the author of [jest-preview](https://github.com/nvh95/jest-preview) and I am about to open a similar issue to request this feature....

@all-contributors please add @Rohitbels for code

@Rohitbels Welcome to contributors 🎉

Hi @TheJaredWilcurt. Thanks for reporting this issue. `jest-preview` can work on any framework based on `jsdom`, so it doesn't matter if it's `@vue/test-utils` or `@testing-library/vue`. The example [here](https://github.com/nvh95/jest-preview/tree/main/examples/vue) uses `@testing-library/vue`...

Hey @ntt261298, please see my note above on a new approach to handle CSS. It would be great if you can give some of your thoughts. Thanks.