Colin Young

Results 6 issues of Colin Young

`1.14.0-alpha003` running on Mac OS, under dotnet PowerShell tool. Building a Xamarin Forms app. In common I have defined my entities. The platform-specific projects (e.g. .MacOS) do not have entity...

It is not possible to enter a distribution value larger than 1. This is due to `gui.py` line 113 have a `max` of 1. Removing the `max` parameter appears to...

I've attempted to use this in both my own project and running the sample app in this repo. It does not appear to support rounded corners, gradients, borders, or in...

bug
help wanted

I have been able to get a queryEngine set up with local data (see #81), and now I'd like to be able to use that with some React components, similar...

I've got things wired up with Autofac now, and I'm getting the `Link` in the header, but when I try to view the docs I'm getting: `Hydra.Discovery.SupportedProperties.ApiDocumentationException: Property System.String String...

bug
question

In https://github.com/MassTransit/Sample-RequestResponse/blob/master/src/Client/Program.cs#L63, why is `CreateRequestClient` being used instead of `CreatePublishRequestClient`? I recently ran into some difficulty due to the difference: http://stackoverflow.com/q/42496157/173225 My understanding is that as presented it assumes that...