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 wrote: > > > >> On 25 Dec 2017, at 18:03, Yuriy Tymchuk wrote: >> >> Hi, >> >> setting the reuse timeout to 0 or making a one shot client does no

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

2017-12-25 Thread Yuriy Tymchuk
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: Connec

Re: [Pharo-users] Discord server ownership

2017-05-25 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 online chat. Unfortunately

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. wrote: > > On 24/03/201

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

2016-12-14 Thread Yuriy Tymchuk
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:10, Yuriy Tymchuk wrote: >> >>

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 for RF related hacking).

[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

[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 cog_macos32x86_pharo.cog.spur_201609201

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 #ch

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 context: > http://forum.world.

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 >> Lint Rules only get check

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 > assert: (aNumber roun

Re: [Pharo-users] [Moose-dev] [ann] pillar support in gtinspector

2016-08-29 Thread Yuriy Tymchuk
> On 29 Aug 2016, at 21:41, Tudor Girba wrote: > > Hi, > > I updated the Pillar support in GTInspector. Some of the extensions already > exist in the default Pillar #development version. If you want to play with > the full support, you can load it like this: > > Gofer new > smalltalkhu

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 > entered for case 18846

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 tried > SSH and then switc

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

2016-07-24 Thread Yuriy Tymchuk
an create git > repositories there. I am wondering if I can publish directly to it or have to > first publish to GitHub and then import or pull my changes into bitbucket > that does have an import feature for GitHub > > > Kind Regards, > > Sean Glazier > > &

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 wrote: > > Hi, > > T

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 :) > > This is great

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

2016-06-24 Thread Yuriy Tymchuk
fabry <http://pleiad.cl/~jfabry> > PLEIAD and RyCh labs - Computer Science Department (DCC) - University of > Chile > >> On Jun 24, 2016, at 17:50, Yuriy Tymchuk > <mailto:yuriy.tymc...@me.com>> wrote: >> >> But when you take Spec and build a UI it

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

2016-06-24 Thread Yuriy Tymchuk
een > 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. > > > > O

Re: [Pharo-users] Coral?

2016-06-24 Thread Yuriy Tymchuk
teraction between Pharo and his files(changeslog etc...) to > block them. > You can find my work on > Metacello new > smalltalkhubUser: 'Uryon' project: 'FilePolicy'; > configuration: 'Coral'; > version: #development; >

[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 Spec widgets so you should

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 at 22:14, Alexandre Bergel

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, Denis Kudriashov a écri

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

2016-03-21 Thread Yuriy Tymchuk
~:;._,.;:~^~:;._,.;:~^~:;. > > > >> On Mar 21, 2016, at 10:19 AM, Yuriy Tymchuk > <mailto:yuriy.tymc...@me.com>> wrote: >> >> Hi Alex, >> >> this is not about critics… >> >> If you have a method like >> >> labeledObject &

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

2016-03-21 Thread Yuriy Tymchuk
at should be displayed in the critic list? > > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu <http://www.bergel.eu/> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > >> On Mar 21, 2016, at 9

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 feedbacks on it. > > You can fin th

[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
heers. Uko > On 02 Mar 2016, at 13:35, Sven Van Caekenberghe wrote: > > >> On 02 Mar 2016, at 13:28, Yuriy Tymchuk wrote: >> >> For me it’s also happening when I run >> RTMapLocationExample>>#exampleSeismOnEarth > > I do not have that code. What is t

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 9:29 AM, Sven Van Caekenbergh

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 to trace returned value

Re: [Pharo-users] GSOC 2016

2016-02-20 Thread Yuriy Tymchuk
ms. >> >> 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. >> >>> On

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 K

Re: [Pharo-users] Dr. Geo Swiss App Store

2016-01-21 Thread Yuriy Tymchuk
And if you switch to US app store it says that the app is not available in US app store :) So what’s the status? > On 21 Jan 2016, at 10:11, Yuriy Tymchuk wrote: > > Hi, > > I was trying to install Dr. Geo on iPad, and apparently it's not available in > Swiss App Stor

[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
ages 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 >> Envoyé : jeudi 14 janvier 2016 18:25

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 Eggermont and > Cyril Fe

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 wrote: > > You can start a “Future of Pharo” discussion on a Java mailing list :) > > Cheers. > Uko &g

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 infrastructure of Pharo > in form o

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 wrote: > >> >> On Nov 23, 2015, at 5:32 PM, Yuriy Tymchuk wrote: >> >> >>> On 23 Nov 2015, at 16:55, Skip Lentz wrote: >>> >>> >>>

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 to do some >> basic

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 wrote: > > >> On Nov 23, 2015, at 4:46 PM, Yuriy Tymchuk wrote: >> >> 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 exceptio

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 wrote: > > The project can be lo

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, Ben Coman wrote: >> >>

[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 looking better and better:

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 with the receiver as

Re: [Pharo-users] Deleting methods

2015-10-09 Thread Yuriy Tymchuk
, 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 <mailto:yuriy.tymc...@me.com>> wrote: > There i

Re: [Pharo-users] Deleting methods

2015-10-09 Thread Yuriy Tymchuk
;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu <http://www.bergel.eu/> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > >> On Oct 9, 2015, at 11:49 AM, Yuriy Tymchuk > <mailto:yuriy.tymc...@me.com>> wrote: >> &

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

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

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

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

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 it’s

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: isDefault is sent > to nil w

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 code completion? Because the one in Pharo

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 >> (development, stable,

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

2015-09-20 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 th

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 wrote: > > > Mariano Mart

[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 QualityAssist

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

2015-08-19 Thread Yuriy Tymchuk
riy 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 >> <mailto:steph...@free.fr&

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 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: >> >> https://pharo.fogbugz.com/f/ca

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 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 > use of th

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

2015-07-28 Thread Yuriy Tymchuk
>owner: > VidiBrowser(ComposableModel)>>instantiate: > VidiBrowser>>initializeWidgets > VidiBrowser(ComposableModel)>>initialize > VidiBrowser>>initialize > VidiBrowser class(Behavior)>>new > ReModel>>vidi > VidiSession&

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 wrote: > > > > On Fri, Jul 24, 2015 at 12

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 wrote: > > Hi - > > > When I run this: > > > Gofer new > small

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

2015-06-25 Thread Yuriy Tymchuk
> On 25 Jun 2015, at 15:32, Mark Rizun 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 > layout resizin

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 wrote: > > After debugging

Re: [Pharo-users] Ring Vs Ficus

2015-06-06 Thread Yuriy Tymchuk
As far as I remember Ficus relies on Ring and is a model for handling history. It’s used by Epicea which is a new changes framework… Uko > On 06 Jun 2015, at 09:26, abdelghani ALIDRA wrote: > > Hi Guys, > > I believe the Ring metamodel has been proposed 4 or 5 years earlier. > Is it acctual

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 > <mailto:grover.jigya...@gmail.com>> wrote: >> >> Done ! >> >> On Mon, May 4, 2015 at 9:47 PM, Yuriy Tymchuk > <mailto:yuriy.tymc.

[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 Lorenz

Re: [Pharo-users] [REQUEST] Script to copy repository from SmalltalkHub to Github

2015-04-28 Thread Yuriy Tymchuk
Hi, here is a code to copy versions between 2 MC repos: https://gist.github.com/Uko/6898022 . If you will use gitfiletree for destination repo, it should do the migration. Then just push new repo to github. Uko > On 28 Apr 2015, at 21:56, Esteban A. Maring

Re: [Pharo-users] The Pillar TextMate plugin can now preview Pillar files

2015-04-25 Thread Yuriy Tymchuk
Thanks Luc! > On 25 Apr 2015, at 11:19, Luc Fabresse wrote: > > Hi Happy Pharoers, > > Since I am editing more and more Pillar files these days, I enhanced the > Pillar TextMate2 plugin made by Uko (thanks ;-)) to easily have a web preview > (just by pressing ⌘R). > > The plugin is here: htt

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 wrote: > > Indeed, I always run this script to get in Pharo 4 > > ~~~ > "===

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

2015-04-25 Thread Yuriy Tymchuk
> On 25 Apr 2015, at 18:00, Thierry Goubier 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 as > ancestor…

Re: [Pharo-users] QualityAssistant ignoring rules

2015-04-25 Thread Yuriy Tymchuk
do list. (I'm not very 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 <mai

Re: [Pharo-users] QualityAssistant ignoring rules

2015-04-25 Thread Yuriy Tymchuk
Hi Peter. For now - no, but you can check a prototype if you load QualityAssistant with: Metacello new baseline: #QualityAssistant; repository: 'github://Uko/QualityAssistant:development'; load Want to make a whole new philosophy of how do you tell which parts should be ch

[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

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

2015-04-24 Thread Yuriy Tymchuk
> 2015-04-24 9:52 GMT+02:00 Yuriy Tymchuk <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 > <mailt

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

2015-04-24 Thread Yuriy Tymchuk
OS X Yosemite (version 10.10.2). > > Thanks > > 2015-04-23 17:37 GMT+02:00 Yuriy Tymchuk <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

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 wrote: > > Hi, > > I installed ViDI on Pharo 4 following the project instructions detailed in > its GitHub page: > > Gofer new > smalltalkhubUser: 'YuriyTymchuk' > project:

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 PRFileInclusion>>replace: and it is identical (not taking empty lines into account) to PRTransformer>>replace:. So the rule is correct. You override a method with an identical method. Uko

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

2015-04-23 Thread Yuriy Tymchuk
I totally agree with Stef that we should be able to do a rock solid setup of what tools we want to use in our everyday image. But on the other hand we have to design what Pharo is. Because we can even go Ruby style and say that debugger is not a part of the main system, but I see that our stren

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 wrote: > > this is so good. > what about integrate it to Pharo? > > cheers, > Esteban > >> On 22 Apr

[Pharo-users] QualityAssistant v0.4

2015-04-21 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] Polygons + Skybox in woden?

2015-04-20 Thread Yuriy Tymchuk
ntain_ny.png, quickMountain_pz.png 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

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

2015-04-18 Thread Yuriy Tymchuk
http://www.bergel.eu <http://www.bergel.eu/> >>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >>> >>> >>> >>>> On Apr 16, 2015, at 4:41 AM, Lusa Nicolas >>> <mailto:nicolas.l...@usi.ch>> wrote: >>>> >>>> He

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

2015-04-16 Thread Yuriy Tymchuk
h>> wrote: >> >> Hello, >> >> I am 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 pos

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

2015-04-08 Thread Yuriy Tymchuk
ow parts 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? >>

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

2015-04-07 Thread Yuriy Tymchuk
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 wrote: > > > Yuriy Tymchuk writes: > >> if I want to create a site/blog in pharo…

[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 evolv

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

2015-03-27 Thread Yuriy Tymchuk
tter. 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 <mailto:yuriy.tymc

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 wrote: > > Hi Yuriy, > > Yuriy Tymchuk writes: > >> As you alre

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

2015-03-27 Thread Yuriy Tymchuk
able to see whether class or method has critics in the inspector. Uko > On 27 Mar 2015, at 09:47, Damien Cassou wrote: > > Hi Yuriy, > > Yuriy Tymchuk writes: > >> As you already know I am working on providing better code quality support in >> Pharo. You ca

[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 d

[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

  1   2   3   >