carlosmiei

Results 926 comments of carlosmiei

Hi @krychla1, thanks for letting us know, we will investigate it

@krychla1 Thank you very much; as temporary mitigation, can you try to increase `maxAttempts` and `delay` to see if it helps? ```Javascript const exchange = new ccxtpro.kucoin ({ 'apiKey': '',...

Hello @naokitte, yes our base32 operations seem to be malfunctioning, we will analyze it asap. Thanks for reporting it

Hello @naokitte I'm sorry, I ended up confusing myself and gave a wrong answer. Our docs in this subject aren't great either, but we will improve it soon. Basically, the...

Update: The esm bundle works in the browser now: ![image](https://user-images.githubusercontent.com/43336371/161797226-9e0b652c-54ba-4751-901e-a90c057f74cb.png)

> > How to make npm package hybrid > > We'll definitely need to support the existing usage of common js for backwards compatibility, maybe with a wrapper script that...

@frosty00 @kroitor Our Frankenstein is ready!! ![image](https://user-images.githubusercontent.com/43336371/162073049-c555ea94-fd58-4aca-b556-55f7ccaa0db6.png) (the npm package is now fully backward compatible)

> ``` > import { ccxt } from './ccxt.js' > ^^^^ > SyntaxError: The requested module './ccxt.js' does not provide an export named 'ccxt' > ``` > > Can we...

> ``` > > [email protected] bundle-cjs > > rollup -c rollup.config.js > > sh: rollup: command not found > ``` > > I get this error when trying to run...

Relates to #9623 and #9199