Matt Thornton

Results 27 comments of Matt Thornton

Ah, I've just found that all of those `IExports` are defined in `Api.fs`, so I just need to open `Node.Api` and then I can use `crypto.randomBytes` from there. Sorry about...

Hi @muratyuceer, That's a good question. In this particular case the library defines a [`JsonConfigurationParser`](src/Winton.Extensions.Configuration.Consul/Parsers/JsonConfigurationParser.cs) that is set as the default configuration parser. This is nothing more than a simple...

Yes `ValidateOnStart` is a good thing to use if you're using the options pattern. It depends on what you're exactly trying to do here. Are you trying to parse numbers...

Hi @sreenath-guduru Thanks for raising this. That's really helpful. Very happy to accept the MR to update the consul version once that is merge and released 👍

Hey @sreenath-guduru, If you're able to create a PR then I'd be happy to approve, merge and release :) Thanks

I just stumbled across this when looking at some other issues and might be able to offer some help as I've been using `Finance.ewmVol` quite a bit in my work...

Not a problem. Will submit a PR this afternoon. Thanks for confirming.