Jimmy

Results 10 issues of Jimmy

What we need to do for the last packages of this repository, extract or delete ? - browserconfig - localtunnel - plugin-utils - vendor - toast => maybe delete this...

Resolves #1758 Add translation for : - [x] https://nuxtjs.org/fr/integrations/deployments/layer0 - [x] https://nuxtjs.org/fr/integrations/deployments/cloudflare - [x] https://nuxtjs.org/fr/integrations/deployments/dokku - [x] https://nuxtjs.org/fr/integrations/deployments/fume - [x] https://nuxtjs.org/fr/integrations/deployments/qovery - [x] https://nuxtjs.org/fr/integrations/deployments/heroku - [x] https://nuxtjs.org/fr/integrations/deployments/stormikitio - [x] https://nuxtjs.org/fr/case-studies...

french
documentation

Hey guys, Thanks a lot for your greatful work. I have some problem to integrate your module into NuxtJs framework. In my module, i have these lines : ``` import...

feature request
contribution welcome
3.0

Hi all ! On my project, i use vue-tabs (so simply to use) but i need more liberty to obtain my result. vTab has only one property (title), can i...

Result : ![Image](https://user-images.githubusercontent.com/9429420/182390491-280f72e0-4f0a-465c-b339-98989b2c3300.png) Expected : It should apply border radius on the shape

bug

Hi again, I try to load module like Exporting or Maps but it's not working. `import Exporting from 'highcharts/modules/exporting' import Drilldown from 'highcharts/modules/drilldown' import Highcharts from 'highcharts' // Load Drilldown...

Hi, When execute `npm run test:unit`, here is the following result : ``` ----------|----------|----------|----------|----------|-------------------| File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line...

Hi thanks a lot for this wonderful module :) Is possible to add @keyup event on input search ? ``` ``` In fact, i need to add the possibility to...

Hi :) I followed the getting started to integrate it into my project . Code looks like : ``` data () { return { awss3: { signingURL: 'http://localhost:9999/scan/signedUrl', headers: {...

Hi 👋 # Context I would like to create a custom component to be reusable inside all the documentation 😍 ```tsx type IframeProps = { url: string; }; export const...

enhancement
good first issue