Andrew Kevich

Results 4 issues of Andrew Kevich

Let's assume we want to load some image from barberry with no cache on client side. That can be done easily with `GET /SomeHash_100x100?{randomNumber}` for example `GET /SomeHash_100x100?1528962263` But for...

- [x] I am on the [latest](https://github.com/ActivityWatch/activitywatch/releases/latest) ActivityWatch version. - [x] I have searched the issues of this repo and believe that this is not a duplicate. - **OS name...

type: bug
platform: macos

IE11 does not support arrow functions `()=>{}`(https://caniuse.com/arrow-functions), but seems like in https://github.com/TroyAlford/react-jsx-parser/blob/develop/dist/es5/react-jsx-parser.min.js there are some arrow functions, which leads to not working code in IE11.

help wanted

For now, when we wrap component with `withStore` and wrapped component uses update state function inside `componentDidMount` method or `constructor` - the state wont be updated properly. The demo can...