Sean Kennedy
Sean Kennedy
Solves https://github.com/tristen/hoverintent/issues/21 -- alternate solve to what #32 is doing. -- This PR adds the option to `reset` the hoverintent usage when `remove` takes places. This optionally fires the `onOut`...
### Bug Summary Various warnings/errors thrown when building the app ### Detailed Description ``` The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. vite v5.0.3...
### Bug Summary Supress or otherwise disable unsupported features when running in CI ### Detailed Description ``` ✓ Plays NINE on jacks from a seven (11698ms) [2200:0315/184219.658853:ERROR:object_proxy.cc(590)] Failed to call...
### Feature Summary Async load top level view components to take advantage of code splitting ### Detailed Description Convert routes to something like this: ``` const routes = [ {...
### Feature Summary Enable wildcard routing in sails.js ### Detailed Description This will lay the groundwork for switching to the web router in vue router.
### Feature Summary Add GA4 or CloudFlare to Capture Relevant User Data ### Detailed Description This will help identify how much traffic we get, where it's coming from, etc. If...
 Probably worth turning this off as it exposes your `sails.js` SDK version which feels like a security issue.
https://code.visualstudio.com/docs/getstarted/settings This will allow anyone working on the project (and using VSCode) to share some common settings for a more unified developer experience.
### Feature Summary Remove `run-npm-script` and replace with composition ### Detailed Description See https://github.blog/changelog/2021-08-25-github-actions-reduce-duplication-with-action-composition/ for more information Additionally look in to caching more of the pipeline since all our steps...
## Issue number Relevant [issue number](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) - Resolves # ## Please check the following - [ ] Do the tests still pass? (see [Run the Tests](https://github.com/cuttle-cards/cuttle/blob/main/docs/setup-development.md#run-the-tests)) - [ ] Is...