Pawel Wolak

Results 8 issues of Pawel Wolak

**What**: Add `toHaveSelection` as requested in #289 **Why**: **How**: **Checklist**: - [ ] Documentation - [x] Tests - [ ] Updated Type Definitions - [ ] Ready to be merged...

Hello, As a part of #28 I started refactoring Worker class to eliminate some of the code smells. I have some further ideas how to improve the code base if...

Hello, Have you thought about doing a complete UI rewrite? Bootstrap 3 with AngularJS is a bit outdated setup. Introducing modern library/framework would add several benefits eg. hot reloading or...

Throughout the project I have seen `PureComponent` being used only once. Replacing `Component` with `PureComponent` should work seamlessly in most of the cases, giving a nice performance boost as a...

technical debt

Hello, I was wondering if you thought about implementing `do` tag from twig - recently I wanted to modify a list in Pebble and I ended up using hacks like...

I have recently started using typescript and found out that there are not typings available for react-count-to on https://github.com/DefinitelyTyped/DefinitelyTyped I thought it might be a good idea to add them,...

enhancement

I think that some of the dependencies could be updated as it was not done for a long time. Also, `componentWillReceiveProps` is deprecated in the current version of React.