-
```
Smali/BakSmali, ApkTool, and related systems need to establish a
comprehensive standard data format so that version dependent and host
dependent issues such as android sdk failing to be stable d…
-
```
Smali/BakSmali, ApkTool, and related systems need to establish a
comprehensive standard data format so that version dependent and host
dependent issues such as android sdk failing to be stable d…
-
```
Smali/BakSmali, ApkTool, and related systems need to establish a
comprehensive standard data format so that version dependent and host
dependent issues such as android sdk failing to be stable d…
-
The code I'm referencing is in utils/index.js.
`data.forEach( (series) => {
series.values.forEach( (item, idx) => {`
`series.values` appears to be an es6 addition to Array. When I build charts t…
jmuel updated
9 years ago
-
Currently `LineChart.props.color` is a function that takes in an argument being the index of the data series being drawn. However, it's hard to associate the index with keys (`seriesName`). This way, …
-
Hey,
I'm looking at creating a new chart (very similar to a candlestick graph) which happens to have four dimensions - something many utils currently do not support. This will be a common occurrence…
-
Terseness is an important goal of this proposal. Custom elements help a lot by removing a bunch of boilerplate HTML, but don't go far enough. Markdown, on the other hand, is very terse and readable bu…
-
Linking CXX shared library libLearningServerMessages.so
[ 76%] Built target LearningServerMessages
[ 77%] Running C++ protocol buffer compiler on /donot/opencog/opencog/embodiment/Control/PerceptionAc…
-
It would be useful to be able to analyze face and landmark detection results in OpenBR. At the least, painting bounding boxes around detected regions could help for qualitatively comparing different d…
-
I'd like to think about refactoring the conversion code to make it more useful to others.
Currently, the functions that walk through a matplotlib plot are completely entwined with the functions that …