C-Bass
C-Bass
You had fixed this apparently but now the problem is back. https://github.com/mitulgolakiya/laravel-api-generator/issues/29 Using the dev-master (tried using the @dev as well) I am still running into many cases where I...
Currently artyom.js is a very solid library but only works on Chrome. By allowing the use of Google Cloud Speech api, it could work on all browsers that support the...
There is a real need for an open-source alternative to Laravel Shift and I thought this could be it. I hope you continue to improve it compatible with other versions,...
In my case I have a resource with many detached actions, over 15 of them, so it doesn't make sense to show 1 or 2 and then show the rest...
I've run into issues where I am trying to save very large amounts of data with vuex-orm and I'm hitting the localstorage limit I was wondering if it would be...
I noticed if you press the `p` then the `event.key` is `p` I noticed if you press `shift+p` then the `event.key` is `P` and if you press `alt+p` then the...
I'm using this for the first time. I started from a fresh project then ran ``` vue init pwa#development my-project ``` I'm just testing and learning. I created a new...
Hello! I've been using your awesome library for many years now, and recently I was tasked with migrating a project that made heavy use of this library to Vue 3....
I've been using this app for almost 3 years so I have over 1000 stars and lots of tags. Today I decided to try the self-hosted solution so I could...
In my projects I mix bootstrap with tailwind so as per recommendations I configured my tailwind.config.js to use a prefix: `tw-` I've noticed that Headwind doesn't sort my tailwind classes,...