Rob Emery

Results 91 comments of Rob Emery
trafficstars

As a smaller workaround you can use `prove -Ilib t/TextToSpeech.t` from the root of the repository, that should work. It looks like this got missed in https://github.com/duckduckgo/p5-app-duckpan/pull/383

@killerfish This would be awesome! I usually have 4-5 checkouts as I'm reviewing PR's and it's really slow running `duckpan server`/`query` all over the place atm

@zachthompson Personally I find query is definitely useful for outputting debugging information; sometimes it's just not ideal to run server

IIRC (it's been a while) I think I worked around this by making the postgresql autocomplete use the schema always and making the builtin stuff lower priority https://github.com/beekeeper-studio/beekeeper-studio/pull/582/files

A very quick glance at the code and I think the problem is possibly here: https://github.com/nextcloud/android/blob/master/app/src/main/java/com/owncloud/android/utils/FilesSyncHelper.java#L101 I think that should maybe `FileVisitResult.SKIP_SUBTREE`

> It's kind of odd, the error message points to a closing curly brace in the Files.java:342... Only in master, if you look at the tagged version it points to...

I've just tested under 3.28.0 and it seems to be working there, at least I have the "preparing auto upload" notification that's appeared. Edit: confirmed it's working fine under 3.28.0

> @mintsoft yes on master a lot has changed there. That's why it would be interesting if this issue exists on 3.29 RC1 too. Yeah, it's not quite as straight...

I've just upgraded from 3.28.0 -> 3.28.1 and it's stopped working again, so I can confirm that the problem is introduced between those versions at least.

Hmm, so I can't easily switch to the RC version; however I have installed "Nextcloud Dev" from FDroid (https://f-droid.org/en/packages/com.nextcloud.android.beta/) and the version 20240414 does seem to be working. I'm not...