Santiago Robledo

Results 7 issues of Santiago Robledo

Update api.js code to reflect the changes in Fast API V2

Update the code to reflect the changes of Fast API V2

Just made some changes on getTargets() to update to fast api V2, replaced the "while contents" with this ```javascript while (targets.length < this.urlCount) { /* eslint-disable no-await-in-loop */ const {...

The url on INSTRUCTION_BACKEND.pdf returns 404 error. I have replaced the placeholder with the url where the api is running on my local ![image](https://user-images.githubusercontent.com/12942267/66937231-79cd7c00-f015-11e9-9a15-0c953edcbd31.png)

On the Net Core Angular Starter bundle page, Serilog is listed as a feature. The nuget packages are there, but there is no code to configure it, just a //...

What about storing the key into a stream? on the SymmetricBlobCryptoProvider class I have added the following code ``` public void WriteKeyStream(System.IO.Stream stream) { System.IO.StreamWriter writer = new System.IO.StreamWriter(stream); writer.Write(ToKeyFileString());...

bug
enhancement

There is missing example in USAGE.md document to search Recipients with conditions. ``` c# string data= @"{ 'conditions': [ { 'field' : 'last_name', 'value': 'test last name', 'operator': 'eq', 'and_or':...

status: help wanted
difficulty: easy
type: docs update