Jonathan Loscalzo

Results 16 comments of Jonathan Loscalzo

Hi @darrencauthon!. I'm trying to add Automoq to awesome-net-core here => https://github.com/thangchung/awesome-dotnet-core/pull/130 Will Automoq have support for netStandard2.0?

> Hi @JonathanLoscalzo, It seems like you are missing a lot of things from that screenshot! > > What device and what OS are you using? @cvalenzuela sorry, I just...

![image](https://user-images.githubusercontent.com/6944598/81302251-7f8dbc00-9050-11ea-8adf-464bd9a5ee94.png) > Runway is somehow zoomed and you can't actually see the complete interface yeah... could be that! See system monitor ![image](https://user-images.githubusercontent.com/6944598/81302409-b663d200-9050-11ea-9eed-cc2de94f3fd9.png) During the day I will restart the notebook...

I killed the process, and app starts again! the issue continues, steps are: - open the app - go train model - select images and try to preprocess - close...

Hi @brannondorsey ![image](https://user-images.githubusercontent.com/6944598/81322926-0780bf80-906b-11ea-8386-6aa68b472335.png) Yes, is set to max resolution. > But if I change the resolution to 2560x1440 (still 16:9) my Runway app overflows off the screen similarly to what...

I think you can try: ``` // in service.ts import BinanceFactory, { Binance, DepositHistory, DepositHistoryResponse } from 'binance-api-node'; class Service { client: Binance; constructor() { this.client = BinanceFactory({ apiKey: config.BINANCE_APIKEY,...

Yes, is a workaround.. I guess you could create a "BinanceWrapper", and export all functions, or... - Do you only need that the "export default" will be a class or...

@aymantaybi I guess that you are confusing some parameters: ``` await client.withdraw({ coin: 'ETH', // this address: '0xfa97c22a03d8522988c709c24283c0918a59c795', amount: 100, network: 'ETH', // and this }); ``` I think is...

@camel113 perhaps binance is not able to manage that orderId number? Because javascript MAX_VALUE integer is 1.7976931348623157e+308 (Number.MAX_VALUE), So I expected that, on binance-node-api, it works. Do you test it...

Hi @caiusCitiriga , I think that `accountCoins` is same endpoint that `capitalConfigs`, so you could use `client.capitalConfigs. ` But if you want, you could update `index.d.ts` file, because accountCoins exists,...