Michał Załęcki

Results 10 issues of Michał Załęcki

This PR closes #52. This is a bare minimum but it solves the issue. The behavior that users might not expect is opening a new project if there's no such...

**Is your feature request related to a problem? Please describe.** Each time I restart Hetty I have to activate the project. **Describe the solution you'd like** I would like my...

This basically allows for referencing DOM node when passing a react component instead of a string as `tagName`. In passed component: ```jsx render() { return ( ); } ```

@krzkaczor I would like to know your thoughts on switching from TSLint to ESLint due to the [planned depreciation](https://github.com/palantir/tslint/issues/4534).

I'm working on [dependency-cruiser](https://github.com/sverweij/dependency-cruiser) integration. It will allow for a custom set of rules but I wanted to provide a value for people unfamiliar with the `dependency-cruiser` by providing some...

Hi @dacz, I think implementing scoped reducers are worth considering. This what redux users are familiar with. That's my implementation as an example: - [createState.js](https://github.com/MichalZalecki/connect-rxjs-to-react/blob/scoped-reducers/src/rx-state/createState.js) - [state.js#L6](https://github.com/MichalZalecki/connect-rxjs-to-react/blob/scoped-reducers/src/state.js#L6)

http://prosemirror.net/guide/basics.html I'm using json docFormat and with schema-basic i get `Uncaught RangeError: Schema option does not correspond to schema used in doc option`. Which node should be passed to doc:...