Jerome Cukier

Results 25 issues of Jerome Cukier

color sometimes works in strange and mysterious ways. Categorical or linear scales don't work at the series level, except for lineSeries. ie ``` ``` or ``` ``` In both cases,...

bug

### Current Behavior going into an example folder, and starting the project ie with npm run start, gets this error: ```@parcel/transformer-js: Browser scripts cannot have imports or exports.``` ### Expected...

scope: templates

### Feature/component description Currently, we have storybook examples with start or end icons inside a text field. These examples use a single span element with a slot property. Glancing at...

documentation
enhancement

right now ocular-gatsby won't start if /src is not present /src/components is not present /static is not present /static/images is not present these folders are generated if a user tries...

when ocular init generates ocular-config, the default values for DOC_FOLDER and ROOT_FOLDER are local paths, as opposed to, say, ``` DOC_FOLDER: `${__dirname}/../docs/`, ROOT_FOLDER: `${__dirname}/../`, DIR_NAME: `${__dirname}`, ```

### loaders.gl Issue: https://github.com/uber-web/loaders.gl/issues/194 General - [ ] deck.gl based examples don't resize properly P1 - [ ] github stars in header were lost Table of Contents - [x] Empty...

bespoke home pages for our various documentation projects are made out of similar building blocks. In the future, we would build a list of standard components which could be used...

Documentation should allow someone not working on the project to build an ocular-gatsby site without external assistance.

## current situation Today even though we expose the location of documentation files in the configuration, ocular-gatsby expects them to be in a /docs folder. That '/docs' path is somewhat...