Ahmed Mohsen
Ahmed Mohsen
here's my codes in localhost and it works well ```javascript const ib = require('ib'); let client = new ib({ clientId : 1 , host : 'localhost' , port : 7497...
### What version of pkg are you using? 5.7.0 ### What version of Node.js are you using? 16.14.0 ### What operating system are you using? macOS ### What CPU architecture...
The issue occurs when calling zone.broadcastSync(); - exactly here in my codes ``` zone.broadcastSync(() => { global.module = require('module'); }); ``` and here inside napajs source code (zone-impl.js file) ```...
### Version 0.1.10 ### Platform Darwin Macs-MacBook-Pro.local 20.6.0 Darwin Kernel Version 20.6.0: Tue Feb 22 21:10:41 PST 2022; root:xnu-7195.141.26~1/RELEASE_X86_64 x86_64 ### What steps will reproduce the bug? I'm trying to...
I have these keys > title, description how to add custom weight to each key `{keys: [{ key: 'title' , weight: 100}, { key: 'description' , weight: 60}] // that...
#### Checklist - [ ] run `npm run test` and `npm run benchmark` - [ ] tests and/or benchmarks are included - [ ] documentation is changed or added -...
When the user change his password he add a new password to the table before adding it, I need to ensure he did not use that password before so, I...
For Crypto backtesting there's no any info about how to use CcxtBacktesting in the documentation all the workarounds which I take fire errors and problem example ```python import pandas_ta #...