Cody Bontecou

Results 12 issues of Cody Bontecou

Is it possible to add an input field in a similar fashion as the drag button that can take user input and communicate it with the `BrowserWindow` object? I've been...

I'm curious if there is a way to get the language to provide more than the locale id. When printing the data returned from `getLanguages`, it returns a list of...

I'm attempting to bring this into a Vitepress project with the following theme config: ```js import DefaultTheme from 'vitepress/dist/client/theme-default' import 'vssue/dist/vssue.css' import Vssue from 'vssue' import GithubV3 from '@vssue/api-github-v3' export...

I'm attempting to do something like: ```js const route = useRoute() const currentRoute = ref(route) watch(route, (newRoute, oldRoute) => { currentRoute.value = newRoute.path }) useHead({ script: [ { async: 'true',...

Say I have a page `example.vue` with the following `` property: ```yaml alias: - path: '/event/:id' - path: '/:username/:eventName/:eventCount' ``` My generated router.js looks like: ```js { path: '/example', component:...

### Environment Breaks in stackblitz ### Reproduction https://stackblitz.com/edit/github-sooc2d?file=vite.config.js ### Describe the bug I'm trying to disable SSR on a particular module using `https://vitejs.dev/config/ssr-options.html#ssr-noexternal`. Found it wasn't doing what was expected...

3.x
bug
vite
🔨 p3-minor-bug

I'd like to wait until I get the values from `useWindowSize()` before rendering a component. Is this possible?

I'm curious how you would approach adding authentication to this. I'm playing around with the idea of a chatbot that only works for certain users.

Any chance https://docs.opencv.org/3.4/d2/d8d/classcv_1_1Stitcher.html will be included in this library?

### Versions nuxt-vite: 0.2.4 nuxt: 2.14.6 ### Reproduction This project - https://github.com/CodyBontecou/testing-nuxts-components-with-storybook-and-cypress - has the issue. Clone it and run `yarn storybook` ### Description No real issue that I see...

bug