Daler Asrorov
Daler Asrorov
While going over the apollo link example in https://www.apollographql.com/docs/link/links/context/, ```js if (networkError && networkError.name ==='ServerError' && networkError.statusCode === 401) { // remove cached token on 401 from the server token...
Histograms offer a great way of showing distribution of activities relative to specified quantity and range. A very detailed description of Histogram in [wikipedia](https://en.wikipedia.org/wiki/Histogram) ## Possible Solution We could potentially...
The way data is passed to tooltip on hover is implemented differently in some charts (Scatter Plot vs Stacked Area, and others). For `Bullet` chart, it would be a good...
Hey Seb, could you spend some time on writing more detailed contributing guide? Currently [the guide](https://github.com/seba-1511/randopt/blob/master/CONTRIBUTING.md) is a bit general so a step-by-step guide on how to run experiments and...
The search for the first names did not work, so it turned to be the syntax error. The single quotes around the firstName are not needed. I deleted them and...
Updated code.js to fix the error that shows up when loading the smart table. Specifically, added the $ scope since Angular requires now the $ to the scope variable to...
- React - Material UI - React Waypoint
Possible solutions: * Added theme to redux store and change based on user's choice
The `Material-UI` library is currently out of date, so are other important packages. Should be upgraded and new badge that indicates that the libraries are up-to-date should be added to...
Some stuff was already added in https://github.com/DalerAsrorov/componofy/commit/1c3ce67490aa061a372bd8a158c2366266f5192c `CONTRIBUTING.md`, needs more information on how to add new actions, reducers, props, and endpoints in the API.