Re: [Pharo-users] Pyret: adding tests directly into classes

2013-11-18 Thread Stéphane Ducasse
+1 > > One could now start a new discussion on whether this use case is "unit > testing" or now, but I guess we can be glad when people write any kind of > test ;-) > Not every thing that should be improved can be improved by changing tools. > Sometimes it really is a people thing.

Re: [Pharo-users] #subStrings: alternative preserving separators

2013-11-21 Thread Stéphane Ducasse
Propose allSubStrings: with a couple of tests and a nice comment. so that we improve the lib. For me findTokens:escapedBy: is Really Bad Name looking from prehistorical ages. Stef On Nov 20, 2013, at 6:57 AM, Esteban A. Maringolo wrote: > No, there is no #allSubStrings: . > > However, after y

Re: [Pharo-users] Scaled PNG image

2013-11-21 Thread Stéphane Ducasse
On Nov 20, 2013, at 4:54 PM, Hilaire Fernandes wrote: > Hello, > > In Pharo 2.0 (true in 1.4 as well), it looks PNG bitmap are wrongly > rotated or scaled when they contain alpha transparency. > > In the example bellow with the joined bitmap, the alpha gray color are > rendered darker when th

Re: [Pharo-users] Help with SQLite3 package

2013-11-21 Thread Stéphane Ducasse
On Nov 20, 2013, at 6:13 PM, Michel wrote: > Hi pharoers, > > I am a newbie with Pharo. Welcome :) We are all newbies on different topics. > I installed the SQLite3 package in the Pharo2 image with the > MetacelloConfigurationBrowser and tried a test with this script : > db := SQLiteConnecti

Re: [Pharo-users] How images can be loaded

2013-11-22 Thread Stéphane Ducasse
hi ronie to get access to pixel have a look at the Form class (you also have the BitBlt class). Once you have a Morph you can get its form normally sending it form. Stef On Nov 22, 2013, at 7:45 PM, Ronie Salgado wrote: > Thanks, It works very well. > > Greetings, > Ronie Salgado > > > 2013

Re: [Pharo-users] NativeBoost Questions while wrapping FMOD

2013-11-23 Thread Stéphane Ducasse
I really think that NativeBoost MUST HAVE a decent documentation. It is a central part of Pharo and Igor you should do something about it. If I would know I would have written a chapter on it but I cannot because I DO NOT KNOW. Stef > > > > On 21 November 2013 22:40, Sean P. DeNigris wrote:

Re: [Pharo-users] NativeBoost Questions while wrapping FMOD

2013-11-23 Thread Stéphane Ducasse
On Nov 23, 2013, at 9:07 AM, Stéphane Ducasse wrote: > I really think that NativeBoost MUST HAVE a decent documentation. > It is a central part of Pharo and Igor you should do something about it. > If I would know I would have written a chapter on it but I cannot because I > DO NO

Re: [Pharo-users] Cleaning up Voyage Documentation

2013-11-23 Thread Stéphane Ducasse
excellent we love co-authors Stef On Nov 20, 2013, at 9:04 PM, Johan Fabry wrote: > Hi all, > > I am building a small app that uses Voyage and MongoDB as the database, and > so I had many questions regarding how to use it and found the documentation > lacking. After conversing with Esteban,

Re: [Pharo-users] [Athens] Finding if a line passes through a specific pixel .

2013-11-23 Thread Stéphane Ducasse
there are bezier algo in the system Stef On Nov 20, 2013, at 9:55 PM, kilon alios wrote: > yes I found the formula for straight lines and I was wondering what was the > one for bezier curves, so your reply could not have come a better moment. > Thanks I will study it and implement it. > >

Re: [Pharo-users] Spec - Tutorial Series

2013-11-23 Thread Stéphane Ducasse
> When a Spec UI is build, the spec are looked up on class side. > > But in some special cases you can provide directly a SpecLayout object to a > model. > > > Why on class side? > The goal was to have a static description of a widget layout so that we can reuse it without to have to autom

Re: [Pharo-users] spec and double click

2013-11-23 Thread Stéphane Ducasse
> > I have a ListComposableModel rendered with spec that I want to do something > if an element is double clicked. for double clicked I do not know. Did you check the when* API of ListComposableModel? > > How do I register the event handler? I know about on:send:to when:send:to: > but w

Re: [Pharo-users] Making more memory available to VM on OS X.

2013-11-23 Thread Stéphane Ducasse
gt; and opening other windows become sluggish. > thank > take care > Nacho > > > Lic. Ignacio Sniechowski, MBA > > > > > > > > On Sat, Nov 23, 2013 at 1:40 PM, Stéphane Ducasse > wrote: > > On Nov 23, 2013, at 5:25 PM, nacho <0800n

Re: [Pharo-users] spec and double click

2013-11-23 Thread Stéphane Ducasse
On Nov 23, 2013, at 6:55 PM, Lorenz Köhl wrote: >> Did you check the when* API of ListComposableModel? > > Yes, the closest thing might be whenSelectionChanged but nothing regarding > click events as I see it. > >>> >>> How do I register the event handler? I know about on:send:to >> >>

Re: [Pharo-users] [Athens] Finding if a line passes through a specific pixel .

2013-11-24 Thread Stéphane Ducasse
editors. > > I am sorry if I miss something obvious here, its not laziness , its most > likely stupidity or just the fact I am very new with this. This is the first > time I try to make a vector editor.Again thank you all for trying to help me, > you have done already a lot. >

Re: [Pharo-users] NativeBoost Questions while wrapping FMOD

2013-11-24 Thread Stéphane Ducasse
> > On 23 November 2013 09:07, Stéphane Ducasse wrote: > I really think that NativeBoost MUST HAVE a decent documentation. > > i agree. i need to invest into it. we should build a working group with pomodoro around it. JB and Damien could help. I can play the naive idiot a

Re: [Pharo-users] Mugs, mouse mats, stickers

2013-11-24 Thread Stéphane Ducasse
would be cool to have a really geeky one with a monster logo. Stef On Nov 24, 2013, at 10:52 AM, Marcus Denker wrote: > > On 23 Nov 2013, at 21:53, Jeff Gray wrote: > >> What else would you like in the Pharo store? >> Personally I'd like to have a t-shirt. >> > Yes, a T-shirt would be nice!

Re: [Pharo-users] Thread safe queue like collection

2013-11-24 Thread Stéphane Ducasse
AtomicQueue On Nov 13, 2013, at 7:16 PM, Esteban A. Maringolo wrote: > Hi, > > Do Pharo 2 have some sort of queue like collection, where different threads > (coming mostly from a Multithread Zinc Server) can push objects into it > safely, while a service on the other end can consume the queue

Re: [Pharo-users] Programmatic Scoped Browsing

2013-11-24 Thread Stéphane Ducasse
On Nov 24, 2013, at 5:55 PM, Hernán Morales Durand wrote: > Hi Sean, > > I do this for browsing BioSmalltalk classes with Nautilus > > | pkgs env | > > pkgs := RPackageOrganizer default packages select: [ :each | each packageName > beginsWith: 'Bio' ]. > env := RBBrowserEnvironment new forP

Re: [Pharo-users] [Pharo-dev] MCRepository can notify by email, did you know?

2013-11-25 Thread Stéphane Ducasse
never heard about it :) On Nov 25, 2013, at 3:39 PM, Martin Dias wrote: > Hi, > > I just discovered this feature and wanted to share it: > > When a version is saved, the file repositories check if a file named 'notify' > exists in the repository directory [1]. If it exists, then it reads ema

Re: [Pharo-users] may I be added to PharoExtras?

2013-11-27 Thread Stéphane Ducasse
Hi paul > > > I'd like to get XMLParser working in Pharo 1.4. The recent updates broke it > because FileSystem class>>#workingDirectory does not exist. why don't you use an old version? > > I also have another ConfigurationOfJSON and I think Postmark to upload. I added you to JSON but you

Re: [Pharo-users] may I be added to PharoExtras?

2013-11-27 Thread Stéphane Ducasse
Hi paul > > > I'd like to get XMLParser working in Pharo 1.4. The recent updates broke it > because FileSystem class>>#workingDirectory does not exist. why don't you use an old version? > > I also have another ConfigurationOfJSON and I think Postmark to upload. I added you to JSON but you

Re: [Pharo-users] may I be added to PharoExtras?

2013-11-27 Thread Stéphane Ducasse
ok good then On Nov 27, 2013, at 9:49 PM, Paul DeBruicker wrote: > Stéphane Ducasse wrote >> Hi paul >>> >>> >>> I'd like to get XMLParser working in Pharo 1.4. The recent updates >>> broke it because FileSystem class>>#workingD

Re: [Pharo-users] reporting bugs

2013-11-28 Thread Stéphane Ducasse
***EXCELLENT*** On Nov 28, 2013, at 11:13 AM, p...@highoctane.be wrote: > Due to the somewhat unclear process, I updated the issue tracking page with > some details about registration along with pictures. > > http://www.pharo-project.org/community/issue-tracking > > Tell me if you see things

Re: [Pharo-users] Any configuration file parsing library

2013-11-28 Thread Stéphane Ducasse
Use Ston it is cool and simple. Stef On Nov 28, 2013, at 3:10 PM, Damien Cassou wrote: > On Thu, Nov 28, 2013 at 2:39 PM, Damien Cassou > wrote: >> I'm looking for a library to parse configuration files. > > > My colleagues thought using STON could be a good idea. Would you use > STON to wr

Re: [Pharo-users] Building Pharo using Interpreter Class

2013-12-03 Thread Stéphane Ducasse
Hello kirstin why dimitri is not able to post? can you tell us more? Stef On Dec 3, 2013, at 1:17 PM, Kirstin Heidler wrote: > My freind Dimitri was not able to post his message. I am working with him on > this. > > ___

Re: [Pharo-users] About deprecation and unit testing

2013-12-04 Thread Stéphane Ducasse
> A related issue is the enforcing of protocol. Currently, the RPackage > implementation > doesn’t allow other class-side definitions of #packages. There was no test > for that, > so all images with Grease loaded (all Moose & Seaside based images) fail > silently. > In Slice 12324 I added a te

[Pharo-users] Lectures at Prague

2013-12-04 Thread Stéphane Ducasse
Alive and Kicking This presentation will discuss some successes stories around Smalltalk such AMD 64 bits, OOCL (http://www.oocl.com/), MediaGenix (www.mediagenix.tv), LAMRC (http://www.lamrc.com), netstyle.ch or yesplan.be. Then I will talk about Pharo and the recent advances in Pharo 20 and 3

Re: [Pharo-users] reopen closed issues (4798)

2013-12-06 Thread Stéphane Ducasse
Thanks nicolai We just received your license agreement :) tx again. Stef On Dec 6, 2013, at 2:51 PM, Nicolai Hess wrote: > 2013/12/6 Marcus Denker > > On 06 Dec 2013, at 13:55, Nicolai Hess wrote: > >> Hi, >> >> if an issue is closed without any comment, what could be the reason? >> (This

Re: [Pharo-users] Loading Cog fails under Windows

2013-12-07 Thread Stéphane Ducasse
> >> Hello, answers inlined >> >> 2013/12/6 Hernán Morales Durand >> Thanks Clement, got it. >> >> FYI doing the checkout leads to a filename too long >> >> $ git checkout -f HEAD >> error: unable to create file >> mc/VMMaker-oscog.package/GeniePlugin.class/instance >> /primSameClassAbsoluteS

Re: [Pharo-users] Loading Cog fails under Windows

2013-12-07 Thread Stéphane Ducasse
on the vm I will remove the "undesirable" > plugins (while working on the ones that we actually need, like SoundPlugin :). > > Esteban > > > On Sat, Dec 7, 2013 at 9:41 AM, Stéphane Ducasse > wrote: >> >>> Hello, answers inlined >>> >&

Re: [Pharo-users] Loading Cog fails under Windows

2013-12-07 Thread Stéphane Ducasse
ect/pharo-vm/pulls?direction=desc&page=1&sort=created&state=open > at the moment, I reviewed them and merged as they looked ok. (2 readme.md, > one with Nicolai Windows fix). > > Phil > > On Sat, Dec 7, 2013 at 12:23 PM, Stéphane Ducasse > wrote: > I would li

Re: [Pharo-users] Loading Cog fails under Windows

2013-12-07 Thread Stéphane Ducasse
On Dec 7, 2013, at 3:50 PM, p...@highoctane.be wrote: > I have been looking at the code using Source Navigator NG and it is helpful. > > I am not afraid of C for sure. > > Who is in? I'm not afraid but not fluent so this is worse :) > > On Saturday, December

Re: [Pharo-users] Shrinking Pharo 3 image

2013-12-10 Thread Stéphane Ducasse
I'm trying slowly. Because I want to reload everything with metacello configurations. Tomorrow I will pair program with pavel to make progress on that. I could unload Nautilus RB but there are many more. Stef On Dec 10, 2013, at 8:40 PM, nacho <0800na...@gmail.com> wrote:

Re: [Pharo-users] Shrinking Pharo 3 image

2013-12-10 Thread Stéphane Ducasse
smalltalkhub. Ideally I would like to move ushc methods in their respective package/configurationof. Stef > Nacho > > > Lic. Ignacio Sniechowski, MBA > > > > > > > > On Tue, Dec 10, 2013 at 7:10 PM, Stéphane Ducasse > wrote: > I'm trying

Re: [Pharo-users] Shrinking Pharo 3 image

2013-12-11 Thread Stéphane Ducasse
, Dec 11, 2013 at 1:51 PM, Pavel Krivanek > wrote: > Gofer new > smalltalkhubUser: 'Pharo' project: 'SystemConfigurations'; > package: 'UnReloader'; > load. > > > > 2013/12/11 Sergi Reyner > 2013/12/11 Stéphane Ducasse > > Have a look at the ReUnloader package under my project on smalltalkhub. > > Which one? > > >

[Pharo-users] [Pharo Trick: #0003] - halt in button

2013-12-11 Thread Stéphane Ducasse
[Pharo Trick: #0003] - halt in button when you are building a user interface and you want to define the behavior of a button but you do not really know. you can use self halt or self inspect and you get an inspector/debugger on your application model Stef

Re: [Pharo-users] ConnectionClosed issues with Zinc

2013-12-13 Thread Stéphane Ducasse
esteban it would be really great if you could extract from your experience a kind of blog, book chapter whatever to share it with other developers around the world. Stef On Dec 13, 2013, at 1:36 AM, Esteban A. Maringolo wrote: > I'm having issues with a connection coming from an Android app

Re: [Pharo-users] ConnectionClosed issues with Zinc

2013-12-14 Thread Stéphane Ducasse
On Dec 13, 2013, at 7:15 PM, Esteban A. Maringolo wrote: > Stef, > > About what exactly? About the server setup or the connection issues? things :) > I plan to write down everything once this goes live and, most > importantly, succeeds. :) Excellent! > > Regards! >

Re: [Pharo-users] Roassal3D : MessageNotUnderstood:NBMSAAOffscreenDisplay

2013-12-15 Thread Stéphane Ducasse
Ronie Since NBOpenGL is in PharoExtras I have the possibilities to add you. So can you check because now you should be able to commit. are you ronsaldo? Stef On Dec 15, 2013, at 12:30 AM, Ronie Salgado wrote: > Hello, > > Try with version 118, from Monticello. > That problem is produced becau

Re: [Pharo-users] [ANN] Phratch 1.0beta

2013-12-16 Thread Stéphane Ducasse
excellent jannik you should publish it in the metacello repository on squeaksource metacelloRepository on ss3 metaRepoForPharo20 and add the catalog metadata. Stef On 16 Dec 2013, at 22:45, jannik.laval wrote: > Hi, > > I continue to develop Phratch, the port of Scratch in Ph

Re: [Pharo-users] [ANN] Phratch 1.0beta

2013-12-18 Thread Stéphane Ducasse
> > > > and add the catalog metadata. > > What is it ? the idea is that you describe the your configurationOf with 5 class methods, you push you configuration to a central repository and you get added to the official pharo catalog. https://ci.inria.fr/pharo-contribution/job/PharoProjectCat

Re: [Pharo-users] Writing an IRC bot

2013-12-18 Thread Stéphane Ducasse
Hi sergi publish you code! It sound exciting. Stef > I´ve been writing a bot for a while now, with the purpose of learning proper > Smalltalk and OOP idioms/techniques (I´ve been using C-ish languages for a > long time now, and I´m trying to cure myself :D). I must say that the process > has

Re: [Pharo-users] Writing an IRC bot

2013-12-18 Thread Stéphane Ducasse
On 18 Dec 2013, at 18:11, Sergi Reyner wrote: > 2013/12/18 > I would say just ensure that it is packaged to load cleanly on a fresh image. > > Yes, as I mention on the description, I´m wrapping my head around Metacello > trying to put together a decent ConfigurationOfChromia. indeed we are

Re: [Pharo-users] Writing an IRC bot

2013-12-18 Thread Stéphane Ducasse
what would be fun is to see if we can build a little tutorial that show to newbies how to write a simple IRC bot. Would you be interested to work on that? Because I would love that my son is able to build one with Pharo. Stef > Sergi, you're too harsh on your code, I'm looking at it and it's ni

Re: [Pharo-users] Writing an IRC bot

2013-12-19 Thread Stéphane Ducasse
On 19 Dec 2013, at 10:37, Sergi Reyner wrote: > 2013/12/19 Stéphane Ducasse > > what would be fun is to see if we can build a little tutorial that show to > newbies how to write a simple IRC bot. > > You mean how to write a bot with Chromia? originally I thought how t

Re: [Pharo-users] WebClient Issues on Pharo 2.0

2013-12-24 Thread Stéphane Ducasse
Hi why do you want to use WebClient? Is there something that Zinc does not provide? Zinc is fully maintained by Sven and is better code. > Hi, > > I have loaded WebClient from ConfigurationTool on Pharo 2.0. > It seems something changed at system so I had some issues while loading the > packag

Re: [Pharo-users] Is there any fundamental technical barrier to compiling to JVM byte codes?

2013-12-25 Thread Stéphane Ducasse
> nothing is impossible if you give it either infinite amount of resources or > infinite time. I think it would be a great idea, most likely doable with a > good team . That would mean probably the redesign of all FFIs but it would > gives us the ability to run tons of java libraries out of the

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-25 Thread Stéphane Ducasse
> hello smalltalker! this is my first thread. Welcome :) > > first! im smalltalk newbie and use ogly english. sorry!!! Don’t worry our korean is near to zero ;) > i want using "Morphic Designer" in pharo. > because pharo is smart smalltalk environment, and morphic designer is > useful(maybe.

Re: [Pharo-users] Stupid ideas when I'm bored:

2013-12-25 Thread Stéphane Ducasse
this is brutally fun. :D and this got great success during the sprint last week. This is good to see that closing the window still works :) I was wondering why we get really big pixels at the beginning. Stef On 20 Dec 2013, at 14:33, Nicolai Hess wrote: > (EyeMorphViewer new inspect:World) openW

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-27 Thread Stéphane Ducasse
On 27 Dec 2013, at 01:41, peter yoo wrote: > 1. im look monticello now. can look more version now. 28, 30 > > 2. email to Marcel Taeumel already. but not receive return mail. mabe into > spam? > > 3. latest squeak is cannot use too. squeak 4.1 image(in squeak 4.4 all in one > vm) with morphi

Re: [Pharo-users] Is there any fundamental technical barrier to compiling to JVM byte codes?

2013-12-27 Thread Stéphane Ducasse
On 27 Dec 2013, at 18:21, Andy Burnett wrote: > > << > > The fun is important. > What we want is well designed and powerful libraries that enabled people. > For the JVM question: it is a question of resources + the fact that jvm do > not really support well some key smalltalk operations. > No

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-28 Thread Stéphane Ducasse
I guess that #: should be #’:’ On 27 Dec 2013, at 19:44, Stephan Eggermont wrote: > When trying to load Designer in Pharo 3.0 I find uncompilable code in > Animations: > > 'updateCurrentValue: aValue > > self target ifNil: [^ self]. > > self target > perform

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-28 Thread Stéphane Ducasse
This is really cool :) I would love to see how we could change the event system used because using thisContext all the time does not work and breaks the idea of not reifying the stack all the time. Once it will be working, it would be really nice to see if we can generate spec specification.

Re: [Pharo-users] Pharo code formatting

2013-12-28 Thread Stéphane Ducasse
Not much as far as I know. > Hello everyone! > > Does anyone know if there were some changes to the Pharo code formatter after > Pharo version 2.0? > > Best regards, > Ihor Mykhalevych >

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-29 Thread Stéphane Ducasse
On 28 Dec 2013, at 14:24, Tobias Pape wrote: > > On 28.12.2013, at 10:07, Stéphane Ducasse wrote: > >> I guess that >> >> #: should be #’:’ > > That is one way. > In this particular case, > self property asMutator > was the better version,

Re: [Pharo-users] [Pharo-dev] Spotlight Demo

2013-12-30 Thread Stéphane Ducasse
Sounds really cool and yes the new ide guys wanted a widgets and behavior like that. How about to add Packages? > I needed an entry completion with groups, like Mac's Spotlight. While I was > at it, I figured it would also be useful as a UI for the existing Spotlight. > So I made a SpotlightMor

Re: [Pharo-users] Spotlight Demo

2013-12-31 Thread Stéphane Ducasse
It was a brainstorming group that was working on designing a new look and feel for Pharo. Stef > What is this "New-Pharo-IDE"? > > > > 2013/12/30 Benjamin > Cool :P > > Did you had a look at: > https://ci.inria.fr/pharo-contribution/job/New-Pharo-IDE/ > There is also a Spotlight thingy the

[Pharo-users] Best wishes for 2014

2013-12-31 Thread Stéphane Ducasse
Hi pharoers Sometimes I think that we are crazy to build this system but this is really important to have dreams and make them becoming true. :) I really like what we are doing: we are building a strong community and a really great system. Of course it could be better but it is going in the righ

Re: [Pharo-users] Pharo on Android - is it available?

2013-12-31 Thread Stéphane Ducasse
Hi peter I will let esteban reply to you because I do not know where the code is hosted. We should check https://ci.lille.inria.fr/pharo/job/PharoDroid Now there is not much effort on PharoDroid I know that it is working but I imagine that it could be way better (you know time/money…) Stef On

Re: [Pharo-users] Spotlight Demo

2014-01-01 Thread Stéphane Ducasse
On 01 Jan 2014, at 18:52, Tudor Girba wrote: > I certainly do recommend it. I am using it since 3 months in production, and > for my purposes (mainly using Moose for various analyses), it works perfectly. > > But, even if you would get problems, leaving on the very edge is more > productive (

Re: [Pharo-users] Pharo private develoment

2014-01-01 Thread Stéphane Ducasse
On 01 Jan 2014, at 19:26, Esteban A. Maringolo wrote: > Pharo as a community has support to use its CI server, among other > goodies such as SmalltalkHub. > > But what if your code is not public and you want to have a central > repository and continuous builds? You have private projects in Sma

Re: [Pharo-users] Help us to have really cool Pharo 3 release!

2014-01-04 Thread Stéphane Ducasse
On 04 Jan 2014, at 11:17, Esteban Lorenzano wrote: > Hi guys, > > As you know, we are now in beta for Pharo 3. > That means we are just fixing bugs and improving stability (they are some > attempts from some very impatient people to add yet new features, but so far > we are managing them wit

Re: [Pharo-users] New Pharo based solution in the wild

2014-01-04 Thread Stéphane Ducasse
thanks for sharing that with us. We are happy. I want to share this story with you. I hope one day it will be public for real. I will tell you what a guy in bank in a east european country told me: For his first Smalltalk application he used Pharo 1.4 + magritte + seaside + fuel It took him 3

[Pharo-users] Two videos to explain what we do when integrating a fix.

2014-01-06 Thread Stéphane Ducasse
Hi guys I produced two videos to show how simple is an integration now (It could be better see below). This can influence some of you to help us: sven, ben, igor :)? First one: install some scripts http://stephane.ducasse.free.fr/Videos/PharoIntegration/DownloadingScripts.mov Second o

Re: [Pharo-users] [Pharo-dev] Two videos to explain what we do when integrating a fix.

2014-01-07 Thread Stéphane Ducasse
> Thanks, Stef, I will have a look in the coming days. > Now I won’t have many excuses not to try ;-) except a slow network :) I will add one of these days a rollback behavior because from home I get regular problems to be point I will simply stop even trying anymore. Stef

Re: [Pharo-users] Automating release announcements

2020-04-30 Thread Stéphane Ducasse
end the e-mails and I'm getting a returning mail > saying: "Your message to Pharo-users awaits moderator approval". > > I subscribed previously to the list the e-mail account used as mail sender. > > Thank you for your help! > Gabriel --

Re: [Pharo-users] mentor question 4

2020-04-30 Thread Stéphane Ducasse
eck if its a valid number by doing this : > > > ^ (checkNumber % 10 == 0) > > > > is this a good game plan or has it flaws or can I do it better ? > > Regards, > > > Roelof > > > > >

Re: [Pharo-users] mentor question 4

2020-05-02 Thread Stéphane Ducasse
on. >> https://effectiviology.com/premature-optimization/ >> <https://effectiviology.com/premature-optimization/> >> >> The catch-phrase I see around this forum priorities things in this order: >> 1. Make it work. >> 2. Make it right. >> 3. Make it fast.

Re: [Pharo-users] Thinking aloud about project at hand

2020-05-02 Thread Stéphane Ducasse
> >> I'm thinking about implementing a software solution in Pharo (as one of the > candidate environments), it's >> a project that I'm dealing with professionally. The goal is to develop a >> financial planning/simulation >> application on the country level, which is at present developed as a se

Re: [Pharo-users] New type of web application using HTML, CSS and Smalltalk

2020-05-03 Thread Stéphane Ducasse
; Feel free to ask questions. > > https://www.youtube.com/watch?v=qvY7R6te7go > > > > > -- > Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html > Stéphane Ducasse http://stephane.ducasse.free.fr / http://ww

Re: [Pharo-users] New type of web application using HTML, CSS and Smalltalk

2020-05-03 Thread Stéphane Ducasse
Ok I did not hear that you were talking :) > On 3 May 2020, at 22:30, Stéphane Ducasse wrote: > > Hi erik > > this is strange since during a couple of minutes we do not see much. > > S. > >> On 3 May 2020, at 20:11, Erik Stel > <mailto:erik.s...@gmail.

Re: [Pharo-users] [ANN] Pharo Compendium

2020-05-03 Thread Stéphane Ducasse
gt; >> It is implemented using the new Spec2 UI framework - so you need a recent >> Pharo 9 image to give it a try. Just run: >> >>Metacello new >>repository: 'github://astares/Pharo-Compendium/src'; >> baseline: 'Compendium&

Re: [Pharo-users] Thinking aloud about project at hand

2020-05-03 Thread Stéphane Ducasse
blish it. S. > If you believe that it could be interesting, please, let me know. > > Ciao > > Lorenzo > > -Messaggio originale- > Da: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] Per conto di > Stéphane Ducasse > Inviato: sabato 2 maggio

Re: [Pharo-users] [ANN] Pharo Compendium

2020-05-11 Thread Stéphane Ducasse
eems to work without > any problem there as well. > > Thx > T. > > > Gesendet: Sonntag, 03. Mai 2020 um 22:36 Uhr > Von: "Stéphane Ducasse" > An: "Any question about pharo is welcome" > Betreff: Re: [Pharo-users] [ANN] Pharo Compendium > &g

Re: [Pharo-users] mentor question 4

2020-05-11 Thread Stéphane Ducasse
l sum s1" >>>s1 := 0. >>>odd := true. >>>reverse do: >>>[:char | >>>odd >>>ifTrue: [ >>>s1 := s1 + char digitValue. >>> ]. >&g

[Pharo-users] git and Pharo new book...

2020-05-13 Thread Stéphane Ducasse
ike my pharo free books you can donate at http://stephane.ducasse.free.fr/FreeBooks.html <http://stephane.ducasse.free.fr/FreeBooks.html> ---- Stéphane Ducasse http://stephane.ducasse.free.fr / http://www.pharo.org 03 59 35 87 52 Assistant: Julie Jona

Re: [Pharo-users] Pharo-Sound

2020-05-14 Thread Stéphane Ducasse
think? > > Thanks, > Russ > > -- > Russ Whaley > whaley.r...@gmail.com <mailto:whaley.r...@gmail.com> Stéphane Ducasse http://stephane.ducasse.free.fr / http://www.pharo.org 03 59 35 87 52 Assistant: Julie Jonas FAX 03 59 57 78 50 TEL 03 59 35 86 16 S. Ducasse - Inria 40, avenue Halley, Parc Scientifique de la Haute Borne, Bât.A, Park Plaza Villeneuve d'Ascq 59650 France

Re: [Pharo-users] Uptime

2020-05-14 Thread Stéphane Ducasse
e.com/v3/__http://association.pharo.org__;!!I_DbfM1H!U29_nUf8k6rmGjsp2AQSL8IDqW4-0JavFUItRuu0N2MQbNF35jnzLuQJwzgetkVf2_TO4j9SBA$> > https://urldefense.com/v3/__http://consortium.pharo.org__;!!I_DbfM1H!U29_nUf8k6rmGjsp2AQSL8IDqW4-0JavFUItRuu0N2MQbNF35jnzLuQJwzgetkVf2_RhpurXTg$ > > <h

Re: [Pharo-users] Need help with Spec2

2020-05-14 Thread Stéphane Ducasse
(although I can't seem to control that sizing). Buttons in the next > layout>row - are huge. I'd like to be able to set their size specifically > (then I can work on making them relative to the extent later). > Thanks for listening. > > -- > Russ Whaley >

Re: [Pharo-users] git and Pharo new book...

2020-05-14 Thread Stéphane Ducasse
d line, 'git remote add ...' > > Then in Iceberg use the local clone. > > Pierce > > Stéphane Ducasse http://stephane.ducasse.free.fr / http://www.pharo.org 03 59 35 87 52 Assistant: Julie Jonas FAX 03 59 57 78 50 TEL 03 5

Re: [Pharo-users] Pharo-Sound

2020-05-14 Thread Stéphane Ducasse
possible, > with me trying to figure out how to use it, I ran something that disabled it > in my version. Reloading it didn't help, but perhaps if I could get it > completely deleted? go the repository browser, select it and press unload. S/ > > Thanks all! > Russ

Re: [Pharo-users] git and Pharo new book...

2020-05-14 Thread Stéphane Ducasse
t; - create repo using Gitea web interface > - using command line, clone locally via ssh > - using command line, 'git remote add ...' > > Then in Iceberg use the local clone. > > Pierce > > Stéphane Ducasse http

Re: [Pharo-users] Need help putting my Pharo package under source control

2020-05-14 Thread Stéphane Ducasse
itory. > The document mentioned at the top mentions using git, but just says: > > There is a chapter in preparation on how to use Git with Pharo. Request > it on the Pharo mailing list. > > Question 1: Is there such a document? If so, can you point me to it? > > Que

Re: [Pharo-users] mentor question 4

2020-05-14 Thread Stéphane Ducasse
ng is for, > > On Tue, 12 May 2020 at 01:28, Stéphane Ducasse > wrote: >> >> >> >> On 5 May 2020, at 16:16, Richard O'Keefe wrote: >> >> By the way, while playing with this problem, I ran into a moderately >> painful issue. >> >&g

Re: [Pharo-users] mentor question 4

2020-05-14 Thread Stéphane Ducasse
to print as its literal representation, implement > #printAsLiteral, so that your intention is clear. + 1000 S >> If you want something that can be read back, that's what #storeString >> is for, >> >> On Tue, 12 May 2020 at 01:28, Stéphane Ducasse >>

Re: [Pharo-users] mentor question 4

2020-05-14 Thread Stéphane Ducasse
50) asString. Do you expect it to give you a string with >> all the digits? Or perhaps it's meant to interpret the elements as byte-like >> things, as you would need for "String withAll: aCollection". So, the numbers >> could be interpreted as codepoints, as they

Re: [Pharo-users] Siren 9.0 Released

2020-05-14 Thread Stéphane Ducasse
ts solicited. > > Stephen Pope > > > -- > > Stephen Travis Pope Santa Barbara, California, USA > http://HeavenEverywhere.com > <http://heaveneverywhere.com/>http://FASTLabInc.com > <http://fastlabi

Re: [Pharo-users] git and Pharo new book...

2020-05-14 Thread Stéphane Ducasse
Thanks! S > On 15 May 2020, at 03:50, Serge Stinckwich wrote: > > I already start to send PRs to fix typos. > > > > On Thu, May 14, 2020 at 9:55 PM Stéphane Ducasse <mailto:stephane.duca...@inria.fr>> wrote: > if you want to contribute to a chapter on

Re: [Pharo-users] Deleting images / saving as - in Pharo Launcher auncher

2020-05-15 Thread Stéphane Ducasse
eckpoint charly » where >> it saves a copy but still load the default name. Might be an option ? :) > > « Saves a copy » : do you mean you copy the full folder to another name ? > > Cheers, > Christophe Stéphane Ducasse http://stephane.

Re: [Pharo-users] UK Smalltalk User Group Meeting - Wednesday, May 27th

2020-05-20 Thread Stéphane Ducasse
n advance at the meeting Meetup's > page https://www.meetup.com/UKSTUG/events/cbklbrybchbkc/ > <https://www.meetup.com/UKSTUG/events/cbklbrybchbkc/> to obtain the meeting > details. > > See you there! Stéphane Ducasse http://

Re: [Pharo-users] New user

2020-05-20 Thread Stéphane Ducasse
o get something going to no avail. > > I'm not an expert programmer, but I've been in IT for 25 years and can do > some C, Racket, Pascal, shell languages, awk, Perl, but I am stymied at every > turn with Pharo. > > > > --

Re: [Pharo-users] Refactor without formatting

2020-05-20 Thread Stéphane Ducasse
> Objektfabrik Joachim Tuchel mailto:jtuc...@objektfabrik.de > <mailto:jtuc...@objektfabrik.de> > Fliederweg 1 http://www.objektfabrik.de > <http://www.objektfabrik.de/> > D-71640 Ludwigsburg http:

Re: [Pharo-users] Refactor without formatting

2020-05-20 Thread Stéphane Ducasse
Is it possible to configure Pharo to refactor > without reformatting code? Depending on the refactoring, the reformat is so > intrusive that make it more worth to make the refactoring by hand. > > Regards, > Vitor ---- Stéphane Ducasse http:

Re: [Pharo-users] New user

2020-05-20 Thread Stéphane Ducasse
ted for 8.0 and are only available for 7.0. Some are > only available for 4.0. Trying to follow the book for creating a blog has ha > me spend time trying to get something going to no avail. > > I'm not an expert programmer, but I've been in IT for 25 years and can do >

Re: [Pharo-users] New user

2020-05-20 Thread Stéphane Ducasse
> I'm not an expert programmer, but I've been in IT for 25 years and can do > some C, Racket, Pascal, shell languages, awk, Perl, but I am stymied at every > turn with Pharo. > > Stéphane Ducasse http://stephane.ducasse.free.fr / htt

Re: [Pharo-users] New user

2020-05-20 Thread Stéphane Ducasse
> On 20 May 2020, at 18:59, G B wrote: > > > From: G B > Subject: Re: [Pharo-users] New user > Date: 20 May 2020 at 18:59:15 CEST > To: Any question about pharo is welcome > > > Thank you all for your comments. I'm using Pharo on Windows and I > uninstalled it completely and reinstalled,

Re: [Pharo-users] Spec2 Pharo8/9; icons

2020-05-20 Thread Stéphane Ducasse
> Thanks and best wishes, > Tomaz -------- Stéphane Ducasse http://stephane.ducasse.free.fr / http://www.pharo.org 03 59 35 87 52 Assistant: Julie Jonas FAX 03 59 57 78 50 TEL 03 59 35 86 16 S. Ducasse - Inria 40, avenue Halley, Parc Scientifique de l

Re: [Pharo-users] running Pharo8 in Digitalocean

2020-05-20 Thread Stéphane Ducasse
mal-pharo-server-tools> > > which is a newer version of > > https://github.com/svenvc/pharo-server-tools > <https://github.com/svenvc/pharo-server-tools> > > Much of this goes beyond Pharo and requires some Unix/Linux knowledge, but it > is all standard stuff.

Re: [Pharo-users] A little help with EnterprisePharo book

2020-05-21 Thread Stéphane Ducasse
s to the book? First send a PR so that it is not lost. > > I'm on macOS Catalina by the way, so 64-bit only. > > > Thanks! > > > <https://objectguild.com/> > Jonathan van Alteren > Founding Member | Object Guild B.V. > Sustainable Software for

Re: [Pharo-users] Spec2 Pharo8/9; icons

2020-05-21 Thread Stéphane Ducasse
[ :each | newIcons > at: each base asSymbol > put: (themeIcons readPNGFrom: each )]. > newIcons. > > Best wishes, > Tomaz Stéphane Ducasse http://stephane.ducasse.free.fr / http://www.pharo.org 03 59 35 87 52 Assistan

<    1   2   3   4   5   6   7   >