jsodeman

Results 10 issues of jsodeman

I like Voca better than the alternatives, but I can't see how you would convert camelcase into words. In other libs it's called .humanize For example: "camelCase" -> "camel case"

I was trying to use vue-awesome to fix the issue with icons not toggling, but when I added the @fort-awesome/fontawesome lib to my .vue component all of the non-Vue icons...

bug

### Version 6.2.1 ### Browser and OS info Chrome 105 / Windows 11 ### Steps to reproduce Create a layout using Vue2 and Vuetify. Run the dev server with HMR....

**Is your feature request related to a problem? Please describe.** If you drag and drop a file (an image for example) from another website into VFA nothing happens. **Describe the...

I'll sometimes have a list of string that I need to combine into a single line. For example changing: One Two Three Four Into: One, Two, Three, Four This can...

enhancement

vue-events has more popularity and seems to solve the same problem. It would be great to see something in the docs about how/when vue-geb would be a better choice,

Is there a recommended way to check to see if a trade is complete? I was thinking you would place an order, keep the resulting OrderID, and then check the...

### Describe the bug Importing the yupResolver results in an error: "[plugin:vite:import-analysis] Failed to resolve entry for package "@primevue/forms". The package may have incorrect main/module/exports specified in its package.json." Importing...

Status: Pending Review

### Describe the bug If you have FormField children of a Form that are conditionally visible, when the visibility changes then the Form is not revalidated. ### Reproducer https://stackblitz.com/edit/primevue-4-vite-issue-template-xzh1ek?file=src%2FApp.vue ###...

Resolution: Help Wanted

Thank you for this plugin! When building I'm getting the following messages: ``` No name was provided for external module "primevue/inputtext" in "output.globals" – guessing "__unplugin_components_0". No name was provided...