ocular icon indicating copy to clipboard operation
ocular copied to clipboard

Build tools for the vis.gl framework suite

Results 59 ocular issues
Sort by recently updated
recently updated
newest added

Website https://uber-web.github.io/ which was available until very recently is gone now. All links are pointing nowhere (e.g. https://uber-web.github.io/docs/dev-tools/cli/ocular-test). I'm not sure if this is a right place for this to...

Example support needs some improvements: - [ ] Hierarchical Examples List - Sections in the examples (Hierarchical ToC, headers between the thumbnails) - [ ] Support for non-react examples (enable...

The scripts in app websites are getting a bit messy and are diverging. To further simplify ocular-theme-gatsby integration in apps and allow us to automate more we could provide a...

Copying templates (like `templates/documentation.jsx`) and overriding them with `gatsby-config` options still requires some fix ups in the copied file, maybe we could add some comments/documentation on how exactly to do...

`ocular build events.js:187 throw er; // Unhandled 'error' event ^ Error: spawn C:/Users/DELL/Desktop/Projects/website/node_modules/.bin/webpack ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19) at onErrorNT (internal/child_process.js:456:16) at processTicksAndRejections (internal/process/task_queues.js:80:21) Emitted 'error' event on ChildProcess instance at:...

For example, see https://loaders.gl/docs/developer-guide/polyfills A contrast checking extension reads the following: | Color | Contrast | --- | --- | #C5C8C6 | 1.57 | #B5BD68 | 1.88 | #8ABEB7 |...

For luma.gl's next release, I'm splitting the examples into categories based on what they're meant to demonstrate to the user (Getting Started, Showcase, API, etc.). Unfortunately, there doesn't seem to...

enhancement

The site is staged here: https://tsherif.github.io/luma.gl/docs Some entries in the table of contents aren't showing up in the generated sidebar, e.g. the first entry in the API reference section is...

bug

Please see uber/h3#274 There were two issues I had with `a href` links. The first is that when an internal link wasn't resolved, it was replaced with `undefined`. This silently...

Needed for interactive examples within documentation pages, such as [deck.gl's examples embedded in the layer docs](https://deck.gl/#/documentation/deckgl-api-reference/layers/geojson-layer). Partial PR #179, outdated since gatsby-mdx is deprecated and has been replaced with gatsby-plugin-mdx.