Max Gordon
Max Gordon
I've found that if the parent components props/state changes when an event is fired it will re-trigger the same event, i.e. firing twice. To be more specific, it happened when...
I'm getting warnings from yarn as below: ``` warning "[email protected]" has unmet peer dependency "prop-types@^15.5.8". warning "[email protected]" has incorrect peer dependency "react@^15.5.4". ``` Would be nice if the package was...
The README is currently lagging. We need to cover: - batch functionality - exemplify how to set up a network using the dataframe - the basic statistics available ... and...
I'm currently implementing a Poisson regression model for survival data and I need to use the offset term for the count in that category. I've previously noted that the rms...
Dear prof. Harrell, I've recently learned of a way to work with time-dependent coefficients when the proportional hazards assumption is violated in the cox-regression: By splitting the dataset using the...
Ok, here are my fixes that seem to correct some of the remaining offset issues. /Max
I noted that there were no test cases for query parameters with default values
There seems to be an issue with default parameters when used in combination with arrays. I've added the following to the test-case swagger: ``` yaml /hello_w_default_array: x-swagger-router-controller: hello_world get: description:...
Hi, thank you for this excellent repo! I found that the code-base was somewhat old and in order to understand it better I did a rewrite to TypeScript: https://github.com/gforge/react-typeahead-ts I...
I can't get the coveralls to function with the `nyc` package. I have limited experience with Travis and coveralls and I'm not sure where to start digging....