John Lapeyre

Results 216 comments of John Lapeyre

Yes. I hit TAB on an entry and my added actions are displayed. I select one of them and the following error is displayed in the minibuffer. `Symbol's function definition...

Thanks that fixed it. I really thought I had tried all the simple things. It is really useful to open the pdf from the arXiv in emacs rather than copying...

I think that would be a great idea. arXiv has changed the format of their bibtex entries (at least once). So, my code checks for the current format and an...

> when I choose the action for opening PDFs and there is none locally, the PDF is retrieved from arXiv if the article is from arXiv. Yes, this would be...

@marus311 I wrote this https://github.com/jlapeyre/CachePath.jl and made a small change to PyCall in this branch https://github.com/jlapeyre/PyCall.jl/tree/deps-in-dir . This allows PyCall to work with any python without recompilation. I'm pretty sure...

I just checked again, and it looks like PyCall is working with a statically linked libpython: ```julia julia> const PyCall = CachePath.require("PyCall", "../adepot") [ Info: Precompiling PyCall [438e738f-606a-5dbb-bf0a-cddfbfd45ab0] PyCall julia>...

A crude hack is: trap the exception and check if the code returned (`info`) satisfies `info>0`. If so, add normally distributed random numbers with standard deviation `1e-20` to the matrix...

I think the use of randomization is quite different. And pretty small in terms of code and complexity. But, I understand that introducing another piece of randomness might result in...

Apropos environment-specific features: The example above succeeds when using MKL (on my machine). I'm not 100% sure because I used Julia (I didnt look up yet how to use mkl...

It's certainly true that referring to the expectation value of an observable (often without reference to the state) is common. But, I don't think that it's the only useful way...