Chris

Results 7 issues of Chris

Should this be able to work with Vue.js? I ran `npm install defiant.js` and the library appears under "dependencies" in package.json. I've tried the following approaches: **Import** `import defiant from...

**Issue** Custom formatters err when binning is introduced, resulting in this type of error: `Uncaught (in promise) Error: Unrecognized signal name: "bin_maxbins_50_date_end"` **Example** [CodePen](https://codepen.io/epicyclist/pen/xxVJvNG) **Versions** vega 5.15.0 vega-lite 4.15.0 vega-embed...

Bug :bug:
P3

The RE_COMMENT regex seems unnecessarily complex: I've simplified it. The whitespace normalization is the focus of this pull request. I'm working with Rails' asset pipeline and I found a peculiarity...

It would be great if individual sections were sectioned in the output. It would improve the structure and semantics while offering better ways to scope CSS or JS. For example,...

I'm using 1.4.0 and trying to create a link using the `[link description][component_name]` syntax. What's odd is that the link does not work within HTML unless a link has already...

This sandbox has a basic set up, sans styles, that works. However, as soon as I try to use Vuetify it breaks. In this example I have the changed the...

Ranges are not expanded into separate records and therefore the MNCs cannot be found. For example, a filter of `{ mcc: 313, mnc: 111 }` will not return the following...