[julia-users] Re: Is there a way to download a copy of Plots' documentation?

2016-09-25 Thread SundaraRaman R
I don't know if the following is the best or easiest way, but: It appears the Plots.jl doc sources (https://github.com/JuliaPlots/PlotDocs.jl) are in MkDocs format, which by itself only allows html output; however, the author of MkDocs has released a Python package

[julia-users] Re: Pkg.tag "fatal: Not a valid commit name" error

2016-02-26 Thread SundaraRaman R
DATA – refusing to publish > > > Any tips on how to solve this? > > > > On Saturday, 20 February 2016 17:39:54 UTC+1, SundaraRaman R wrote: >> >> >> >> On Saturday, February 20, 2016 at 9:52:25 PM UTC+5:30, SundaraRaman R >> wrote: >>> >>> you can do a

[julia-users] Re: Pkg.tag "fatal: Not a valid commit name" error

2016-02-20 Thread SundaraRaman R
On Saturday, February 20, 2016 at 9:52:25 PM UTC+5:30, SundaraRaman R wrote: > > you can do a force tagging via Pkg.tag("EEG", v"0.0.3", force=true) > force isn't a keyword arg, so this should've been just Pkg.tag("EEG", v"0.0.3", true) &g

[julia-users] Re: Pkg.tag "fatal: Not a valid commit name" error

2016-02-20 Thread SundaraRaman R
The problem is, I think, due to the fact that applying *bfg* changes the commit ID (sha1) of every commit that contained the sensitive files, *as well as* every commit that derives from those commits in the repository. The code in Pkg.tag() tries to use the sha1 IDs stored under

[julia-users] Re: write julia consolle output in a text file

2016-01-30 Thread SundaraRaman R
I'm interpreting "julia console" to mean the Julia REPL, in which case this recent thread seems to be asking the same question: https://groups.google.com/forum/#!topic/julia-users/gVyNkJT6ej0 and has two decent suggestions on how to do it. Or, depending on your exact needs, you can always use

[julia-users] Re: Only two days left: TRIPLE your support for your favorite open source projects!

2016-01-03 Thread SundaraRaman R
On Sunday, January 3, 2016 at 12:40:53 AM UTC+5:30, Stefan Karpinski wrote: > > Google groups decided that this was spam, so it's too late for this. > Thanks, Google. > Hey, if having one more moderator would help push such non-spam messages off the queue quicker, I'm willing to take up the

Re: [julia-users] Re: What's in your .juliarc.jl file?

2015-12-24 Thread SundaraRaman R
On Thursday, December 24, 2015 at 8:48:36 AM UTC+5:30, Stefan Karpinski wrote: > > Mine's empty. I just take anything I want in .juliarc.jl and put it > directly in base. j/k > Haha, I actually thought about something related when posting the question: there's a lot of common boilerplate in

[julia-users] What's in your .juliarc.jl file?

2015-12-23 Thread SundaraRaman R
I'm a newbie to Julia and just today learnt that there's a .juliarc.jl initialization file. So I'm curious what sorts of things people use it for. Some DDG-ing and Googling only returned this gist: https://gist.github.com/Ismael-VC/6db0c310eaf04d0b0a1b in which at least the `separator()`