jl2035

Results 11 comments of jl2035

I'm not sure you are getting the same error as I was, but the solution for me was this: https://github.com/Haehnchen/crypto-trading-bot/issues/41#issuecomment-499785249

``` // bitmex example // instance.js file let y = ['XBTU20']; y.forEach((pair) => { c.symbols.push({ 'symbol': pair, 'periods': ['15m', '1h', '1d'], 'exchange': 'bitmex', 'state': 'watch', 'extra': { 'bitmex_leverage': 4, 'bitmex_rest_order_sync':...

Can this be achieved in non-docker installation? Where is this setting configured?

So what about those? How can one fix this problem? I can successfully login here: http://sipml5.org/call.htm But when I try to make a phone call it says "Call in progress...",...

I've also noticed this problem. It seems that -s parameter has no effect.

Me to ... the same issue on two different PCs. If you are running windoz and ie, it adds .gecko to the html tag, not .ie

Damn. it's this shit: http://www.nczonline.net/blog/2013/07/02/internet-explorer-11-dont-call-me-ie

I fixed it by detecting the Trident token. Forked the repo here: https://github.com/jl2035/css_browser_selector I will try to add a special ie 11 detection, distinguishable from other ie versions.

Updated. Thanks. It's been a while.. is my repo still relevant?

Oh. But my repo was created just beacuse of ie11 issue. This is fixed in your repo by now, if I understand correctly. So yeah.. mine is irelevant, I think....