Re: [Pharo-users] Strange 'Connection closed while waiting for data.' Zinc error

2017-12-25 Thread Yuriy Tymchuk
Hi Sven, No, I’m on Mac (OS 10.13). Cheers. Uko > On 25 Dec 2017, at 20:03, Sven Van Caekenberghe <s...@stfx.eu> wrote: > > > >> On 25 Dec 2017, at 18:03, Yuriy Tymchuk <yuriy.tymc...@me.com> wrote: >> >> Hi, >> >> setting the reuse

Re: [Pharo-users] Strange 'Connection closed while waiting for data.' Zinc error

2017-12-25 Thread Yuriy Tymchuk
over slow connections (I live where there are no land > lines of any kind) that I replaced the HTTP/2 code in Nginx with code from > pureftpd in order to access my server at home when I'm out. > > Andrew > > On 2017-12-24, 3:30 PM, "Pharo-users on behalf of Yuriy Tymchuk"

[Pharo-users] Strange 'Connection closed while waiting for data.' Zinc error

2017-12-24 Thread Yuriy Tymchuk
Hi, I’m trying to hack something with Pharo 6.1 and Phillips Hue[1] (they have a simple REST API). When I try to do a GET request with Zinc like this: ZnClient new url: 'http://192.168.0.115:80/api/1028d66426293e821ecfd9ef1a0731df/lights/'; get I get a “ConnectionClosed:

Re: [Pharo-users] Discord server ownership

2017-05-26 Thread Yuriy Tymchuk
Esteban is going to be excited about this :) > On 25 May 2017, at 21:29, Dimitris Chloupis wrote: > > Hey there, as you may or may not know I am the person to blame for starting > the Pharo server in Discord , out of curiousity at first then it grew up to > our main

Re: [Pharo-users] HiDPI

2017-05-17 Thread Yuriy Tymchuk
But AFAIK what Tobias did was just to render per pixel essentially scaling all UI 4 times. While the VM should be able to render per pixel, there should be some abstraction that converts generic “points” if the normal UI to pixels used for rendering. So we can have the same UI as we had without

Re: [Pharo-users] Smalltalk on Stack Overflow Developers Survey 2017

2017-03-25 Thread Yuriy Tymchuk
This is really strange. Because according to the survey every 2 our of 3 participants identified Smalltalk as a language they love. However I’d say that only 1 of every 20 developers that I meet knows what Smalltalk is. Uko > On 24 Mar 2017, at 13:38, Cyril Ferlicot D.

Re: [Pharo-users] accessing local/instance variables with metalinks

2016-12-14 Thread Yuriy Tymchuk
gt; > But I think that it is better to have stylers for the users of metalinks, > e.g. there is a special > styler for breakpoints. > > I see the general styler more as a debug tool (it is off by default). > > Marcus >> On 14 Dec 2016, at 05:1

Re: [Pharo-users] accessing local/instance variables with metalinks

2016-12-14 Thread Yuriy Tymchuk
By the way, we need to add a rubric highlighting to the classes somehow :). Uko > On 12 Dec 2016, at 13:36, Marcus Denker wrote: > > Hello, > > Not yet. It should be easy to add if we find a good API for it… > > I will work on it this week (I have blocked some time

[Pharo-users] Any Pharo 5 in the industrial setup?

2016-11-29 Thread Yuriy Tymchuk
Dear all, my name is Yuriy Tymchuk, I am a researcher from Bern University and the author of QualityAssistant and other quality-related tweaks and experiments in Pharo. I am interested to know is anybody uses Pharo 5 in industry as I've spent plenty of time to develop QualityAssistant and I am

[Pharo-users] Linking issues to versions (bug analysis) in pharo

2016-11-08 Thread Yuriy Tymchuk
Hi, has anybody done anything with bug analysis in Pharo? I know that the most common approach is to see in which version an issue was closed and what code was changed and when was that code introduced and as the result you have lifespans of bugs. Other suggestions are also welcome :) Uko

Re: [Pharo-users] Pharo not running with macOS Sierra

2016-09-23 Thread Yuriy Tymchuk
> On 23 Sep 2016, at 09:01, MartinW wrote: > > vivus-ignis wrote >> which image were you using? The "unofficial" VM from the link presents a >> dialog to open a file and once I select an image, it just disappears and >> nothing happens after that. > > The

Re: [Pharo-users] Lint Rule for Class-Side Method

2016-09-09 Thread Yuriy Tymchuk
Hi, so in Pharo 5 CriticBrowser does not care about #checksClass, #checksMethod and so on. I am changing this in Pharo 6, but I didn’t have enough time for Pharo 5. For CriticBrowser you need to override instance-side methods #checkClass: or #checkMethod:. In your case you want to override

Re: [Pharo-users] Lint Rule for Class-Side Method

2016-09-07 Thread Yuriy Tymchuk
> On 07 Sep 2016, at 23:41, Sean P. DeNigris wrote: > > Uko2 wrote >> What are you using to obtain critiques? > > CriticBrowser Ok, can you also, please, clarify which version of Pharo are you using? > > > > - > Cheers, > Sean > -- > View this message in

Re: [Pharo-users] Lint Rule for Class-Side Method

2016-09-06 Thread Yuriy Tymchuk
Hi, sorry for late reply. What are you using to obtain critiques? QualityAssistnat? CriticBrowser? Cheers. Uko > On 06 Sep 2016, at 19:06, Sean P. DeNigris wrote: > > Sean P. DeNigris wrote >> I'm probably missing something obvious, but it seems like #checksMethod >>

Re: [Pharo-users] Comparing floats

2016-09-02 Thread Yuriy Tymchuk
how about having assert:closeTo: ? > On 02 Sep 2016, at 21:09, Henrik Nergaard wrote: > > You could implement a custom assert in ConverterTest to do the comparison, > something like > > assert: aNumber withPrecision: precision equals: otherNumber > > self >

Re: [Pharo-users] Issue with Ulysse?

2016-07-30 Thread Yuriy Tymchuk
It was the 1:40:00 timeout, but the report is weird indeed. https://ci.inria.fr/pharo/job/Pharo-6.0-Issue-Validator/6957/console Uko > On 30 Jul 2016, at 20:08, Alexandre Bergel wrote: > > Hi! > > It looks like Ulysse is not working properly. Here is the report he/it

Re: [Pharo-users] Can GitHubcello be used against BitBucket?

2016-07-25 Thread Yuriy Tymchuk
As far as I can tell, the discussion is not about GitHubcello. If you need a help with GitHubcello please CC me, because I cannot follow everything. Uko > On 25 Jul 2016, at 17:50, Ben Coman wrote: > > Just a couple of articles to head off problems in case you first

Re: [Pharo-users] Can GitHubcello be used against BitBucket?

2016-07-24 Thread Yuriy Tymchuk
t; Sean Glazier > > > On Thu, Jul 21, 2016 at 3:38 PM, Yuriy Tymchuk <yuriy.tymc...@me.com > <mailto:yuriy.tymc...@me.com>> wrote: > Hi, > > to my knowledge GitHubcello[1] is my project for loading filetree projects > from GitHub via Spotter. Are you asking abo

Re: [Pharo-users] Can GitHubcello be used against BitBucket?

2016-07-21 Thread Yuriy Tymchuk
Hi, to my knowledge GitHubcello[1] is my project for loading filetree projects from GitHub via Spotter. Are you asking about it, or there is something else with the same name? Cheers. Uko [1]: https://github.com/Uko/GitHubcello > On 21 Jul 2016, at 21:16, Sean Glazier

Re: [Pharo-users] [Pharo-dev] Spec Tutorial First chapter

2016-07-09 Thread Yuriy Tymchuk
Yes, tutorials about UI frameworks are uber-important. Thank Johan!! P.S. we need some cool documentation meta framework, because now I have documentation about my stuff in 3 places: Comments, Pharo Help & Github ReadMe. > On 09 Jul 2016, at 12:39, stepharo wrote: > > Tx :)

Re: [Pharo-users] Styling a Pharo UI application

2016-06-24 Thread Yuriy Tymchuk
ry - http://pleiad.cl/~jfabry <http://pleiad.cl/~jfabry> > PLEIAD and RyCh labs - Computer Science Department (DCC) - University of > Chile > >> On Jun 24, 2016, at 17:50, Yuriy Tymchuk <yuriy.tymc...@me.com >> <mailto:yuriy.tymc...@me.com>&

Re: [Pharo-users] Styling a Pharo UI application

2016-06-24 Thread Yuriy Tymchuk
raphical effects. I have not seen > anything in Bloc and Bric that would make me abandon Morphic. > > Actually the one thing that I am waiting for with some excitement is SDL > support which would make things easier for someone like that loves to create > custom GUIs. > >

Re: [Pharo-users] Coral?

2016-06-24 Thread Yuriy Tymchuk
nflictUseIncoming; > load. > > 2016-06-24 11:23 GMT+02:00 Yuriy Tymchuk <yuriy.tymc...@me.com > <mailto:yuriy.tymc...@me.com>>: > Hi, > > what is the status of Coral? I’ve heard that someone is supposed to work on > it, but even the main webpage I

[Pharo-users] Coral?

2016-06-24 Thread Yuriy Tymchuk
Hi, what is the status of Coral? I’ve heard that someone is supposed to work on it, but even the main webpage I know is down: http://rmod.lille.inria.fr/coral/ Uko

Re: [Pharo-users] Styling a Pharo UI application

2016-06-24 Thread Yuriy Tymchuk
It’s kind of a pity that to make something sexy we still have to use Morphic… Hopefully this will change with Bloc & Bric > On 24 Jun 2016, at 10:25, Dimitris Chloupis wrote: > > In my case is just personal preference none the less Spec has ways to wrap > morphs to

Re: [Pharo-users] Retina support in Pharo

2016-05-24 Thread Yuriy Tymchuk
You can also open an info window about the Pharo.app and check the “Open in low resolution” box. Then you will have a real pixelated graphics and now blurry (which can be annoying). Cheers. Uko > On 17 May 2016, at 22:21, Damien Pollet wrote: > > On 17 May 2016

Re: [Pharo-users] How to rewrite self should: into self assert:

2016-03-28 Thread Yuriy Tymchuk
I have not seen that you gave this to me :). Just make sure that it’s in Pharo, and QA should pick it up. Cheers. Uko > On 28 Mar 2016, at 10:31, stepharo wrote: > > I gave this rule and assert: = -> assert: equals: to yuriy for inclusion in QA > > > Le 27/3/16 21:04,

Re: [Pharo-users] [Pharo-dev] DeprecationAssistant

2016-03-21 Thread Yuriy Tymchuk
l http://www.bergel.eu <http://www.bergel.eu/> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > >> On Mar 21, 2016, at 10:19 AM, Yuriy Tymchuk <yuriy.tymc...@me.com >> <mailto:yuriy.tymc...@me.com>> wrote: >> >> Hi Alex, >> >> this is not about critics… >> &

Re: [Pharo-users] [Pharo-dev] DeprecationAssistant

2016-03-21 Thread Yuriy Tymchuk
Is there anything that should be displayed in the critic list? > > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu <http://www.bergel.eu/> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > >

Re: [Pharo-users] [Pillar] Logo for Pillar

2016-03-21 Thread Yuriy Tymchuk
Hi, IMHO it’s too airy, to much free area. By the way, have you seen the previous logo? https://github.com/pillar-markup Uko > On 18 Mar 2016, at 15:30, Thibault ARLOING > wrote: > > Hi, > > With a mate, we've worked on a logo for Pillar. > We just want

[Pharo-users] DeprecationAssistant

2016-03-21 Thread Yuriy Tymchuk
HI everyone, last week I’ve created a little tool that automates deprecation resolution. The goal is to provide a help based on the existing code (no need for extra actions). You can read more here: http://blog.yuriy.tymch.uk/2016/03/deprecationassistant-aiding-developers.html

Re: [Pharo-users] Zn / Connection closed while waiting for data

2016-03-02 Thread Yuriy Tymchuk
> On 02 Mar 2016, at 13:35, Sven Van Caekenberghe <s...@stfx.eu> wrote: > > >> On 02 Mar 2016, at 13:28, Yuriy Tymchuk <yuriy.tymc...@me.com> wrote: >> >> For me it’s also happening when I run >> RTMapLocationExample>>#exampleSeismOnEarth >

Re: [Pharo-users] Zn / Connection closed while waiting for data

2016-03-02 Thread Yuriy Tymchuk
For me it’s also happening when I run RTMapLocationExample>>#exampleSeismOnEarth Uko > On 30 Sep 2015, at 10:36, Andrei Chis wrote: > > In my case it's still failing with 'Connection closed while waiting for data.' > > Cheers, > Andrei > > On Wed, Sep 30, 2015 at

Re: [Pharo-users] Pharo Consortium GSoC 2016 application status

2016-02-29 Thread Yuriy Tymchuk
And we are not the “mainstream” like ruby for example ;) > On 01 Mar 2016, at 00:19, Stephan Eggermont wrote: > > On 29/02/16 22:59, Hernán Morales Durand wrote: >> And the reason is... ? > > A lot more applications than spots > > Stephan > > >

Re: [Pharo-users] MetaLink invocation with method returned value

2016-02-24 Thread Yuriy Tymchuk
As far as I know return values for methods are not yet implemented. I’ve talked with Marcus, it’s planned but not the top priority. For now you can all links to the return nodes of a method. Uko > On 25 Feb 2016, at 07:42, Alain Rastoul wrote: > > Hi, > > I would like

Re: [Pharo-users] GSOC 2016

2016-02-20 Thread Yuriy Tymchuk
ttings, or so it seems. >> >> Yes, it used to be STON, but it was changed to .st - in any case, the idea >> was that it were just objects. >> >> I totally agree this process is not good. >> >> The AWS bucket is under my private key, cannot share that. >

Re: [Pharo-users] GSOC 2016

2016-02-16 Thread Yuriy Tymchuk
Sorry, I’m a bit confused. The Topics.st is not a STON file, it’s a smalltalk code file. Sven, can you please guide me on how to generate the page, because I was not able to figure it out from PharoPeople package. Also I guess that I’ll be able to automate the process if you give me AWS Access

[Pharo-users] Dr. Geo Swiss App Store

2016-01-21 Thread Yuriy Tymchuk
Hi, I was trying to install Dr. Geo on iPad, and apparently it's not available in Swiss App Store... Is where any issue of putting the app on every App Store that is there? Cheers. Uko Sent from my iPad

Re: [Pharo-users] Launcher 0.2.9 opens Spur images

2016-01-14 Thread Yuriy Tymchuk
But how does it work? Doest the launcher detect which vm should be used for the image that you are launching, or you have to switch something? Uko > On 14 Jan 2016, at 18:18, Damien Cassou wrote: > > Hi list, > > thanks to the awesome work of Vincent Blondeau, Stephan

Re: [Pharo-users] Launcher 0.2.9 opens Spur images

2016-01-14 Thread Yuriy Tymchuk
location of both pre and spur images in the launcher. It > will find in the image header the one it should use. > > Vincent > >> -Message d'origine- >> De : Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] De la part de >> Yuriy Tymchuk >> En

Re: [Pharo-users] [Pharo-dev] Pharo Consortium New Gold Member: Thales

2015-11-30 Thread Yuriy Tymchuk
It is extremely weird that this got into the thread about new consortium member, as I was replying to “[Pharo-dev] Java Future”… > On 30 Nov 2015, at 15:27, Yuriy Tymchuk <yuriy.tymc...@me.com> wrote: > > You can start a “Future of Pharo” discussion on a Java mailing list :) >

Re: [Pharo-users] [Pharo-dev] Pharo Consortium New Gold Member: Thales

2015-11-30 Thread Yuriy Tymchuk
You can start a “Future of Pharo” discussion on a Java mailing list :) Cheers. Uko > On 30 Nov 2015, at 12:27, Tudor Girba wrote: > > Great news! > > For everyone not directly involved in the Consortium: > The money collected from memberships go towards the

Re: [Pharo-users] Basic versioning of GitHub repositories from within Pharo

2015-11-23 Thread Yuriy Tymchuk
Hi Skip, The receiver is GHRepository. Cheers. Uko > On 23 Nov 2015, at 17:46, Skip Lentz <skip.le...@inria.fr> wrote: > >> >> On Nov 23, 2015, at 5:32 PM, Yuriy Tymchuk <yuriy.tymc...@me.com> wrote: >> >> >>> On 23 Nov 201

Re: [Pharo-users] Basic versioning of GitHub repositories from within Pharo

2015-11-23 Thread Yuriy Tymchuk
The project can be loaded like this: Metacello new smalltalkhubUser: #Balletie project: #GitHub; configuration: #GitHub; version: #development; load: #tool > On 23 Nov 2015, at 16:37, Skip Lentz wrote: > > >> On Nov 23, 2015, at 4:34 PM,

Re: [Pharo-users] Basic versioning of GitHub repositories from within Pharo

2015-11-23 Thread Yuriy Tymchuk
> On 23 Nov 2015, at 17:31, Peter Uhnak wrote: > > On Mon, Nov 23, 2015 at 04:25:28PM +0100, Skip Lentz wrote: >> Hi everyone, >> >> As part of my internship I am creating bindings to the GitHub API in Pharo. >> As a prototype and demo, I have created a small tool last week

Re: [Pharo-users] Basic versioning of GitHub repositories from within Pharo

2015-11-23 Thread Yuriy Tymchuk
> On 23 Nov 2015, at 16:55, Skip Lentz <skip.le...@inria.fr> wrote: > > >> On Nov 23, 2015, at 4:46 PM, Yuriy Tymchuk <yuriy.tymc...@me.com> wrote: >> >> Is there any guide on how to use it? I’ve opened the tool, entered a >> username, left

Re: [Pharo-users] Basic versioning of GitHub repositories from within Pharo

2015-11-23 Thread Yuriy Tymchuk
Is there any guide on how to use it? I’ve opened the tool, entered a username, left out the password field blank. Then I get nil exception because `self avatarUrl` of GHLoggedInUser returns nil. Cheers. Uko > On 23 Nov 2015, at 16:42, Yuriy Tymchuk <yuriy.tymc...@me.com&

[Pharo-users] Seaside on Pharo 5?

2015-10-30 Thread Yuriy Tymchuk
Hi, Is there a version of Seaside that works on Pharo5? Uko

Re: [Pharo-users] Another pass on catalog web-site (Styling)

2015-10-12 Thread Yuriy Tymchuk
Why does it show that QA has only conf. for pharo 5 if it also has one for Pharo 4? Uko > On 12 Oct 2015, at 12:25, Esteban Lorenzano wrote: > > Hi, > > I made another pass on catalog web-site. This time I just enhanced a bit the > styling… still a lot to do but is

Re: [Pharo-users] ifNotEmpty(Do):

2015-10-10 Thread Yuriy Tymchuk
Yes, ifNotEmptyDo: and ifNotNilDo: are for compatibility with other Smalltalks. The rule was added to communicate this in some way. Cheers. Uko > On 10 Oct 2015, at 18:55, Peter Uhnák wrote: > > Collection>>ifNotEmpty: comment says > > "If the block has an argument, eval

Re: [Pharo-users] [Moose-dev] Re: Roassal3D is moving...

2015-10-09 Thread Yuriy Tymchuk
ltip? > > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu <http://www.bergel.eu/> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > >> On Oct 9, 2015, at 12:40 PM, Yuriy Tymchuk <yuriy.tymc...@me.com

Re: [Pharo-users] Deleting methods

2015-10-09 Thread Yuriy Tymchuk
t several methods, and press cmd-m-x) > > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu <http://www.bergel.eu/> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > >> On Oct 9, 2015, at 11:49

Re: [Pharo-users] Deleting methods

2015-10-09 Thread Yuriy Tymchuk
> wrote: > > Aa, it was you, Yuriy :) Then it is ok! I thought this exception happens > because something deep inside pharo is broken :) > Thanks for looking into it > > Cheers, > Alex > > On Fri, Oct 9, 2015 at 8:52 PM, Yuriy Tymchuk <yuriy.tymc...@me.com > &l

Re: [Pharo-users] Deleting methods

2015-10-09 Thread Yuriy Tymchuk
Ah, there was something about that… Do you something specific to get this issue? Because I do not encounter it, but I’d like to fix it. Uko > On 09 Oct 2015, at 16:47, Alexandre Bergel wrote: > > Hi! > > When I select methods, I often get a MessageNotUnderstood:

Re: [Pharo-users] [Moose-dev] Roassal3D is moving...

2015-10-09 Thread Yuriy Tymchuk
Wow, this is amazing. Can I have this king of interaction in the old Roassal3D? Or a slave that will move ViDI to Woden? :) No, honestly I’d really appreciate if someone can help me to add this flyover interaction to ViDI, so we can run some kind of controlled experiment on it (and for now

Re: [Pharo-users] Better Code Completion

2015-10-06 Thread Yuriy Tymchuk
> On 06 Oct 2015, at 09:09, Nicolai Hess wrote: > > > Am 04.10.2015 23:53 schrieb "Peter Uhnák" >: > > > > This is both rant and list of questions/notes/observations... > > > > ...but first of all: > > do Smalltalkers not like

Re: [Pharo-users] Pillar for 30 gone the way of the dodo on the CI

2015-10-01 Thread Yuriy Tymchuk
You can exclude some of the combinations from matrix. E.g. exclude build for 30 & development. > On 01 Oct 2015, at 14:04, Stephan Eggermont wrote: > > On 01-10-15 10:05, Peter Uhnak wrote: >> In Jenkins you specify configuration matrix (versions of pharo versus type >>

Re: [Pharo-users] Adding a #development version of a Git project in the catalog

2015-09-21 Thread Yuriy Tymchuk
Hi, Can you simply define symbolic version as a normal one? I think that you need a baseline with a code of your symbolic version, then you reference this baseline with the #development version and in v1_0_0 you override repository to “…pharo-jenkins:v1.0.0/src”. I think that for me that was

Re: [Pharo-users] [Pharo-dev] [Survey] QualityAssistant experience mini-survey

2015-09-14 Thread Yuriy Tymchuk
Hi, they are described here: https://github.com/Uko/QualityAssistant#actions Mariano also reported that on Pharo 4 some actions are missing. I am investigating that. Yuriy > On 14 Sep 2015, at 15:58, Damien Cassou

[Pharo-users] [Survey] QualityAssistant experience mini-survey

2015-09-14 Thread Yuriy Tymchuk
Dear Pharoers, I kindly ask you to participate in the QualityAssistant mini-survey: http://rio.inf.usi.ch/survey/index.php/818331 . It will take only a few minutes of your time (or less), and will give us a better understanding of how

Re: [Pharo-users] Is RBClassNotReferencedRule ~200x slower in Pharo 4 vs Pharo 3 ?

2015-08-19 Thread Yuriy Tymchuk
what was a context? Stef Le 18/8/15 22:39, Yuriy Tymchuk a écrit : This may have happened when I was removing contexts from the rules. Uko On 18 Aug 2015, at 18:25, stepharo steph...@free.fr mailto:steph...@free.fr wrote: Hi marcus do you get an idea why we got this slowdown

Re: [Pharo-users] Is RBClassNotReferencedRule ~200x slower in Pharo 4 vs Pharo 3 ?

2015-08-18 Thread Yuriy Tymchuk
This may have happened when I was removing contexts from the rules. Uko On 18 Aug 2015, at 18:25, stepharo steph...@free.fr wrote: Hi marcus do you get an idea why we got this slowdown? Stef Le 30/7/15 14:08, Marcus Denker a écrit : I added an issue:

Re: [Pharo-users] Does RBImplementedButNotSent result in any critics for any of you?

2015-07-31 Thread Yuriy Tymchuk
On 31 Jul 2015, at 16:00, Paul DeBruicker pdebr...@gmail.com wrote: It seems like its not testing for the right conditions any more and therefore not finding any messages that are implemented but not sent. I think this and the problem I was having the other day is from removing the

Re: [Pharo-users] ViDI error: variable named aModuleName in NativeBoost#loadModule:

2015-07-28 Thread Yuriy Tymchuk
] in VidiSessionPackagesSelectnextAction [ self value. Processor terminateActive ] in BlockClosurenewProcess === Thank you. 2015-04-24 14:25 GMT+02:00 Yuriy Tymchuk yuriy.tymc...@me.com mailto:yuriy.tymc...@me.com: Hi Rafael, now ViDI should work. I haven’t

Re: [Pharo-users] Trying to load ViDI in Pharo 4 gives an error

2015-07-23 Thread Yuriy Tymchuk
Hi, I will take a look at that, but at the moment I’m in the airport awaiting my flight, and it’s not very comfortable to debug configurations here. Please be patient :) Cheers Uko On 23 Jul 2015, at 22:14, Paul DeBruicker pdebr...@gmail.com wrote: Hi - When I run this: Gofer

Re: [Pharo-users] gitfiletree metadata

2015-07-23 Thread Yuriy Tymchuk
Check which versions are bold when you open the package. Because when I use gitfiletree it usually shows me that the latest few versions are not loaded (they are in bold) but I am anyway on the latest one. Uko On 24 Jul 2015, at 02:29, Peter Uhnák i.uh...@gmail.com wrote: On Fri, Jul

Re: [Pharo-users] Morphs automatic repositioning (and resizing)

2015-06-25 Thread Yuriy Tymchuk
On 25 Jun 2015, at 15:32, Mark Rizun mri...@gmail.com wrote: you can compose by putting your morphs into AlignmentMorph instances (order them by rows or columns), and you add the AlignmentMorph instances to your top level morph. You'll have to play with the #spaceFill or #shrinkWrap

Re: [Pharo-users] Environment-independent styler?

2015-06-22 Thread Yuriy Tymchuk
My 2 cents: we need a diff model. Because for now there is TextDiffBuilder which “diffs” text by lines i.e. bad granularity, and there is a DiffMorph that produces nice diffs but it’s hard to reuse it in other contexts. Uko On 22 Jun 2015, at 15:18, Martin Dias tinchod...@gmail.com wrote:

Re: [Pharo-users] [Pharo-dev] [SURVEY] Code Critics Usage

2015-05-05 Thread Yuriy Tymchuk
/ ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On May 4, 2015, at 12:41 PM, Jigyasa Grover grover.jigya...@gmail.com mailto:grover.jigya...@gmail.com wrote: Done ! On Mon, May 4, 2015 at 9:47 PM, Yuriy Tymchuk yuriy.tymc...@me.com mailto:yuriy.tymc...@me.com wrote: Dear Pharo developers, I kindly ask you

[Pharo-users] [SURVEY] Code Critics Usage

2015-05-04 Thread Yuriy Tymchuk
Dear Pharo developers, I kindly ask you to participate in the Code Critics mini-survey: https://www.esurveycreator.com/s/8af18d8. It will take only a coupe minutes of your time (or less), and will give us the better understanding of how Code Critics are currently used and how to improve them.

Re: [Pharo-users] Package comments

2015-05-01 Thread Yuriy Tymchuk
One question, is someone working this kind of metadata management? Because 1) instead of keeping it in the class, we can keep it in objects. 2) It can be serialized into STON for git versioning and probably it can be stored in some way in Monticello Uko On 01 May 2015, at 12:07, Esteban

Re: [Pharo-users] Running agile visualization examples on pharo 4 doesn't show the RTView

2015-04-25 Thread Yuriy Tymchuk
Is it only me, or as GTInspector is a part of Pharo 4, configuration of roassal should load the presentation and not something from outside? On 25 Apr 2015, at 19:23, Peter Uhnák i.uh...@gmail.com wrote: Indeed, I always run this script to get in Pharo 4

Re: [Pharo-users] QualityAssistant ignoring rules

2015-04-25 Thread Yuriy Tymchuk
fond of the pragma usage here, it would be nice to have it as metadata (in a possibly separate window which I can't open/close on demand)). Thanks! Peter On Sat, Apr 25, 2015 at 10:30 AM, Yuriy Tymchuk yuriy.tymc...@me.com mailto:yuriy.tymc...@me.com wrote: Hi Peter. For now

Re: [Pharo-users] issue with monticello ancestor ?

2015-04-25 Thread Yuriy Tymchuk
On 25 Apr 2015, at 18:00, Thierry Goubier thierry.goub...@gmail.com wrote: Hi Alexandre, with Esteban, we've been chasing around some of those bugs around for a while. But, in your case, it could perfectly be that: .6 in your image has .4 as ancestor; and .6 in your repository has .5

Re: [Pharo-users] ViDI error: variable named aModuleName in NativeBoost#loadModule:

2015-04-24 Thread Yuriy Tymchuk
version. 2015-04-24 9:52 GMT+02:00 Yuriy Tymchuk yuriy.tymc...@me.com mailto:yuriy.tymc...@me.com: Ok, I found the problem. Some Spec api changed. I stable version will work at least on Mac quite soon. :) Uko On 23 Apr 2015, at 17:46, Rafael Luque rafael.luque.le...@gmail.com

[Pharo-users] Who is maintaining Marina?

2015-04-24 Thread Yuriy Tymchuk
HI, so far I’ve found 2+ issues: 1) 3 tests are failing because MRRoot class#default” returns nil. 2) MRRoot#initialize” references “name” variable which is not defined (the question if it should be defined, or it’s a refactoring leftover) Also can I configure CI to build Marina on Pharo 4.0?

Re: [Pharo-users] ViDI error: variable named aModuleName in NativeBoost#loadModule:

2015-04-24 Thread Yuriy Tymchuk
Yosemite (version 10.10.2). Thanks 2015-04-23 17:37 GMT+02:00 Yuriy Tymchuk yuriy.tymc...@me.com mailto:yuriy.tymc...@me.com: Hi Rafael, I will take a look. Which operating system are you using? Uko On 23 Apr 2015, at 17:30, Rafael Luque rafael.luque.le...@gmail.com

Re: [Pharo-users] ViDI error: variable named aModuleName in NativeBoost#loadModule:

2015-04-23 Thread Yuriy Tymchuk
Hi Rafael, I will take a look. Which operating system are you using? Uko On 23 Apr 2015, at 17:30, Rafael Luque rafael.luque.le...@gmail.com wrote: Hi, I installed ViDI on Pharo 4 following the project instructions detailed in its GitHub page: Gofer new smalltalkhubUser:

Re: [Pharo-users] [Pharo-dev] QualityAssistant v0.4

2015-04-23 Thread Yuriy Tymchuk
Hi Cyril, I’ve checked the problem. It could be indeed easier if the rule pointed to it :). So you have PRFileInclusionreplace: and it is identical (not taking empty lines into account) to PRTransformerreplace:. So the rule is correct. You override a method with an identical method. Uko On

[Pharo-users] QualityAssistant v0.4

2015-04-22 Thread Yuriy Tymchuk
Hi everyone! Probably most of you know, that I am developing a tool called QualityAssistant, which displays current critics about your code in SystemBrowser, Inspector and Spotter. I’m happy to tell you that there is a new release v0.4 which does not require you to do any previous setup! Just

Re: [Pharo-users] [Moose-dev] [Pharo-dev] QualityAssistant v0.4

2015-04-22 Thread Yuriy Tymchuk
later after I figure out what the rules are about and what is the way to improve them. Cheers, Uko On 22 Apr 2015, at 12:23, Esteban Lorenzano esteba...@gmail.com wrote: this is so good. what about integrate it to Pharo? cheers, Esteban On 22 Apr 2015, at 08:58, Yuriy Tymchuk yuriy.tymc

Re: [Pharo-users] Polygons + Skybox in woden?

2015-04-20 Thread Yuriy Tymchuk
and quickMountain_nz.png . The generated WDExamples #quickMountainSky method returns an array with 6 forms in the same order, which is used to construct a WDTextureCube Best regards, Ronie 2015-04-18 17:39 GMT-03:00 Yuriy Tymchuk yuriy.tymc...@me.com mailto:yuriy.tymc...@me.com: On 16 Apr 2015

Re: [Pharo-users] Polygons + Skybox in woden?

2015-04-16 Thread Yuriy Tymchuk
Nicolas Lusa from university of Lugano and I am working on my master thesis with the supervision of Yuriy Tymchuk. Right now I am working with woden and I am trying to build polygons. Question1: Is it possible somehow to build polygons in woden? If not: I know woden is based on OpenGL and I

Re: [Pharo-users] Eating your own dog food (Site/Blog)

2015-04-08 Thread Yuriy Tymchuk
of it are automatically generated from Pharo. Stef Le 7/4/15 10:56, Yuriy Tymchuk a écrit : Oh, I knew that there was a discussion about that, but couldn’t find where. Still, is anybody else using Marina except for Pharo website? Uko On 07 Apr 2015, at 10:45, Damien Cassou

[Pharo-users] Eating your own dog food (Site/Blog)

2015-04-07 Thread Yuriy Tymchuk
Hi, if I want to create a site/blog in pharo… What do I use? I know that there is Pier, but when you check its webpage, the last update is in 2011. Pharo website is built with Marina, but when I check the repo, the last commit was done by me and it was 2 month ago. Will Marina continue to

Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Yuriy Tymchuk
will be able to see whether class or method has critics in the inspector. Uko On 27 Mar 2015, at 09:47, Damien Cassou damien.cas...@gmail.com wrote: Hi Yuriy, Yuriy Tymchuk yuriy.tymc...@me.com writes: As you already know I am working on providing better code quality support in Pharo. You can

[Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Yuriy Tymchuk
Dear Pharo users, As you already know I am working on providing better code quality support in Pharo. You can use Code Critics in Pharo to detect bad practices and potential bugs. But launching the Critics Browser and running it on your code every now and then requires additional effort which

Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Yuriy Tymchuk
Oh, actually it turns out that I didn’t remove my old experiments with GT, so you can see critics tab in inspector. Navigation in not useful yet though. Uko On 27 Mar 2015, at 09:47, Damien Cassou damien.cas...@gmail.com wrote: Hi Yuriy, Yuriy Tymchuk yuriy.tymc...@me.com writes

Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Yuriy Tymchuk
. It was recently introduced by Stefan Reichhart, Can you give me more information, because searching mail/image and goggling didn’t help :) Cheers, Uko Cheers, Doru On Fri, Mar 27, 2015 at 12:05 PM, Yuriy Tymchuk yuriy.tymc...@me.com mailto:yuriy.tymc...@me.com wrote: Oh, actually

[Pharo-users] If you want to flex your brain and do useful stuff for the world in Smalltalk

2015-02-21 Thread Yuriy Tymchuk
http://rosettacode.org/wiki/Reports:Tasks_not_implemented_in_Smalltalk

Re: [Pharo-users] moving to git and preserving monticello history

2015-02-18 Thread Yuriy Tymchuk
Hi, I believe that there should be a better solution, but if no one else answers, here is a script for moving between MC repositories, maybe if you make destination to be filetree repo it will work. https://gist.github.com/Uko/6898022 https://gist.github.com/Uko/6898022 Uko On 18 Feb 2015,

[Pharo-users] SODD

2014-12-12 Thread Yuriy Tymchuk
Hi, so this message is about SODD (Stack Overflow Driven Development) and Pharo/Smalltalk. If you look at the last questions of this guy: http://stackoverflow.com/users/1906070/shiran?tab=questions http://stackoverflow.com/users/1906070/shiran?tab=questions you can see that they are about

Re: [Pharo-users] ViDI Error: glx not supported

2014-11-27 Thread Yuriy Tymchuk
Hi Rafael, thank you for your interest in ViDI. I have not used Pharo on Linux, but I hope that soon we will find a solution for this :) Uko On 27 Nov 2014, at 01:41, Rafael Luque rafael.luque.le...@gmail.com wrote: Hi, I installed ViDI on Pharo 4 following the project instructions

Re: [Pharo-users] ViDI Error: glx not supported

2014-11-27 Thread Yuriy Tymchuk
AM, Yuriy Tymchuk yuriy.tymc...@me.com mailto:yuriy.tymc...@me.com wrote: Hi Rafael, thank you for your interest in ViDI. I have not used Pharo on Linux, but I hope that soon we will find a solution for this :) Uko On 27 Nov 2014, at 01:41, Rafael Luque rafael.luque.le...@gmail.com

Re: [Pharo-users] [Oharo-users] Copy AST

2014-11-05 Thread Yuriy Tymchuk
I’m not sure if this is a case, but there is deepCopy and veryDeepCopy, maybe you should take a look at that. Uko On 05 Nov 2014, at 18:04, Mark Rizun mri...@gmail.com wrote: Hi everyone, I want to get a deep copy of ast. But deepCopy doesn't work:) What I mean: | ast1 ast2 | ast1

Re: [Pharo-users] Request for adding Smalltalk syntax highlight in SE network

2014-09-29 Thread Yuriy Tymchuk
On 29 Sep 2014, at 17:50, Alexandre Bergel alexandre.ber...@me.com wrote: Just wondering, what is “SE network”? Probably Stack Exchange Cheers, Alexandre On Sep 29, 2014, at 4:49 AM, Stephan Eggermont step...@stack.nl wrote: Voted --

Re: [Pharo-users] What to use?

2014-09-25 Thread Yuriy Tymchuk
There is a new Charter builder now. It’s not very stable yet as far as I can tell, but it’s the future of charts in Roassal https://dl.dropboxusercontent.com/u/31543901/AgileVisualization/Charter/0202-Charter.html

[Pharo-users] Yosemite Pharo

2014-09-15 Thread Yuriy Tymchuk
Hi pharoers, so I’ve installed Yosemite beta and: 1) there were no problems with Pharo by now 2) sometimes Yosemite lags in general (on rich 3D graphics for e.g.) and battery life is worse. 3) the most important thing that I’ve noticed: there are no black bars if full screen mode. Is an

Re: [Pharo-users] Syntax Error: Cannot store into

2014-09-06 Thread Yuriy Tymchuk
If you missed our discussion with Marcus, Opal allowed constructs like that until week ago. Uko Sent from my iPhone On 06 Sep 2014, at 10:46, Mark Rizun mri...@gmail.com wrote: You are right there is such a code. And it's really strange how it compiled earlier:) Thanks 2014-09-06

Re: [Pharo-users] not a smalltalk!

2014-09-05 Thread Yuriy Tymchuk
There is a long story about all that. But to be short: - if you call it Smalltalk then you have to make it compatible with other Smalltalks. And they are a lot in the 80s… - we want to make something new and cool what may be not always compatible. So yeah On 05 Sep 2014, at 20:25, Mayuresh

  1   2   >