Re: [julia-users] Re: JuliaCon schedule announced

2016-06-28 Thread Lanting Guo
+1

On Tuesday, June 28, 2016 at 11:44:13 PM UTC+8, mmh wrote:
>
> Hi Viral, we have an eta on when the talks will be up on youtube?
>
> On Wednesday, June 22, 2016 at 11:13:25 AM UTC-4, Viral Shah wrote:
>>
>> Live streaming was too expensive and we did not do it this year, but we 
>> certainly want to next year.
>>
>> -viral
>> On Jun 22, 2016 10:33 AM, "Gabriel Gellner"  wrote:
>>
>>> For future conferences I would be super stoked to pay some fee to have 
>>> early access if that would help at all. Super stoked to see so many of 
>>> these sweet talks!
>>>
>>> On Wednesday, June 22, 2016 at 6:49:43 AM UTC-7, Viral Shah wrote:

 Yes they will be and hopefully much sooner than last year.

 -viral
 On Jun 22, 2016 7:31 AM, "nuffe"  wrote:

> Will all the talks be posted on youtube, like last year? If so, do you 
> know when? Thank you (overseas enthusiast) 
>
> On Thursday, June 9, 2016 at 11:34:18 PM UTC+2, Viral Shah wrote:
>>
>> The JuliaCon talks and workshop schedule has now been announced.
>>
>> http://juliacon.org/schedule.html
>>
>> Please buy your tickets if you have been procrastinating. We have 
>> seen tickets going much faster this year, and waiting until the day 
>> before 
>> is unlikely to work this year. Please also spread the message to your 
>> friends and colleagues and relevant mailing lists. Here's the conference 
>> poster for emailing and printing:
>>
>> http://juliacon.org/pdf/juliacon2016poster3.pdf
>>
>> -viral
>>
>

[julia-users] Re: help on a MethodError

2015-11-03 Thread Lanting Guo

You are right. The error is gone .Thank you
On Tuesday, November 3, 2015 at 4:44:03 PM UTC+8, Tomas Lycken wrote:
>
> Most likely, you’ve imported or defined different versions of the type, 
> and/or you have an old definition laying around in the REPL session 
> somewhere. convert tries to convert an instance of the old version of the 
> type, and fails, because the convert is defined for a newer version. (You 
> can think of this as there existing two different types with the same name, 
> and the convert method you want is defined for the wrong one…)
>
> Try restarting the REPL, and the problem will probably go away.
>
> // T
>
> On Tuesday, November 3, 2015 at 9:24:57 AM UTC+1, Lanting Guo wrote:
>
> I want to convert a self defined type COSMIC.OrderedSampleMatrix to 
>> Array{ASCIIString,2}, but the repl displays a MethodError. But run in the 
>> script, everything is OK. I am confused about this.
>>
>>
>> <https://lh3.googleusercontent.com/-DRB9dAVd0ao/Vjht-JvJZUI/AI8/nZ7coSTijyI/s1600/julia_user.jpg>
>>
>> ​
>


[julia-users] help on a MethodError

2015-11-03 Thread Lanting Guo
I want to convert a self defined type COSMIC.OrderedSampleMatrix to 
Array{ASCIIString,2}, but the repl displays a MethodError. But run in the 
script, everything is OK. I am confused about this.





[julia-users] What happened with the Pkg.generate?

2015-10-21 Thread Lanting Guo
I found Pkg.generate disappeared in the master branch today. Is it just 
removed or transfered to another package? 


[julia-users] Re: What happened with the Pkg.generate?

2015-10-21 Thread Lanting Guo
Thank you, Kristoffer

On Wednesday, October 21, 2015 at 3:28:39 PM UTC+8, Kristoffer Carlsson 
wrote:
>
> Transferred: https://github.com/JuliaLang/PkgDev.jl
>
> On Wednesday, October 21, 2015 at 9:11:43 AM UTC+2, Lanting Guo wrote:
>>
>> I found Pkg.generate disappeared in the master branch today. Is it just 
>> removed or transfered to another package? 
>>
>