Jan Ehrhardt

Results 110 comments of Jan Ehrhardt

Or test you app as a Mac Catalyst app on 'My Mac'. That is what I am doing with my own iPad apps that have 3 use cases: 1. iPhone...

Here is a quite elaborate description of the problem you are running into: https://apontious.com/2020/08/23/arm-wrestling-your-ios-simulator-builds/ Near the end of the article there is this description of a solution: > Instead, don’t...

No, it is not. The script builds SSH2 for iOS and macOS. Just yesterday I upgraded my libraries for iOS and Mac Catalyst, using SSH2 version 1.10.0 and OpenSSL 1.1.1m....

A solution is https://github.com/Jan-E/iSSH2/commit/a1a1b82527aad16811270d23cc0c20fd3d64f70d

Might be releated to https://github.com/dragua/xlsx/issues/83#issuecomment-310215615 > Thanks to everyone's help working on this. I have been able to recreate the issue locally, and it looks very much like the issue...

@r0berts >Strange thing however was that I got all fields in one column. Troubleshooting that now. Could that be related to https://github.com/cloudyr/limer/commit/d7c0c3ecf4e2393045711622589165e75c3b5f4d ?

@r0berts We had it the other way around. Limesurvey 3.12.1, but a limer that was too old. So we just had to update limer. I will see if I can...

The PR seems to be already there: https://github.com/cloudyr/limer/pull/42

I am already experimenting to get the version number: ``` get_session_key() lsversion

@r0berts Could you test `devtools::install_github("toolsforresearch/limer", username = NULL, ref = "ls_v2_export_responses")` https://github.com/cloudyr/limer/commit/3b1d2d12799815e02a66818c6c93473db550a999 handles LS v2 the old way and LS v3 with a sep = ";". I tested it for...