bastiedotorg

Results 6 comments of bastiedotorg

Hi, I have started to implement this in my fork, will create PR when tested. https://github.com/bastiedotorg/flutter_applovin_max

Hi, which target are you trying this on? The plugin works for ios and android only. The method exists both in ios and android. edit: i could reproduce the error....

Hi, sorry for the delay. Minimum example: ``` new gridjs.Grid({ data: [ ['Mike', 33, '[email protected]'], ['John', 82, '[email protected]'], ['Sara', 26, '[email protected]'], ['Mike', 33, '[email protected]'], ['John', 82, '[email protected]'], ['Sara', 26, '[email protected]'],...

Hi, the latest version decides upon the filename which format to use. Before, render_mm_latex called render_mm with pdf argument. It hasn't been discarded - the warning was wrong. br bastian

hi, my latest PR fixes the ready event at least. #1466

TL;DR reboot Hi, I assume you did the same as me: install docker without restarting your machine. It seems that the iptables configuration was screwed. A reboot of the linux...