Nick ODell

Results 39 comments of Nick ODell

>keeping the man page in sync with the code and version is a bit of a chore Perhaps we should look at argparse-manpage, which can generate a manpage by looking...

Just wanted to register interest in this, and share what I found while researching this. The upstream crate [does seem to have SSL support](https://docs.rs/mysql/latest/mysql/index.html#ssl-support). While reading #104 to figure out...

By the way, my company would potentially be interested in sponsoring work on this feature. We have a MySQL server with SSL, and it would benefit from using connector-x. Would...

I'm going to level with you, I don't remember opening this issue. I think I solved this via merging unrelated histories, and just lived with the multiple root commits/unrelated history.

> Thanks for the detailed issue. The environments do try to reinstall Python (except for using `existing`) but the rest of the error is interesting, will reproduce and check more...

Hi, I'm interested in helping out on this issue. Are you interested in PRs from anyone on this topic, or just the original author?

>There are a lot of expensive `scipy.linalg.eigh` calls. I found it was possible to reduce the time spent in `eigh()` by 30% by passing `driver="evd"` to `eigh()`. E.g. ``` eig_values,...

To clarify, are you talking about these three sentences? >‘less’: the distribution underlying x is stochastically less than the distribution underlying y, i.e. F(u) > G(u) for all u. (uses...

>However, when I use Jupyter Notebook I didn’t get an error or warning message and the function “silently” returned zero. I believe this error is only shown if you enable...