Robert Laverty
Robert Laverty
@gizmo385 checkout this repo of a presentation i did at ns dev day 2017 in nyc. itll walk you through how to generate android dts files https://github.com/roblav96/nativescript-devday2017
@Pip3r4o yes the `import javalangObject = java.lang.Object` is located elsewhere in the multiple declarations but then say I generate definitions for `com.bumptech.glide` I'll get duplicate declaration errors everywhere. Also I...
@Pip3r4o I must say you've done an **amazing job** with this so far! Please don't think I'm bashing any of your work. This is an absolutely critical tool for my...
Awesome! Sounds great. What do you think about decreasing the margin between the card and the form input?
@jspenc72 And they ban your IP pretty quick too :P
Good call. Is there an integrated throttle/debounce in this lib?
What does the `delay` method do though? From what I understand, it delays the next http call in the stack. Or does it delay the `find` method after calling `get`...
@thatisuday `console.log('context.__proto__', context.__proto__)`
@gadicc Appreciate the creds friend =] Take a peek at https://github.com/roblav96/robinhood.tools it has some additional sources of financial data n more.
More specifically: - https://github.com/roblav96/robinhood.tools/blob/master/src/common/webull.ts - https://github.com/roblav96/robinhood.tools/blob/master/src/server/adapters/webull.ts For example: ```sh curl 'https://quoteapi.webull.com/api/quote/tickerRealTimes/full?tickerIds=925334567,925353501,913255891' ```