Dominik Stadler
Dominik Stadler
FYI, I worked around the issue as follows: ``` ParsedSlackReply reply = ((SlackMessageHandle
Both on 0.5.1 and 0.6.0
Depending on the storage-formats (2000 or 2002 XP), things seem to be different: From https://narkive.com/o0QJ1sfJ.4 > In Access 2002, the MSysAccessStorage table replaces the MSysAccessObjects > table when you convert...
I think it actually uses the binary port, not the REST port, so it's not actually http and thus does not support using basic auth. There is a note about...
I use the following patch to add support for newer Ubuntu/Debian versions and remove some very outdated ones. ``` Index: README.md =================================================================== --- README.md (Revision 6269) +++ README.md (Revision 13557)...
I used the following to set `padding` on the renderer which seems to have such an effect for GeoJSON ``` var paddedRenderer = L.svg({ padding: 0.8 }); var geo =...
With "building APK", you mean the test-app that is included in this project, right? Which version of JDK are you using? Any local changes? Do you have the system properties...
These are just warnings, right? Is anything not working because of this or are you just curious about the warnings? Android is missing some parts of normal JDK, this is...
I have now excluded those files from the poi-shadow-all.jar to remove the warning.
Changes from this PR were applied as part of Apache POI 5.3.0, see [r1913676](https://svn.apache.org/viewvc?view=rev&rev=1913676), however some manual tests showed that the actual result is dependent on the application used to...