Tamas K. Papp

Results 542 comments of Tamas K. Papp

I would suggest experimenting with the other similar settings in the code.

#84 will hopefully provide a workaround for all the quirks of ansi-term.

I am not sure what you are referring to, the algorithm has no such parameter.

Not at the moment, as it would have to query the Julia process in the background for the relevant information. PRs and suggestions are welcome, eventually I guess this should...

AFAIK `ctags` would require that index files are pre-generated (and updated when necessary). At the same time, this information is available in the Julia image, so @gdkrmr's suggestion would be...

`:XTOL_REACHED` means that your coordinates are (practically) not changing, so the optimizer halts. Ie the new `x` is `==` the previous one. Hard to say more without an MWE.

Can't replicate on `master` or `dev` (but not sure what fixed it). Please try a more recent version.

Thanks for the PR. My problem with this approach is that 1. if the tmp file is not deleted (which seems to be the case), the directory is cluttered with...

I will look into the packages you linked.