David Anderson

Results 8 comments of David Anderson

Are there any R13-R14-specific properties that this library is using? When I import a file generated by this library into AutoCAD, it notifies me: "Opening a Release 12 DXF file,"...

I see this issue with just a vanilla `vue-cli` app when I attempt to use wildcard expansion—no Nuxt, not even vue-router. See this sample repo: https://github.com/yowzadave/vuex-pathify-test in the "HelloWorld.vue" component...

Yes, I've tried it. For example, this doesn't work: ```html Add line ``` ```js data() { return { code: '', }; }, methods: { highlighter(code) { return highlight(code, languages.js); },...

Hi @joeyfigaro -- I realized I didn't need this buildpack. The solution for me was to just use the `--prefix` flag when running my start script: ``` npm start --prefix...

My mistake...thanks for pointing it out!

Am I correct in understanding that the built-in `View` cannot export a 3D chart? I'm looking to render a 3D chart server-side, and am looking for the most straightforward approach....

@domoritz thanks—but for actually rendering the chart, it seems like it uses Deck GL? If I were to do the same thing in node, I assume I'd need to bring...

Hi @iangilman — this is helpful! Although it differs from the standard left-mouse pan behavior in that the Mousetracker doesn't fire when you drag past the edge of the canvas,...