Tamas K. Papp
Tamas K. Papp
It turns out I have the latest version from MELPA. cf https://github.com/Malabarba/paradox/issues/157
I do have an access token. I migrated my home directory to a new computer, and perhaps I missed something and that is causing this error, as ```elisp (setq paradox-github-token...
Deleting `.elc` files and re-running `paradox-list-packages` did not help though.
I agree that it would be great to support this natively. A lot of formats (JSON, TOML, ...) just support flat vectors. I am wondering if `
Looking at the code, I was wondering if using signatures of the type ```julia mapreduce(f, op, a::Union{SOneTo,StaticArray}, b::Union{SOneTo,StaticArray}...) ``` would fix this. (The approach of #978 would make this slightly...
The issue for me is getting `SVector`s. I am not sure that the interface of `Base` implies anything about this, `map` doesn't say anything about the result being mutable, so...
Revisiting this issue: I agree that one should wrap in `SVector`. But currently `SVector(SOneTo(x))` fails, with ```julia ERROR: The size of type `SVector` is not known. ``` Would it make...
I was actually looking for a `BibTeX` entry to cite the Stan manual. I recognize that providing a comprehensive citation page is burdensome, but I wonder if it would be...
@ariddell: Can you provide a link with an example/description? Then I could update the list.
@ariddell: in the page you link I could not find an example with unicode identifiers (only strings, literals, filenames, etc).