Adam Jordanek
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. 
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...