Matt Nedrich
Matt Nedrich
It seems to be failing for something simple like this: ```jsx class MyApp extends React.Component { const normalIndentVar = 5; const extraIntentVar = 6; public render() { return ( )...
Can you please open a pull request with the change you'd like to see?
Thanks for the request - I can work to add something like this soon.
This is a great point. Sorry for responding a year and a half late. I'm not really able to actively maintain this repo or respond to issues very well. I'll...
Hi @Mayssa-1195, what version of Python are you using? What is the error?
Some of the code doesn't work in Python 3. If you change the `print` statements to function calls, like ``` print("Starting gradient descent at b = {0}, m = {1},...
@redafekry mean shift is usually extremely slow. Each iteration is also somewhat parallelizable. Regardless, here are some idea that you might find useful: - Relax the convergence criteria to allow...
Sorry, what is the error you're referring to?
I think the `connect` type definitions may have changed - it may work if you omit the `{}` for now - so change `` to `` I will investigate and...
This is still a problem - happens when generating static html documentation from a spec file.