Umed Khudoiberdiev

Results 23 issues of Umed Khudoiberdiev

I have such error: `Cannot assign to read only property 'name' of object '#'` when I use non initialized properties decorated with decorators and then trying to assign values to...

In [react-markdown](https://github.com/rexxars/react-markdown) I can custom any element replacement, for example: ```ts export const renderers = Object.assign({}, ReactMarkdown.renderers, { Heading: function Heading(props: any) { if (!props.children[0]) return (ReactMarkdown.renderers as any).Heading(props); const...

Respect/Enforce line break after class declaration, I'm talking about second line break after `export class X {` Less readable: ```ts export class SlackPeopleSync { constructor(setting: Setting) { this.setting = setting...

status:needs discussion
lang:javascript

We need to add extra support to map entities from multiple directories, like this: ``` yaml doctrine: orm: mappings: default: AcmeDemoBundle: type: "annotation" dir: ["Entity", "DefaultEntityImplementations"] test: AcmeDemoBundle: type: "annotation"...

Ready to work on

This library is great. It allows to create really beautiful and well-structured controllers using amazing TypeScript language. It exists already for 1.5 year and proved itself on production, in large...

type: discussion
status: awaiting answer

looks like they stopped their business

love your theme :heart: please add typescript support

Issue mentioned in the comment https://github.com/reactjs/react-redux/pull/541#issuecomment-269197189 is closed and looks like those additional typings needs to be contributed into the react-redux from `@types`. I think your code inside your typings...

orm.d.ts looks old and when trying to use it in the project with a code from your samples - its not working. Is typescript not supported anymore?

Fixes #760; electron main process can be treated as node.js, so we don't need to use remote server.