Tony
Tony
The Url for webhooks are lower-cased when resolving dns if prefixed with http. ``` var LowDB = require('./src/db/lowdb.js') var htmlPdf = require('html-pdf-chrome') module.exports = { api: { port: 3000, token:...
**Аbstract** Is your feature request related to a problem? Please describe. Build scripts only work for Linux/Mac environments i.e. package.json ```json "scripts": { "start": "ts-node server.ts startSimple openUrl", "preinstall": "sh...
Fixes issue defined in #25
As per [ssh documentation](https://tools.ietf.org/html/rfc4254#page-21) The close message can be non-violently to return exit-statuses and acknowledgement of commands. " When the command running at the other end terminates, the following message...
Don't know if you are still working on this, but I looked at your implementation and found some issues - just a FYI. A lot of the operations in your...
Currently using `"react-native-svg": "^13.9.0"` `"react-native-circular-progress": "^1.3.9"` Getting the below error Have tested against the sample code-base and able to replicate error ` console.log('onAnimationComplete')} backgroundColor="#3d5875" />` For now commenting the validation...
The playbook always assumes that the network interface is eth0. in `main.yml` ``` - name: ensure dhcp dns is set lineinfile: path: /etc/sysconfig/network-scripts/ifcfg-eth0 line: "{{ item }}" with_items: - 'PeerDNS=yes'...
Cancelling a market order should not be a test as by definition you are buying into the slippage. Only way to make this test pass is by configuring matcher to...
Test always fails as account2 is reset to a different seed then the one used for other assets in Assets.test.ts ```js let account2 = "exchange test"; ``` but then the...
**Describe the bug** Try to convert TX from Json specifying an alternative chainId throws a "invalid chainId error" This is due to the constructor for TXs requiring a instance of...