Benjamin Pryke

Results 6 comments of Benjamin Pryke

@tuxdna There are no conflicts and as far as I can tell, this repo has no test cases; it is unclear to me how to best go about adding them.

@tuxdna Although I haven't used this for a while, I believe my [original merge request comment (at the top)](https://github.com/misja/python-boilerpipe/pull/31#issue-79229149) illustrates the bug. To replicate, one must pull the repo, compile...

I have the same issue. It's strange, because the command that gh-pages is running is simply `git config --get remote..url`, and I can execute that in the shell without issue....

For those who cannot modify the or add a parent element: - Add `{ pointer-events: none; }` style to the disabled button/input. - Add the not-allowed cursor to the button...

While running property-based tests with Hypothesis, I discovered that `datetime.timestamp()` also fails with the same error on Windows 10 x64 for datetimes after `datetime.datetime(3001, 1, 19, 7, 59, 59, 999999)`....

I hit this issue myself. Every component rendered by your `Router` will be imported indirectly when you import your routes file. Images, CSS and other files that require custom loaders...