dpblnt

Results 15 issues of dpblnt

I would like to use this lib, it's fast and reliable, but unfortunately for the following code: ```ruby api.sendMessage(this_chat_id, "...", { "parse_mode"=> "Markdown", "reply_markup"=>{ "keyboard"=>[["1", "2"]], # Other optional settings:...

### What problem does your feature solve? if CAPTIVE_CORE_USE_DB is set captive-core resets it's database to genesis ledger on every start, then has to rebuild everything, even if it has...

### What version are you using? tag horizon-v2.17.0-branch ### What did you do? run horizon with captive-core ### What did you expect to see? warn: base32 decode failed: illegal base32...

bug

``` /tmp/kelp $ ./scripts/build.sh ``` ... ``` > [email protected] install /tmp/kelp/gui/web/node_modules/node-sass > node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v4.14.1/linux-ia32-83_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v4.14.1/linux-ia32-83_binding.node": HTTP error 404 Not Found ```

bug

installing libsodium fails ... ``` make[4]: Entering directory '/tmp/kelp/gui/web/node_modules/sodium-native/libsodium/src/libsodium' /bin/mkdir -p '/tmp/kelp/gui/web/node_modules/sodium-native/tmp/lib' /bin/sh ../../libtool --mode=install /usr/bin/install -c libsodium.la '/tmp/kelp/gui/web/node_modules/sodium-native/tmp/lib' libtool: install: /usr/bin/install -c .libs/libsodium.so.23.2.0 /tmp/kelp/gui/web/node_modules/sodium-native/tmp/lib/libsodium.so.23.2.0 libtool: install: (cd /tmp/kelp/gui/web/node_modules/sodium-native/tmp/lib &&...

bug

**Describe the bug** ``` 2021/12/02 22:06:42 ***** Minimum profit ratio was met, proceeding to payment! ***** 2021/12/02 22:06:42 2021/12/02 22:06:42 Best path was -> USDC -> BTC -> with return...

bug

Binance has a new method, which places a LIMIT order and a STOP order fot the same amount, named OCO order. Without OCO order when one places a STOP that...

Binance doc states the following: > Every successful order response will contain a X-MBX-ORDER-COUNT-(intervalNum)(intervalLetter) header which has the current order count for the account for all order rate limiters defined....

I'm using ruby-dnn on top of numo-linalg into which I load libclblast.so hoping it is an openblas drop in replacement. ``` # clinfo -l Platform #0: NVIDIA CUDA +-- Device...

question

### Expected Behavior order get canceled ### Actual Behavior ``` (, ) ``` ``` for order in self.orders: order.cancel() File "/usr/local/lib/python3.8/dist-packages/backtesting/backtesting.py", line 420, in cancel assert False AssertionError ``` ###...

bug