David Marr

Results 66 comments of David Marr

This PR appears to be doing more than described in the description. Maybe its worth a clean up? I also discovered the radix sort issue, and came to make a...

I don't get why you prevent defining the `to` field at runtime. That _extremely_ limits the utility of this module, IMO. You are preventing standard interactions like "forgot password" and...

https://docs.google.com/document/d/1Qk0qC4s_XNCLemj42FqfsRLp49nDQMZ1y7fwf5YjaI4/edit?usp=sharing

I'm also wondering about the `vite.build.target` setting. I am getting the same error as the creator of the issue linked above, after trying to use _arquero_ in my project.

I suppose it's a Vega issue. Want me to close this and open in that repo?

Here is a barebones repo of what I'm experiencing: https://github.com/marr/vega-bind-issue Note the input doesn't get updated by the signal. It's supposed to be bound.

Any chance the lib can use proper import syntax (specifying js/mjs extension on imported file)? I am stuck with webpack4, which doesn't support the workaround that webpack5 does. It's summarized...

@jakevdp Do you plan to upgrade the altair version so it supports `scale` on the tooltip?

> i keep finding that when `lerna bootstrap` is run, the `package-lock` files end up with tabs instead of spaces for indentation. not sure why this is, since npm does...

Related https://github.com/vercel/turborepo/issues/1235