T. Todua
T. Todua
side question - does phpRedis support multi-threading or it still boils down to the underlying redis server?
> PhpRedis does support running under `ZTS` mode, but not sharing a single `Redis` object between multiple concurrently running threads. > > That said, I've never tried it (either with...
`fetchPositionsForSymbol('BTC/USDT:USDT')` in hedge-mode, when having both 2 positions ( LONG & SHORT) open together ``` [ { info: { symbol: "BTCUSDT", leverage: "10", autoAddMargin: "0", avgPrice: "37416.5", liqPrice: "", riskLimitValue:...
@carlosmiei ready
current `run-tests` was also broken, i.e. if you only passed `run-tests --csharp` and the cs version was skipped in `skips.json`, then the run-tests would find the "empty" langs list, causing...
Update: = Just use [`tsx`](https://www.npmjs.com/package/tsx) command and simplify everything, it's also faster: `tsx file.ts` VScode launch.json: ``` { "name": "TS file", "type": "node", "request": "launch", "console": "integratedTerminal", "localRoot": "${workspaceFolder}/c", "skipFiles":...
as few months passed, I'm turning PR into draft, however it should be still functional
you can't pull .php version at this moment, unless this PR is merged (or you transpile manually by running `npm run transpile -- oanda` which would generate .php file and...
No one is assigned to this issue at this moment (as we are working on more priority updates now). unless it will be assigned, this might not have a progress...
Ouch, jlennox, not a thought about self-promotion, it doesn't matter to me :) even saying thank you for giving me some points and referring me your solution which might work...