Gunar

Results 82 comments of Gunar

Hey @cirqueit - would you be willing to take a look? Thanks in advance!

@kasugasorata98 thanks! this was very useful for me to open #732

PR is ready just needs merging. On Sun, 7 Nov 2021, 17:45 Luiz Duarte, ***@***.***> wrote: > No, it isn't @mr-smit . In 0.12.5 you could > pass different callbacks...

@jaggedsoft I know you're busy mate but this PR fixes a major problem in the latest release. It'd be great if you could merge and release it ASAP. Thanks in...

There's a PR to fix it https://github.com/jaggedsoft/node-binance-api/pull/732

I _think_ there's a way to since `index.js` exports the commands. Perhaps only docs are missing? ``` js module.exports.auth = require('./lib/commands/auth'); module.exports.init = require('./lib/commands/init'); module.exports.upload = require('./lib/commands/upload'); module.exports.defaults = require('./lib/defaults');...

So it works but it's a bummer that the commands themselves do `console.log`s, instead of just [propagating errors](https://github.com/danthareja/node-google-apps-script/blob/master/bin/gapps).

Alternatively, we can drop the `setTimeout` and use a [callback ref](https://reactjs.org/docs/hooks-faq.html#how-can-i-measure-a-dom-node) to trigger the animation as soon as the component renders: ```js const Component = () => { const [active,...

Hi @Stvad, why thank you for saying that. You're very welcome! I'd open to adding this feature. In the meantime, you might be able to get around it by piping...