Jordan Pellizzari

Results 33 issues of Jordan Pellizzari

We want preview pages for this site http://weaveworks-ui-components.s3-website-us-west-2.amazonaws.com/#/ Netlify free tier should work for this

chore
build
documentation

Our (my) home-grown docs site is becoming harder to maintain as we add more complexity to this repo (styled-components, automated tests, themes, etc). It also relies on some out of...

needs-discussion
chore
documentation

Repro: 1. Export a react component as `default` 2. Also do a named export, such as `export class My Class {}` Expected: It should work Actual: Syntax errors from the...

bug
build
documentation

The `react-docs` module that automatically generates documentation from comments and prop types cares about the name of the default export. This causes issues with `styled-components`. This will not build (but...

bug
build

Repro: 1. Add a new file that doesn't use JSX: ```javascript import styled from 'styled-components' export const SomeComponent = styled.div`font-size: 24px;`; ``` 2. Try to load the docs page. 3....

bug
build

The current post-install script breaks the `require()` calls. The script has been reverted, but the partial imports feature was removed as a consequence. We should put bring back that feature...

bug
build

The webpack bundle is trying to connect to a webpack dev server when the static files are hosted on S3. It shouldn't be trying to connect to anything.

bug
build

In EE, we get this warning on a refresh ``` Material-UI: The value provided to the Tabs component is invalid. None of the Tabs' children match with `/explorer`. You can...

bug
team/tangerine
ui_triage

We are seeing queries taking longer than 1s in certain environments, and as long as 9s in certain CX environments. Spike outcome: * Determine the root cause or scaling factor...

team/tangerine
area/explorer

Adding some additoinal metrics to the query service. This will allow us to see which operations take a long time. If query service takes a long time, but indexer/store are...

exclude from release notes