Michael A. Hawker

Results 157 comments of Michael A. Hawker

@ratishphilip's got a solution for this, see above and below this header here in his docs: https://github.com/ratishphilip/CompositionProToolkit#3-creating-masked-backdrop-brush-using-imasksurface

Ah, I didn't go far enough with VS Code's help last time (I didn't save its changes to the tsconfig file). I was able to get going by having VS...

I'm unfortunately not well versed in js/ts library development, at least as much as I'd like to be, so no comment there. As far as I understand though, a .d.ts...

> Creating a custom counter with a max works, but I don't need to modify the max and it's not as nice of a display as just having the nice...

Not familiar with react or structure of project, but based on a quick poke... I imagine if the `hideHelp` is true, then a tooltip attribute could be added to the...

> What do you mean by "character page" ? Do you mean the character cards ? Yes, the character cards on the tab/page for characters in the main interface.

@rsuter reason? RelayCommand was what it was called in WPF beforehand.

@darkl I noticed the FleckTransportDetails is internal as well, so it makes it hard to retrieve information about the incoming connection. Is there another way to inspect this data to...

Is this related to the ClientInvocationHandler WaitForResult timeout I'm seeing? I'm making a call to a `void Disconnect(int id)` method on my router proxy. However, it's getting stuck [here](https://github.com/Code-Sharp/WampSharp/blob/wampv2/src/net45/WampSharp/WAMP2/V2/Api/CalleeProxy/ClientInvocationHandler.cs#L130) in...

@darkl thanks, I'll try that, assuming it's just making the interface have the async/task signature like called out [here](https://github.com/Code-Sharp/WampSharp-docs/issues/3)? Is there a way to find out what else may be...