Emile Indik

Results 9 issues of Emile Indik

Hey there, Thanks for this package. It looks like sharing the first OrderBook's socket with a second OrderBook is not working due to this line in BitMEXClient.js: ``` if (!this.socket)...

What's the best way to add the request timestamp to the logs (the time when the request enters the express server)? I was only able to figure out how to...

Thanks for your work on this great package. How can I go about providing custom styles to the ad divs? For example, instead of removing/hiding the ad div, I'd like...

Getting an error when I try to `npm install wms` using node v11.6.0: ``` npm WARN deprecated [email protected]: protozero should no longer be used via npm, install instead via https://github.com/mapbox/mason...

Dynamically importing an obfuscated file using importlib fails to find global method on obfuscated file. ``` # obfuscated_file.py def run_task(): print('foo') ``` ``` # index.py spec = importlib.util.spec_from_file_location('module_name, '/my/obfuscated_file.py') module...

bug

I was not able to reproduce this on desktop, only on mobile. I probably was not able to click fast enough on desktop. When you select two dates very quickly...

After parsing an input, we receive the timezone offset number. Is there a way to receive the IANA, timezone name, or abbreviated timezone name that was found in the input?...

enhancement

Is it possible to use yeoman with typescript? If so, are there any sample generators written in typescript that you could point me to?

Is it possible to use yeoman with typescript? If so, are there any sample generators written in typescript that you could point me to?

to-discuss