Adam Jordanek

Results 29 comments of Adam Jordanek

It should solve the issue: ` onRemove: function (map) { this._map = null; map.off('zoomend', this._onZoomEnd, this); }, `

I'm not sure if someone started to investigate that issue. I've started digging into GameHub source code and I was able to use legendary (provided by @neuromancer ) to integrate...

Like I said it is far away from ready PRQ. But... ok. https://github.com/dotevo/GameHub/pull/1 Steps: - Install legendary (https://github.com/derrod/legendary) - `$ legendary auth` - run with logs because downloading/installing has no...

@derrod Thank you :-) Looks much better. ![Zrzut ekranu z 2020-04-30 22-53-10](https://user-images.githubusercontent.com/246080/80758515-0402ab00-8b36-11ea-978f-0e6f60ef6ecd.png)

Currently I don't have enough time to finish my PR. It somehow works with a PoC quality. If someone wants to test it is ok. If someone wants to help...

Great :-) Currently, the source code is very low quality. It was more-less copy and paste of existing modules. I've never used VALA and it was my first time when...

I didn't see how Itch is done. We can use legendary for that. Maybe you can use ~/.config/legendary/user.json file or run command directly. I'm not sure what is better. I...