Sean G. Wright

Results 20 issues of Sean G. Wright

### Bug Report or Feature Request (mark with an `x`) ``` - [X ] bug report -> please search issues before submitting - [X ] feature request ``` Whether this...

type: bug/fix
freq1: low
severity3: broken
area: schematics/angular

Hello, I have a generated option set used for Accounts that looks like this ```csharp [System.Runtime.Serialization.DataContractAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("CrmSvcUtil", "8.1.0.7711")] public enum Account_IndustryCode { [System.Runtime.Serialization.EnumMemberAttribute()] AgricultureForestryFishingMiningConstruction = 806860000, [System.Runtime.Serialization.EnumMemberAttribute()] CoalitionsConsortiums = 806860010,...

enhancement
help wanted
Early Bound Generator

**Note: for support questions, please use one of these channels:** [Chat: Gitter](https://gitter.im/angulartics/angulartics2) * **I'm submitting a ...** [ ] bug report [X] feature request [ ] question about the decisions...

enhancement
help wanted
providers

The following does not do what I expected it to do: ```csharp var assemblies = new[] { typeof(A).Assembly, typeof(B).Assembly }; services.Scan(s => s .FromAssemblies(assemblies) .FromAssemblyOf() .AddClasses(c => true, true) .AsImplementedInterfaces()...

When I run `gulp build` on the jspm branch the build task fails. I don't know enough yet about jspm to understand if this is an issue with the gulp...

needs review

Looking at the Farmer documentation for [SQL Azure](https://compositionalit.github.io/farmer/api-overview/resources/sql/#sql-database-builder-keywords) I can't seem to find a way to specify that I want to add a database to an existing Azure SQL logical...

enhancement
discussion

Hello! I'm trying to use this loader to import partials into other partials or html files and I would like to use paths from the root of my `src/` in...

> > > LGTM, really exercising the logging 😄 @KyleMcMaster Ya. hahah. Those bugs a few PRs back really burned me when I couldn't tell what was failing in the...

https://github.com/dotnet/tye https://github.com/dotnet/tye/blob/master/docs/tutorials/hello-tye/00_run_locally.md

enhancement

Here are some .NET CQRS + ES libraries I found in a quick search. https://github.com/eventflow/EventFlow https://github.com/Elders/Cronus https://github.com/lucabriguglia/Kledex Even if we don't adopt any, it might be worth looking at the...

enhancement
question