David Myers
David Myers
- [ ] #276 - [x] #277 - [x] #278 - [x] #279
Add a test for the magic link flow. The test should: - Start on the home page - Navigate to auth by clicking the "Sign In" button - Enter a...
### What OS are you using (`uname -a`, or Windows version)? ``` Darwin m2.local 22.6.0 Darwin Kernel Version 22.6.0: Wed Jul 5 22:21:53 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T6020 arm64 ``` ### What...
- fixes #48 ## Overview TBD ```ts import { defineConfig } from 'vite' import { nodePolyfills } from 'vite-plugin-node-polyfills' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ nodePolyfills({ overrides: { 'fs':...
This issue is a placeholder to track work related to the `v1` release. - https://github.com/davidmyersdev/vite-plugin-node-polyfills/issues/72 - https://github.com/davidmyersdev/vite-plugin-node-polyfills/issues/48
Migrate to [`unenv`](https://github.com/unjs/unenv). See https://github.com/davidmyersdev/vite-plugin-node-polyfills/issues/67 and https://github.com/nuxt/nuxt/issues/25016.
See commits
In order to use this project to make a Vue 3 library compatible with Vue `2.6.x`, `2.7`, and `3.x`, I had to fork it to use `vue-demi`. I know the...
See commits
## Summary After starting a conversation with the Assistant, the "New" button does not work. You have to navigate to another page (such as the history page) and then click...