Simon

Results 13 comments of Simon

Which steps did you take to be able to use the lib within your uwp project. I currently planing to use the lib. And maybe want to create an fork....

@njsokalski To be honest I needed the lib for a university project. Due to the time limitation I just rewrote the whole lib for UWP.

@njsokalski Sadly I deleted my fork after handing in the documentation. And as the library was only a side task no code is in the documentation. But if you want...

@BrianPeek If I remember correctly they're where a problem with the inclusion of the library within a UWP Project. But I'm pretty sure it was due to changes in the...

I can confirm that `responseBody` is a Pending Promise. However, it is possible to get the body using `.json()`. But this causes `responseBody` to show up as `Error: body stream...

I get the argument and it sounds solid. But I see also a huge benefit/need to have such an option for nodejs. To make it a viable option. If I'm...

@mikeal Not so sure if an API makes sense here, given that as far as I can tell based on [this](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort#Browser_compatibility) fetch would require a specific property to be present....

We might add an afterInstall script which goes and fetches (based on the platform) an fixed version of the faas-cli. The docker part should be pretty stable

Regarding the benefit to the normal node template: The thing is, at least for express it will make an impact. Usually, the application needs to make use of the parameter,...