Wiktor Czajkowski

Results 6 comments of Wiktor Czajkowski

I also have this issue, but I'm creating a PR through [PyGithub](https://github.com/PyGithub/PyGithub) package. It uses the Github API under the hood, which doesn't accept labels when [creating a PR](https://docs.github.com/en/rest/pulls/pulls#create-a-pull-request). I'm...

Could installing reason-cli itself fail with a message to use platform-specific version then?

I'm having the same problem. Looking for pointers on what might be wrong.

In our case preventing HTML5Backend in react-dnd from using `event.preventDefault` on drag start helped. https://github.com/react-dnd/react-dnd-html5-backend/issues/7#issuecomment-303016329

I think that the best use of prettier is in the editor. However, if we want to ship it with CRA, then probably a npm script would be ok? The...