[Pharo-users] thesis on using ML for Pharo code completion

2019-12-02 Thread Myroslava Romaniuk via Pharo-users
--- Begin Message --- Hi everyone I'm starting work on a thesis on using ML for Pharo completion, in particular n-gram language models, and I wrote a little blog post with some details and research questions that I have. Here's a link: https://medium.com/@myroslavarm/using-ml-for-pharo-autocomplet

Re: [Pharo-users] Test Completion has been added to Pharo 8 - please test!

2019-07-12 Thread Myroslava Romaniuk via Pharo-users
at 16:50, Cyril Ferlicot wrote: > On Wed, Jul 3, 2019 at 2:29 AM Myroslava Romaniuk via Pharo-users > wrote: > > > > Hi all, > > > > we added an intermediate version of the upcoming test completion to > Pharo 8, it would be cool if you tested it and let us know

Re: [Pharo-users] Test Completion has been added to Pharo 8 - please test!

2019-07-03 Thread Myroslava Romaniuk via Pharo-users
it you only need to be coding something in Pharo :) So if you use it and it breaks somewhere, let us know. Best regards, Myroslava On Wed, 3 Jul 2019 at 15:27, Stéphane Ducasse wrote: > Hi miroslava > > how can we test it? > > Stef > > On 3 Jul 2019, at 01:11, Myroslava Romaniuk

[Pharo-users] Test Completion has been added to Pharo 8 - please test!

2019-07-02 Thread Myroslava Romaniuk via Pharo-users
--- Begin Message --- Hi all, we added an intermediate version of the upcoming test completion to Pharo 8, it would be cool if you tested it and let us know the results. Here's a blog post about it - link

Re: [Pharo-users] Fwd: introducing my GSoC project - Improving Code Completion

2019-05-12 Thread Myroslava Romaniuk
contributor. > > Over time I've seen a few conversations on this list seeking > improvements in code completion, so work here will be valued. > Good luck with it. > > On Fri, 10 May 2019 at 22:18, Myroslava Romaniuk > wrote: > > > > [I guess the majority of people d

[Pharo-users] Fwd: introducing my GSoC project - Improving Code Completion

2019-05-10 Thread Myroslava Romaniuk
[I guess the majority of people don't use the dev mailing list, so i'm resending this here.] Hi everyone, My name is Myroslava, I'm a 3rd year CS student in Ukraine, and my project Improving Code Completion has been selected for this year's GSoC. Some of you might know me from the 2 ESUGs I was a

Re: [Pharo-users] [Pharo-dev] PharoDays?

2018-03-06 Thread Myroslava Romaniuk
What about sometime mid-May? On 28 February 2018 at 19:10, Stephane Ducasse wrote: > Or 24-25 of May > Or 31 - 1 June? > > On Wed, Feb 28, 2018 at 6:09 PM, Stephane Ducasse > wrote: > > Hi guys > > > > many people are asking when and where there will be PharoDays. > > And we do not know. > > We

Re: [Pharo-users] [Pharo-dev] The mooc is looking for forum moderators

2017-09-04 Thread Myroslava Romaniuk
Hi I would like to help too, if possible. On 2 September 2017 at 22:33, Rene Paul Mages (ramix) wrote: > > > Le 01/09/2017 à 11:40, Serge Stinckwich a écrit : > > I should be able to help like last year. > >Count me also in the forum moderators team. > > -- > Amicalement. > Rene Paul Mages (

[Pharo-users] Unknown variable warning with a method name when saving a method

2017-08-03 Thread Myroslava Romaniuk
Hi, I'm trying to add the rewrite option to the Match Tool, and when I create a method and try to debug the code I get the following: So basically it tells me that the name of the method is an unknown variable which I don't get at all. And when I try to set it as a temporary variable just to see w

[Pharo-users] Compiling documents with Pillar

2017-07-23 Thread Myroslava Romaniuk
Hi, how do I compile a document using Pillar if I want to get a PDF? I tried googling but didn't get anything helpful. Btw I'm using Windows. Thanks, Myroslava