Robert Dailey

Results 230 comments of Robert Dailey

I didn't say I don't want the official app. I'm just sharing a thought. I don't see how Tasker addresses the issue.

> Wouldn't using `PrivateAssets="all"` on the dependency help at least a bit for the autocompletion problems? Some users would need to explicitly reference Newtonsoft when upgrading, but that doesn't seem...

How is the debate about attributes & tight coupling helping to move us closer to a solution? If it's not, we should limit discussion to on-topic updates. I'd prefer to...

I apologize, I pieced together an example without actually compiling it. I have corrected it. `path` was supposed to be `existingFile`. Also I don't think there's a 1-to-1 comparison here...

Maybe a good solution here is to create an overload of `AddFile` that takes an `IFileInfo` and in that scenario calls `Create()` on it? That would solve this issue. This...

It caches the results *conditionally*. There's a dirty flag that gets triggered in many conditions. Again if you could please check the issue I linked in my OP you would...

There's a lot of gaps for sure. For creation, you have to invoke `IFileInfo.Create()` in order to set the dirty flag to `true`, which is evaluated again next time you...

The whole thing is a mess for sure. I'm not sure what the right answer is. Ultimately I think the whole system needs to be refactored for consistency and to...

Is this included in nextcloud 20 hotfix somewhere? Because I'm hitting this hang as well and after debugging I can confirm the findings of @jgerken.

I cloned the server repository and did: ```txt git tag --contains 563f1318cdaf8681c4977fb32d7ea2441269aa1c ``` No tags came up (the SHA1 is from [this comment](https://github.com/nextcloud/docker/issues/1267#issuecomment-712100260)). But then I realized their release process...