Christoph Kisfeld
Christoph Kisfeld
I think you have an error in your marker definition or forgot to use the `prefix`. I got it working with 4.5.0 this way: ``` var redMarker = L.AwesomeMarkers.icon({ icon:...
It is a known issue, unfortunately has been for a while, see #774
Try exporting and importing again, it worked for me on an inofficial build https://github.com/anthonycr/Lightning-Browser/issues/733#issuecomment-510591101 I submitted a fix/PR: https://github.com/anthonycr/Lightning-Browser/pull/780
It's also in issue #512. You basically need to keep the order in the array when filtering/sorting, or else the target might be wrong, with hidden markers or things like...
>Since the release of the new app (the Flutter's one), did the scan ever work on your device or never? I have only tried this version (3.8.1+722) of the new...
I just updated to 3.17.0, I can confirm that the alternative scan mode works now. Thank you!
Has now been added in #26
> | Missing property name after reference operator. This error occurs because you are using `@` in Powershell, it has a [special meaning](https://stackoverflow.com/questions/363884/what-does-the-symbol-do-in-powershell). That syntax works if you surround the...
Some thoughts: Cooldowns are embedded as an object on each board's page, I collected them with [a script](https://gist.github.com/chk1/528d95330d6c0d6b4e3f) here: ``` /a/: cooldowns = {"thread":600,"reply":30,"image":60,"reply_intra":60,"image_intra":60}; /b/: cooldowns = {"thread":600,"reply":60,"image":60,"reply_intra":60,"image_intra":30}; /c/: cooldowns...
Same error message here. It occures when you both * enable caching and * provide a `range()` for page numbers ``` File "C:\Python36-32\lib\site-packages\pdfquery\pdfquery.py", line 625, in _cached_pages if target_page >=...