Gadi Cohen

Results 475 comments of Gadi Cohen

Anyway, the HOC pattern is pretty straightforward too: ``` js const MyComponentUI = ({ font }) => ( ); const MyComponent = Loader("/font.json", THREE.FontLoader, 'font', MyComponentUI); export default MyComponent; ```...

Ah oops, actually, I guess it works in `webpack:webpack` because Meteor's not building it there :> Yeah, official `.babelrc` was disabled but it will be back [post-1.3](https://github.com/meteor/meteor/issues/6351) and then this...

Hey @SaraVieira, looking at #5191 and #5452 you wanted a ping on similar issues. 3rd reproduction link at https://codesandbox.io/s/yahoo-finance2-312x2?file=/src/index.ts. The code runs fine (and generates output in the browser window,...

@sbinlondon, thanks so much for checking in. This was actually working previously, I should have reported back earlier. Not sure when it broke again. And actually the error was different...

Hey @ritasear You need to also match on interface to make sure inter container communications inside the bridge are not affected, only from bridge to your external interface. I gave...

Great stuff! Thanks for reporting back.

Hey @Monabr, thanks for your patience. I've only encountered bans when performing many simultaneous requests. It wasn't actually clear what the exact number was, when we re-ran all our network...

Added `quote` module in https://github.com/gadicc/node-yahoo-finance2/compare/e0f8d35f857826d394c6e3e811fc054e53540533...1cbc17a1741392cd29e82f2a9763bbf28007840c, released in [v1.6.0](https://github.com/gadicc/node-yahoo-finance2/releases/tag/v1.6.0).

Thanks, @pudgereyem! Have updated the checklist. Thanks again for all your awesome work on this.

Hey, that's awesome, thanks @PythonCreator27! Have added it to the list in the first post. And for noticing about the alternative host names, we should indeed accommodate that.