Joshua Pinter
Joshua Pinter
Maybe something like this: ```js // Method definition: ordinal( number, includeNumber = true ). ordinal(2); // "2nd" ordinal(2, false); // "nd" ordinal(2, true); // "2nd" ``` Defaults to include the...
Is that correct? That appears to be the same limit in Android Studio so it looks like you haven't been able to get around that limitation.
@evcohen You did a great job with this! It's too bad that `prop-types` is in maintenance mode now and won't merge this in. The company I work for went ahead...
If you set the type of a column as JodaTime's `DateTime` it simply just does not create the column. No warning, no error, no nothing. Just continues on like everything...
For example: ```js width={ styles.thumbnail.width } ``` This will raise an error with the following style: ```js thumbnail: { width: "30%" }, ``` ``` eslint: error react-native/no-unused-styles - Unused style...
`tooltip: true` is set and works great on the main chart but nothing appears when hovering over the legend. Even if you go to the [documentation page for the legend](http://cal-heatmap.com/#legend)...
There are often times when it doesn't make any sense to add scopes to an `enum` attribute. i.e. You would never query the parent Model for certain values of that...
In our case, we're monitoring a live RTSP stream via `.sdp` and starting and stopping a recording of it. When we stop the recording with `ffTask.sendQuitSignal()` we actually consider this...
Link is broken and no similar file exists.