Nishil

Results 12 comments of Nishil

@kooroshh any way to get an apk for your build ? I don't have play store. Used to get openconnect form Fdroid - https://f-droid.org/en/packages/app.openconnect/

I'll build it from source before I get it from there.

Encountering the same issue on s3fs 1.86 and libcurl4 7.68.0-1ubuntu2.5

@lrj0 1 Create a contact collection in the decsync app and leave it checked. 2 Then in your contacts app change the default location to that collection. 3 Use syncthing...

@tifDev You can also use the 'share' feature in the android contacts app to create a .vcf file. I select all my contacts and share the contacts.vcf file to syncthing...

Was having the same problem. Adding the -a flag fixed it somehow and I got a working file! I don't even know what -a is supposed to do. It is...

I've changed the wording and created a new pull request.

Found a solution in https://github.com/OrangeShark/guile-commonmark/issues/9 `./configure GUILE=$(which guile)` worked perfectly But for some reason haunt still doesn't find guile-commonmark I am running Linux Mint 18.3

I was just trying to learn more about them.

Instead of querying the task status you can query the image status directly too.. In my scripts I have replaced `aws ec2 wait image-available --image-ids $imageId` with this .. `wait_for_image_available...