Results 6 issues of Ryan Falzon

Hi, I am facing an issue were when I put an editable field in a table, it is redirecting me to another page once I press the item for editing.

The IEnumerable list in the WithdrawHistory.cs has an incorrect type (Deposit). It should be of type Withdraw! https://github.com/morpheums/Binance.API.Csharp.Client/blob/master/Binance.API.Csharp.Client.Models/Account/WithdrawHistory.cs

My Code: `public List RunQuery(string publicKey, string privateKey, DateTime startDate, DateTime endDate) { var client = new BinanceClient(new ClientConfiguration() { ApiKey = publicKey, SecretKey = privateKey, }); var response =...

Receiving the following error in the node-cli after I deploy 3 smart contracts: ```console Error: Operation is not valid due to the current state of the object. ``` This forces...

I have noticed that when I try to parse a ClustalW file, it only parses the first set of alignments and ignores all the rest. Is this a common issue...