Results 64 issues of Leonardo Cavalcante

Is it possible to add icons to these files? - .editorconfig - .env - .eslintignore - .eslintrc - .gitignore - .npmrc - .prettierrc - *.test.ts I've tried this way, but...

### Reproduction https://formkit.link/033713494457849aac57cb4ba02d9ae1 ### Describe the bug Just add few number values, then delete these values. The cursor jumps around when adding and deleting ### Environment • OS: [all] •...

🐛 bug
🔵 priority-3
Pro

### Description With modern CSS, we get some issues with browser compatibility, maybe even unsupported ECMAScript features. This module enforces the project to run in a minimum browser version, and...

module-request

It would be fantastic if we could frame a page with, let's say with iPhone, and add all safe areas to simulate it https://blog.felgo.com/cross-platform-app-development/notch-developer-guide-ios-android ![fullscreen-app-notch-issue-iphonex](https://github.com/skmail/responsive-viewer/assets/1735944/166851cf-9b93-414f-8d1e-bcde0d4badcc)

I'm trying to use with nuxt 3, but I'm facing this error: `Failed to launch` 'localhost:3000/webviewer/./ui/index.html#d=%22https%3A%2F%2Fpdftron.s3.amazonaws.com%2Fdownloads%2Fpl%2Fdemo-annotated.pdf%22&a=1&filepicker=0&pdfnet=0&enableRedaction=0&disableVirtualDisplayMode=0&enableMeasurement=0&pageHistory=1&notesInLeftPanel=0&autoExpandOutlines=0&enableAnnotationNumbering=0&singleServerMode=false&selectAnnotationOnCreation=0&autoFocusNoteOnAnnotationSelection=1&id=1&basePath=%2F&webViewerJSVersion=8.12.0' `because the scheme does not have a registered handler.` component `PdfViewer.client.vue`: ```vue import WebViewer...

add support for another languages

One of the greatest features Nuxt has is folder based routing. But with this module example, we need to register all routes manually: ```ts nuxt.hook('pages:extend', (pages) => { pages.push({ name:...

Is there a method to avoid cutting words in the middle, similar to what this library accomplishes: [vue-read-more-truncate](https://github.com/EranGrin/vue-read-more-truncate)? As shown in the image below, the word `focused` is truncated to...