Paul Lunt
Paul Lunt
Have you considered moving to use Typescript for v2.0? Kind Regards, Paul
## Expected Behavior It would be great if the **generate migration** command in the cli would create a file per content type. This would allow me to generate migrations from...
## Expected Behavior The method parameter passed to DaprClient.InvokeMethod***Async with query parameters should work with 'method?param1=123'. ## Actual Behavior Using 'method?param1=123' leads to an internal error reported back Using the...
Angular 9 has a dependency on 0.10.2 instead of currently defined 0.9.x. Is it possible to release an update? Thanks
I can't find the details in the docs, so here goes... How can I send custom events - preferable with some extra data? (I would like it to be filterable...
What do you think? Paul
**Is your feature request related to a problem? Please describe.** I'm able to pause and resume the dyer via the app. It would be great to do this from HA....
For the following JSON: {"ParentTitle":"Fred","Belongings":{"Title":"My stuff","Things":[{"Description":"Shoe","Amount":123},{"Description":"Hat","Amount":456}],"Summary":"I have lots"}} The 'Belongings' object is a nested object (and not an array). The ko.mapping.fromJS(viewModelJs) does not make the Belongings object an observable so...
Is it possible to add an overload: KnockoutBinding.Custom that accepts an expression? i.e. public KnockoutBinding Custom(string name, Expression binding) { Items.Add(new KnockoutBindingItem { Name = name, Expression = binding });...