Results 44 comments of Guy Ellis

@jaketoolson from what I remember that line I referenced above fixes the issue. I haven't done extensive testing from a phone yet. There still is an orientation bug that I...

@DerkBusser did you find a solution? I'm hitting the same error...

@johngeorgewright - love what you're doing with this branch. Is there an ETA on merging and publishing this?

I guess in my tests I can: ```javascript interface HistogramWithHashMap extends Histogram { hashMap: object; // etc. } ``` and in the test ```javascript const metric = getSingleMetric( 'foo', )...

> Question : do people even use .stream() and .messageStream()? I only use `execute`

To get `Item` as a type I had to setup my imports as such: ``` import SelectInput from 'ink-select-input'; import { Item } from 'ink-select-input/build/SelectInput'; ```

I'm having a problem getting this to work with `npm` workspaces and it might be the same problem that you're running into @hoekma If I run my script `npm run...

A quick look at https://github.com/mermaid-js/mermaid/blob/develop/src/diagrams/sequence/parser/sequenceDiagram.jison and also at https://github.com/mermaid-js/mermaid/blob/develop/src/diagrams/gantt/parser/gantt.jison seems to indicate that the latter has it implemented but not the former. I think that answers my first question. What...

I've started hitting this timeout issue a lot on a Travis build: ``` > [email protected] postinstall /home/travis/build/guyellis/plant/node_modules/unicode > node install.js try to read file /usr/share/unicode/UnicodeData.txt … /usr/share/unicode/UnicodeData.txt not found. try...