Naresh Bhatia

Results 34 issues of Naresh Bhatia

I am using draft-js-anchor-plugin to insert anchor tags into my content. I am setting the `linkTarget` option to `_blank` to set `target="_blank"`: ``` this.linkPlugin = createLinkPlugin({ theme: { input: classes.input,...

**Describe the bug** Trying to integrate storybook@next with CRA and running into a runtime error **To Reproduce** Please run 'npm run storybook' in my repo: https://github.com/nareshbhatia/cra-with-storybook. You will get this...

bug
app: react
has workaround
mdx
linear

Does anyone know of an interactive directory selection prompt for enquirer? This would be something similar to [inquirer-directory](https://github.com/nicksrandall/inquirer-directory) for `inquirer`.

So far I have been very successful in generating CSS variables from design tokens. But is it possible to generate CSS classes from tokens? ### Example I have a token...

I am writing a generator for a monorepo that uses npm Workspaces. The workspaces are defined in package.json like this: ``` "workspaces": [ "apps/*", "packages/*" ], ``` The actual monorepo...

I have observed that many open source projects are leveraging GitHub's _Discussions_ feature to engage with the community. It works very well and keeps issues separate from discussions. This can...

Following the ES6 installation instructions to use moment-range with TypeScript 3.4.5 I was getting the following error on `extendMoment()`: > Argument of type 'typeof import("/Users/narbhati/projects/slidesup/node_modules/moment/moment.d.ts")' is not assignable to parameter...

I notice that header sizes are calculated [here](https://github.com/KyleAMathews/typography.js/blob/master/packages/typography/src/utils/createStyles.js#L238-L243). What is the most efficient way to reduce all header sizes, e.g. something like this: ``` const h1 = vr.scale(3 / 5)...

I am having an issue with making backbone-relational work with backbone-validation. It appears that backbone-relational sets any uninitialized relations to null. Could someone please confirm this? (The docs do not...

bug
question

Book creation results in an exception on the server: > Cannot read property 'bookService' of undefined The underlying reason is that `dataSources` are not passed to resolvers during pubsub.publish() Related...