Liam O'Boyle

Results 15 issues of Liam O'Boyle

* **C3 version**: current master * **D3 version**: n/a * **Browser**: n/a * **OS**: n/a The [default styles for .c3 path and .c3 line](https://github.com/c3js/c3/blob/master/src/scss/chart.scss#L5) are very broad and affect patterns...

The [re-use code with includes](https://docs.dataform.co/guides/javascript/includes) should be clearer about where includes can be used (it seems to be... everywhere, which is great!). The examples are all of using it in...

@substack doesn't appear to have time to maintain this; perhaps you could put out a call for a maintainer? There are a large number of open PRs and issues, but...

Fixes #343. Minimal tests are also provided for JS module loading, but there don't currently seem to be tests for stdin processing. One major change here that could be avoided...

## Detailed description Understanding a schema in a module that can be `require()`d would allow a more standard way of specifying the schema. ## Context YAML is an odd format...

**Describe the bug** If I define a route level `Security` dependency in a router, then define a `Security` dependency in the dependencies when adding the router to an app, then...

bug
answered

### Describe the feature The existing documentation checks only pick up undocumented models, but there are some extensions that would be useful. * invalid documented models, e.g. where the documented...

enhancement

The compliance levels reported on the [libraries page](https://github.com/jmespath/jmespath.site/blob/master/docs/libraries.rst) should be a bit more granular; the specification is changing over time and when it's updated libraries are no longer "fully compliant"...

enhancement

Records breaking configuration changes to permit `export { default } from` style exports as of eslint 8.33.0. Flags are as suggested by @ljharb in https://github.com/eslint/eslint/issues/15617#issuecomment-1048278897 See https://github.com/airbnb/javascript/issues/2500 for more context.