Ardo

Results 11 issues of Ardo

``` // Go to a directory of your choice git clone [email protected]:fusionjs/fusionjs.git cd fusionjs yarn policies set-version berry yarn install ``` Seeing: ``` ➤ YN0001: │ HTTPError: fixture-macro-pkg@npm:0.0.0-monorepo: Response code...

* Need a way to piggy back the SSR error detection so that devs can do something when that happens, such as emitting `m3`.

No Gradle support really turns me down from using Android third party libraries. Would be nice to have it.

enhancement

Is there any reason why `react-highcharts` mutating the passed config to add `_colorIndex` and `_symbolIndex` to each series? Just wondering. I could easily avoid this by cloning the config first,...

waiting for clarification

Can we also export `UserAgent` class as well? Say I want to somehow create my own middleware or plugins and what not. I want to create the `UserAgent` class myself.

``` US_CELLULAR(34326, R.string.carrier_us_cellular); // 34872 ``` I'm not sure what the comment means. The value is supposed to be `34872`, but it's on the comment instead of inside the value...

I'm using Scala 2.10.2, hence using 0.8.1 version. Calling `knockoff` method keeps throwing me this: java.lang.StackOverflowError: null at java.util.regex.Pattern.group0(Pattern.java:2513) ~[na:1.6.0_26] at java.util.regex.Pattern.sequence(Pattern.java:1806) ~[na:1.6.0_26] at java.util.regex.Pattern.expr(Pattern.java:1752) ~[na:1.6.0_26] at java.util.regex.Pattern.compile(Pattern.java:1460) ~[na:1.6.0_26] at...

https://github.com/CezaryDanielNowak/React-dotdotdot/blob/master/src/index.js#L70 ``` Dotdotdot.propTypes = { children: PropTypes.node, clamp: PropTypes.oneOfType([ PropTypes.string, PropTypes.number, PropTypes.bool ]).isRequired, truncationChar: PropTypes.string, useNativeClamp: PropTypes.bool, className: PropTypes.string, tagName: PropTypes.string }; ``` https://github.com/CezaryDanielNowak/React-dotdotdot/blob/master/src/index.d.ts#L3 ``` export interface DotdotdotProps extends React.HTMLProps...

It fails to compile any dust file with underscore in it.