mqklin

Results 28 comments of mqklin

> Facing the same issue still. try to update Brave browser

I have the same problem. Switching to custom network sometimes fires `disconnect` event.

Agree, lots of tricky questions. I found a workaround to solve my problem, so no need to get canvas context now.

@asedsami i'm using built-in figures instead https://github.com/tradingview/lightweight-charts/blob/master/docs/series-basics.md#setmarkers

Here is the error (Syntax error points to generator `function *`, parser cannot parse asterisk): ![image](https://user-images.githubusercontent.com/9456433/65959178-c5efbc80-e46a-11e9-9b8a-98465ce52c13.png) Maybe we can transpile this dependency on our side using webpack and babel, but...

We use only `getVerifiedAccounts` and `getProfile`. Maybe this should be fixed on `ipfs` side, I'll create an issue there

We've switched to `dist/3box.api.min.js` and it works now, thanks! But maybe you could add this API as separate modules, so we would be able to import only what we need...

I've included `3box` in my build and after some research noticed these pieces of code: `node_modules/3box/dist/3box.min.js` (147:25398): ``` ...n("Not writing last bytes from original file")}return{[Symbol.asyncIterator]:async function*(){}}})... ``` `node_modules/ipfs/dist/index.min.js` (1:2111002): ```...

> You can import it like described here: Thanks, I had to read the docs more carefully! I've just tried this code: `import {getProfile, getVerifiedAccounts} from '3box/lib/api';`, but after compiling...