paul van bladel

Results 13 issues of paul van bladel

I have following use case. An Order type which has a computed property "OrderStatus" of type IOrderStatus: ``` [Computed] [NotMapped] public IOrderStatus OrderStatus { get { return (_orderStatus == "Draft")...

Specifying a ToString(CultureInfo.InvariantCulture) seems not be accepted. That's a pity since the default for ToString is CurrentCulture which make string operation very machine specific. So I always specify InvariantCulture for...

You rely on some deliberately selected 3rd party libs but the outbox implementation is part of your own code base. I have played with https://github.com/dotnetcore/CAP and it feels very much...

filip's original sample of the UseBranchWithServices feature doesn't work any longer when using the extension method from WebApiContrib.Core Following sample clearly illustrates/reproduces the problem. https://github.com/paulvanbladel/aspnetcore-parallel-pipelines

bug

Very nice project. Just wondering if I could use vue-storefront just with a very simple backend? Meaning, just a sql or nosql database.

question
feature request
optimization/refactor

https://storybook.js.org I believe storybook would be a very beneficial addition to the quasar testing 'story'.

enhancement
test harness

First of all, your quasar example is sooooo useful, thank you so much for sharing. I tried in embeeded.vue, to put the name property inside an object myObject: { name:...

First of all, thanks a lot for sharing this library. Great work. When trying the clock.py, I'm getting following error. Any idea how to proceed? Thanks in advance ``` paul@nuc:~/github/morseapi$...

``` var totalCost = Orders.Sum(s => { return OperationOnOrder(s) .OnBoth(r => r.IsSuccess ? r.Value.Cost: 0) ; }); ``` So OperationOnOrder returns ``` Result ``` Now, the problem is that I...

Michael, Sorry for cross-posting, but I posted a question on the sublime-text plugin repository regarding code completion in (aurelia) model files which might interest you as well. Would be great...