Dennis Daume

Results 46 issues of Dennis Daume

**Is your feature request related to a problem? Please describe.** I have two projects in Google Cloud: `project-a`, which hosts Firebase stuff such as user authentication, and `project-b`, which contains...

type: feature request
api: core

Severe exceptions like `ObjectDisposedExceptions` and `AgumentNullException` shouldn't `OnError` the observable, and should rather be thrown immediately/synchronously. See https://github.com/akavache/Akavache/blob/master/Akavache.Sqlite3/SqlitePersistentBlobCacheNext.cs#L63 for an example where they are passed via `OnError`

I'm on WinRT and have created an app that is a share target It seems like each time the app is opened as share target, it gets assigned a new...

bug
universal-windows-platform
reactiveui-core

Ok, here are some thoughts I had while trying to integrate Squirrel.Windows into my application. Currently, Squirrel takes the package that is created for the application and flattens all of...

I have a solution with multiple projects, each with a .nuspec file and `BuildPackage` enabled. The main project has a dependency on the other two projects and I specified them...

Creating a pre-release package, for example `1.0.0-beta1` and installing it, creates a folder called `app-1.0.0` in the installation directory. Also, incrementing the beta package to `1.0.0-beta2` doesn't work, it won't...

The stacktrace: ``` at Espera.Core.Management.LibrarySerializer.SerializeSong(Song song) at Espera.Core.Management.LibrarySerializer.b__3(Object , PlaylistEntry entry) at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty) at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeValue(JsonWriter writer, Object...

bug
jump in

Extract all of the strings into resource files for easy translation

enhancement
jump in