LukeOwlclaw
LukeOwlclaw
I like the idea to handle all these errors in a common way. Then this issue is somewhat related to https://github.com/owncloud/android/issues/162
@jlovs Did you make any more progress with this feature? I do not see a corresponding branch in your cloned GE repo...
Are tests performed automatically before merging? And is merging prevented if tests fail? That sounds like a good idea, but also quite complex!
Sounds great! https://github.com/clementine-player/Android-Remote/releases is still at version 10.1. Where can I download the latest apk?
The latest version (http://builds.clementine-player.org/android/ClementineRemote-release-v10.1-102-g6951b6d.apk) tells me that I need to upgrade Clementine (minimum 1.2.1) even though 1.2.3 is installed.
Digging through the code, If found out that the problem was that I do not have a wwwroot. So I needed `UseContentRoot` which can be used for `MinifyJsFiles` like this:...
What does "it's not working" mean? I also tried to access ownCloud but my test program just terminated without any error or exception. I could solve the issue by editing...
$date[0,'-'] $time['','\t'] $ctx1['','\t'] $ctx2['','\t'] $level['','\t'] $func['','\t'] $msg I had the same problem. Here my quick hack: Add on line 40 in ``inmem_text_reader.cs``: syntax = syntax.Replace("\\t", "\t"); And on line 118...
Duplicate of https://github.com/madskristensen/BrowserReloadOnSave/issues/7
@solomonshaffer and @mdora7 I sent a PR in September 2019 which was already merged. Problem should be gone. Note that you must install the new version from http://vsixgallery.com/extension/2d8aa02a-8810-421f-97b9-86efc573fea3/ Version on...