Hrusikesh Panda

Results 27 issues of Hrusikesh Panda

## What does it do? When a user defined node id is specified, it is used instead of an autogenerated on. When the same data is used across multiple components...

wip

From nodejs land, is it possible to pass custom headers to github api? I need to pass `ca: 'github custom ca chain'` since I'm trying to use GitHub Enterprise and...

I see issues 2 years old and most of them even lack a basic response from the author. Is this library dead? I was almost about to start using it...

Using the storybook, The popup opens and closes immediately. ![2018-01-18_12-04-44](https://user-images.githubusercontent.com/781818/35110867-da60f16e-fc47-11e7-8846-c73347e3c73b.gif) I see these errors in the dev console: ``` Failed to load resource: the server responded with a status of...

It seems that it no longer updates `/etc/hosts` on Mac OS Mojave. I'm running the latest version and tried it a few times, including restarting the app and even Macbook....

``` const { status: { accounts: { status, error } = {} } = {} } = this.props ``` gives me: `status: "SUCCESS|ERROR"` string `error: instance of Status class` On...

Following the example project, I have this: ```jsx export default class AccountConfig extends Model { static modelName = 'accountConfig'; .... updateOpts(values = {}) { return { queryType: UPDATE, model: this.constructor,...

Seems like this project and redux-ui do not support server side rendering. Is this true? I tried following example project but ran into this: https://github.com/tonyhb/redux-ui/issues/8 After implementing the workaround, I...

Given this error log: ``` FAILURE: Schema [/github/workspace/schemas/meta-info/jsonschema/1-0-0] contains following errors: 1. error: "objecta" is not a valid primitive type (valid values are: [array, boolean, integer, null, number, object, string])...

Looks like they changed the class names from `.tt-dropdown-menu` to `.tt-menu`. Replacing just this one in the less file makes it work with latest version.