Adam DeHaven

Results 14 issues of Adam DeHaven

I'm currently building an iOS app for YOURLS and would like to plot clicks on a timeline [graph] over time. I see the functionality available in the source code (i.e....

enhancement
plugin
api

I utilize `vue-json-csv` in an enterprise application where I have to support Internet Explorer 11 🤮 . Based on the settings added in v1.2.12, Internet Explorer 11 can no longer...

# Upgrade for Vue 2.7 Instead of making updates to the `master` branch, I back-ported the changes from from the `next` branch and updated for `[email protected]`. This strategy allows for...

documentation
enhancement
dependencies

I have a Vue 2 + Vite project utilizing this plugin. ```ts import svgLoader from 'vite-svg-loader' ... svgLoader({ defaultImport: 'raw' }) ``` When I run `vite` (or `yarn dev`) everything...

# Summary Upgrade to Vite `v3` Currently waiting on VuePress to add support --- ## PR Checklist - [ ] Does not introduce dependencies - [ ] **Functional:** all changes...

do not merge

# Summary Add [Algolia Docsearch](https://docsearch.algolia.com/) ([VuePress v2 reference](https://v2.vuepress.vuejs.org/reference/plugin/docsearch.html)) --- ## PR Checklist - [ ] Does not introduce dependencies - [x] **Functional:** all changes do not break existing APIs and...

enhancement
do not merge

# Summary Addresses #817 by emulating Axios typings for our implementation of `useRequest` so that we can remove Axios as a `dependency` and `peerDependency`. Unsure if we want to go...

do not merge
dependencies

## Feature request Add a `$ref` attribute to the `` component inside of the default `` component. #### What problem does this feature solve? Currently, the number of comments on...

feature_request

### What would you like? Utilizing Vite + Vue and Cypress Component Test Runner, how would you stub a composable function since you can't stub the default export? I can't...

type: enhancement
npm: @cypress/vite-dev-server
CT
Triaged

The package is successfully generating types; however, there is no entry in the `package.json` to tell consuming packages where the types are located. ```md Could not find a declaration file...