David Marr

Results 30 issues of David Marr

### Environment Nuxi 3.1.2 15:35:08 15:35:09 RootDir: /Users/david.marr/playground/nuxt3-auth0 15:35:09 Nuxt project info: (copied to clipboard) 15:35:09 ------------------------------ - Operating System: `Darwin` - Node Version: `v16.19.0` - Nuxt Version: `3.1.2` -...

👉 good first issue
3.x
bug
🔨 p3-minor-bug

Using the --auto-type flag on the command line fails. `$ csv2json --auto-type in.csv > out.json` Line 31 in dsv2json.js: ``` const rowConverter = options.autoType ? dsv.autoType : null ^ ReferenceError:...

I am trying to import arquero into my nuxt v2 project. This is a client-only project, so ESM is being used directly. The errors I see are around apache-arrow: >...

Fixes https://github.com/vega/vega-lite/issues/7185

Hi, I am trying to use external input binding feature, and having trouble. I am using vue, but I don't know if that would cause any issues. You can see...

I created a new layer project using `npx nuxi init -t layer` and when I run `npx nuxi typecheck` on the fresh project, there is a failure. You can see...

This change is to improve the Local Auth example by supporting redirecting back to the place you were at before being logged out in a server page load context. In...

When using the pinia nuxt module with nuxt layers, there were some things that don't appear to work correctly. I am trying to solve for a nuxt layer workflow, which...

I'm following the instructions here https://openfeature.dev/docs/tutorials/open-feature-operator/quick-start/ to play with openfeature and k8s/helm. When I apply the _end-to-end.yaml_ file, I only get one pod running. The logs for the ui service,...

question