Oskar Jaskólski

Results 5 issues of Oskar Jaskólski

![image](https://user-images.githubusercontent.com/23143274/75190891-9317cf00-5751-11ea-937d-2efb71214cbb.png) ```javascript function c(e) { var t = e.thread_key.thread_fbid ? e.thread_key.thread_fbid : e.thread_key.other_user_id; return e.messages.nodes.map(function(e) { switch (e.__typename) { case "UserMessage": var a = void 0; return e.sticker && (a...

Hi there. I did the firmware upgrade as instructed by the Xiaomi Home app from `2.0.6_0007` to `2.1.7_0020` and this new firmware bricked my device! :( Here's the link to...

Uncaught ReferenceError: Store is not defined ![image](https://user-images.githubusercontent.com/23143274/65585458-c8da4100-df82-11e9-8b2a-b01bcbef8616.png) And I didn't modify the generated extension ;)

I am using [`date-fns`](https://github.com/date-fns/date-fns#readme) in my project and I don't want to install two separate packages for "the same" job. Is there a way to use `date-fns` or [`Day.js`](https://github.com/iamkun/dayjs#readme) instead...