nosizejosh

Results 16 issues of nosizejosh

the fron end code will not run, error in browser console as follows; > favicon.ico:1 GET http://localhost:3000/favicon.ico 404 (Not Found) > A bad HTTP response code (404) was received when...

the back-end will not run on Windows, after following all the steps due to the error > 'NODE_ENV' is not recognized as an internal or external command, operable program or...

using the package results in vuex state mutation errors, in strict mode > vue.esm.js?efeb:1743 Error: [vuex] Do not mutate vuex store state outside mutation handlers. > at assert (vuex.esm.js?358c:97) >...

I have been struggling to insert objects into an array on the Meteor user document and keep getting errors with my query. I am trying to achieve similar structure as...

will accept pull request

I have researched and cant find why a simple swap from using less to scss of the same codebase is leading to errors. from the image below, the file path...

Hey @one-aalam, I am moving way from using composable with @nuxt/supbase to use your model. I have found I am unable to get the $subpabase in NuxtRouteMiddleware as precisely I...

hello @one-aalam, I have now been able to get user profile and want to merge that and have it globally accessible, any help on how to achieve that? ``` const...

### Reproduction none ### Describe the bug WARN Module FormKit is disabled due to incompatibility issues: 17:03:33 [nuxt] Nuxt version ^3.0.0 is required but currently using 3.0.0-rc.11 and I tried...

🐛 bug-report

I am building a filter with this plugin using group labels. For the "Everyone" and "You" options, I want to hide the group label and only show the option. Any...

Is there a way to achieve the following ui, an icon before the search input without having to use button and grouping with multiselect? ![image](https://user-images.githubusercontent.com/392227/221383944-23a741dd-3fae-4f56-9dc9-77fba549ee0e.png) version is "vue-multiselect": "^3.0.0-beta.1" A...