BADF00D
BADF00D
I use owncloud to excape google's cobweb and using its api seems a little bit contra productive. If you need any help in research how the api of osm works,...
I had similar issues while importing my calendars in 1.04. But in my calendars there where task within. I deleted them with a text editor and the import works. Maybe...
I don't know much about the inner workings of owncloud, but a while ago I read that there should be only one calendar activated at a given time. As far...
A few month ago I had the same problem. Therefore I made some investigations and found out, that the color is stored in the same database table as the calendar...
Simply force reload the page solves the problem for me
I would do the work. But due to the comment from @rprouse, I'm not sure whether the resulting pull-request is going to be merged. I don't want to wast my...
Hi, I just released a first version of the extension for Visual Studio 2015 and 2017. Fell free to test and criticize it. [SwitchToNUnit3 in Visual Studio Gallery](https://marketplace.visualstudio.com/items?itemName=DavidStormer.SwitchToNUnit3)
Thanks for your effort. Did you check if the version you compiled for VS2022 still works for VS2019? In the past I noticed, that the NuGet-Roslyn packages where tied to...
New version | Attribute | Description | Target | | --- | --- | --- | | Piped | Defines that return value it that marked argument. Only on per...
We need an additional attribute to mark an setter as Safe during ObjectInitialization. E.g. ```csharp using System.Net; using System.Net.Http; namespace SomeNamespace { internal class HttpResponseMessageSpec { public HttpResponseMessage CreateResponse1() {...