Antony Lee
Antony Lee
I am not maintaining this repo anymore. You may want to give a try to https://github.com/anntzer/matlab_kernel which provides a slightly different set of capabilities.
Likely related to #70 (see https://github.com/Calysto/matlab_kernel/issues/70#issuecomment-264201991 in particular). Is there really interest in static inline graphics in the notebook? If there was a way to embed the JFrame as an...
I think you are making good arguments in favor of the feature. However, the abysmal performance of `print` in recent MATLAB remains an issue, and one I cannot do anything...
I thought about it again and I can think of a way forward. Another reason why I was reluctant to implement the feature was that I wanted it to be...
I don't think a rcfile is really useful for so few options: MATLAB_KERNEL_RC would have to contain the *contents* of the file rather than its path (so that it's easily...
I don't mind adding support for definition_lists (or rather taking a PR that does so), but I suspect what you really want to write here is ```python import defopt def...
Oops, I realize the requirement for rst is not documented anywhere, indeed (I guess this is implied by the statement "Docstrings can use the standard [Sphinx](http://www.sphinx-doc.org/en/stable/domains.html#info-field-lists)-style ... or [Google](http://google.github.io/styleguide/pyguide.html)- and...
I meant see my original report on github, which I have edited. In any case, here it is. Antony 2016-08-31 11:39 GMT-07:00 vim-dev ML [email protected]: > On Wed, Aug 31,...
The crash still occurs with --sync (except that Vim just hangs after printing the error, instead of quitting). Compiling with the address sanitizer fails with ``` /home/antony/src/extern/vim/src/message.c:4786: undefined reference to...