Re: [Pharo-users] Deploying on Linux with LibC version < 2.15

2017-10-07 Thread Cyril Ferlicot D.
32bit packages (with X11 dependency for *-ui or not) > > $ yum install pharo6-32-ui.i686 or pharo6-32.i386 > > # Install 64bit packages > > $ yum install pharo6-64-ui.x86_64 pharo6-64.x86_64 > > Hi, Maybe the instructions for CentOS and RHEL could be added to the l

Re: [Pharo-users] nice CSS for the Pharo online HTML version?

2017-11-05 Thread Cyril Ferlicot D.
aro.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 > -- Cyril Ferlicot https://ferlicot.

Re: [Pharo-users] Travis build failing because of bad CRC

2017-11-19 Thread Cyril Ferlicot D.
gt; Not your fault. It happen also randomly on Synectique's CI. > Thanks in advance, > > Julien -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Working directory

2017-12-15 Thread Cyril Ferlicot D.
v-pharo3.0/shared Pharo.image If you wish to use the old behaviour, you can replace `FileSystem disk workingDirectory` by `FileLocator imageDirectory asFileReference`. This change was done because, not getting the real working directory make it really hard to script things in Pharo. --

Re: [Pharo-users] Pharo Launcher name

2017-12-16 Thread Cyril Ferlicot D.
found it confusing on linux to have a "pharo" script to launch the pharo launcher. https://github.com/pharo-project/pharo-launcher/issues/59 -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Metacello with Git

2017-12-19 Thread Cyril Ferlicot D.
't know for gitlab. Anyway, we are talking about the possibility to use custom URLs that would also allow to depend on a git repository from a private server. See discussion at: https://github.com/Metacello/metacello/issues/474 > Regards, > Vitor -- Cyril Ferlicot https://ferlicot.fr h

Re: [Pharo-users] Iceberg, Git and Package version

2017-12-21 Thread Cyril Ferlicot D.
o. You just manage the dependencies part and not the versionning part that is already managed by git. > cheers, > Vitor -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France

Re: [Pharo-users] pharo 6.1 64bit segmentation fault on linux

2017-12-22 Thread Cyril Ferlicot D.
to have a 64bits linux applications reliable would help us a lot in the simplifications of our processes. :) I guess that it will still have to wait some time since it's the end of the year and there must be a lot of people taking holidays. > thx for an update > Johan -- Cyril Ferl

Re: [Pharo-users] Running headless on Windows

2017-12-27 Thread Cyril Ferlicot D.
cution would > happen in the background I think that currently Pharo does not have a "real" headless. But I heard there was work on that part for Pharo 7. -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France sign

Re: [Pharo-users] pharo 6.1 64bit segmentation fault on linux

2018-01-13 Thread Cyril Ferlicot D.
guess no backporting has started for 6.1. But > everyone should try 64bit now and find problems so it could be included in > the next vm release > > Norbert > > Hi, Same problem here. We had to write some retry mechanism on our Jenkins to retry a build when it find vm cr

Re: [Pharo-users] Pharo 5 new vm crash on window resize

2016-01-17 Thread Cyril Ferlicot D.
I add a new bug > report ? > > > ---> Save our in-boxes! http://emailcharter.org <--- > > Johan Fabry - http://pleiad.cl/~jfabry > PLEIAD and RyCh labs - Computer Science Department (DCC) - University of > Chile > Hi, I had this issue not long ago by

Re: [Pharo-users] Use cases for methods with optional parameters

2016-01-20 Thread Cyril Ferlicot D.
age: UIManager (pharo) Classes: UIManager and subclasses Selectors: - chooseFrom:* - reguest:* - … Almost all the methods have optional parameters. -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Pharo + git workflow

2016-01-26 Thread Cyril Ferlicot D.
is used > as an example , you can use any other git gui client instead. I chose > not to present gitfiletree because at the time it had problem on both > MacOS and Windows, dont know if Thierry has fixed those issues. > -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Problem to open Pharo 50 on Windows

2016-01-31 Thread Cyril Ferlicot Delbecque
On 31/01/2016 18:55, Franck Warlouzet wrote: > I tried to help Justine a bit, but I have the same OS, the same VM, the > same image, the same sources and it works for me but not for her, I just > don't get why. It was working with the pre-spur VM + pharo 5 with the > same configuration for both h

Re: [Pharo-users] Problem to open Pharo 50 on Windows

2016-01-31 Thread Cyril Ferlicot D.
hen you can drag and drop the Pharo.exe, let a space, drag and drop the XXX.image. If there is a problem you should have an error in the terminal or in a window. -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] How to set the server debugger in seaside?

2016-02-02 Thread Cyril Ferlicot Delbecque
ce. > > How can I configure seaside to get the debugger? > > Stef > If I remember well on http://localhost:8080/config add a Filter. Then click on «Configure» next to «WAExceptionFilter». In «Exception Handler» select the debugger. -- Cyril Ferlicot http://www.synectique.eu 165 A

Re: [Pharo-users] How to set the server debugger in seaside?

2016-02-04 Thread Cyril Ferlicot D.
(WAAdmin register: self asApplicationAt: 'myApp') exceptionHandler: WADebugErrorHandler And remove it for production. -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Call for action for Roassal

2016-02-24 Thread Cyril Ferlicot Delbecque
but it would be a real game changer. > - having a better output (arrows, edge) and animation (like the web > library Telescope is using to render visualisation on the web) > Guillaume knows it name. (Guillaume what is the name of the library > you use) > http://js.cytosc

Re: [Pharo-users] I wish there were ePUB versions of Pharo books

2016-02-25 Thread Cyril Ferlicot D.
ept Deep Into Pharo for the moment). But there is still the problem of manpower :( It should not be that hard since there is a lot of tests to help. -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] adding credentials to a repo via a playground script

2016-03-05 Thread Cyril Ferlicot D.
pository owner: 'Pharo' project: 'Pharo50Inbox'). MCRepositoryGroup default addRepository: (MCSmalltalkhubRepository owner: 'Pharo' project: 'Pharo50Inbox' user: 'peteruhnak' password: '**&#

Re: [Pharo-users] adding credentials to a repo via a playground script

2016-03-08 Thread Cyril Ferlicot D.
> info in Monticello Browser, but once I actually push to the repo it asks > for credentials again… so I guess more digging is required. > This is weird, I use it in a script and it works for me. -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] View a class with inherited variables/methods

2016-03-08 Thread Cyril Ferlicot D.
bles it has (both own and > inherited). > > Regards! > > Esteban A. Maringolo > You can at least get the variables by clicking on the little button c/i (class variable and instance variable) in Nautilus (Pharo 4) on the button Variables in Nautilus (Pharo 5). -- Cyril Ferlicot ht

Re: [Pharo-users] How can we use Bootstrap mixin?

2016-03-16 Thread Cyril Ferlicot Delbecque
-result/RenoirST/RenoirST.html -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Seaside 3.1 and 3.2 in Pharo 5

2016-03-20 Thread Cyril Ferlicot D.
x27;release3.1'; > load. > > “Load pre-release 3.2" > Metacello new > configuration: 'Seaside3'; > repository: > 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'; > version: #’3.2.0'; > load -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] [Metacello] about required list

2016-03-26 Thread Cyril Ferlicot Delbecque
t work without gamma and if gamma will keep the same dependencies. And it is important I think because imagine Math-DisctirbutionBeta depend on Ston. You can create a group gamma and a group beta. If you load the group gamma, you will not get the ston dependency because it only concern gamma. >

Re: [Pharo-users] Pharo-users Question about the symbols

2016-04-08 Thread Cyril Ferlicot Delbecque
. "3,492,987 per second" > > Best regards, > Henrik Hi Henrik, The class comment of Symbol is really not enough. It need improvement. I think it would be good to add your examples at least in the class comment. -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] FFI return by reference

2016-04-13 Thread Cyril Ferlicot D.
ibution/view/Books/job/PharoBookWorkInProgress/lastSuccessfulBuild/artifact/book-result/UnifiedFFI/UnifiedFFI.pdf > Thank you, > > Rob -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] FFI return by reference

2016-04-13 Thread Cyril Ferlicot D.
e. Or maybe Esteban will send it before :) -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Rename a file

2016-04-18 Thread Cyril Ferlicot Delbecque
`FileSystem root / 'a' / 'Path' / 'cat.jpg'` instead of `FileSystem root / 'aPath/cat.jpg'`? On what OS are you? I remember I had some trouble with the root on Windows. -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Rename a file

2016-04-18 Thread Cyril Ferlicot Delbecque
On 18/04/2016 10:56, Valentin Ryckewaert wrote: > I'm on Linux > > Is it wanted that root / 'a' / 'foo.txt' is different than root / > '.foo.txt' ? I find that strange > If you want a relative path from the image location you can use `F

Re: [Pharo-users] [Pharo-Users] Unzip a file

2016-04-19 Thread Cyril Ferlicot Delbecque
hod, > why does unzip want as first argument the name of the file only? > > Valentin Hi, PharoLauncher uses: ZipArchive new readFrom: zipFile; extractAllTo: aDirectory. -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Li

Re: [Pharo-users] Tabular ODS import

2016-04-20 Thread Cyril Ferlicot D.
ou save, however it might be worthwhile adding a sentence that > explicitly states that only versions loaded into the image are shown (I > guess it is actually versions in the changes file?). > > > Thanks again, > Alistair > > > > # vim: tw=72 > Thank you for the feedback. -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] ensureCreateFile

2016-04-26 Thread Cyril Ferlicot Delbecque
think that createDirectory should raise a FileDoesNotExist instead of an Exception. BTW, this may be good to discuss in another issue but we have a FileDoesNotExistException and a FileDoesNotExist in the image. Maybe we can unify both? Or if there is a difference we can explain it in the class comme

Re: [Pharo-users] ensureCreateFile

2016-04-26 Thread Cyril Ferlicot Delbecque
s the same in Windows. So in my opinion it's a good idea to raise a "FileDoesNotExist". -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] ensureCreateFile

2016-04-26 Thread Cyril Ferlicot Delbecque
On 26/04/2016 11:31, Valentin Ryckewaert wrote: > I used this because here it's the folder which doesn't exist so I didn't > know if FileDoesNotExist were a good idea, here it's as you want. > In fact I did not see but there is also a DirectoryDoesNotExist

Re: [Pharo-users] Temporary files

2016-05-11 Thread Cyril Ferlicot Delbecque
and the file will be deleted later since the memory is volatile. `file := FileSystem memory / 'tmp.txt'. file ensureCreateFile. file writeStreamDo: [ :s | s nextPutAll: 'Hello World' ].` -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Error using metacello

2016-05-22 Thread Cyril Ferlicot D.
ithubUser: 'svenvc' project: 'NeoCVS' commitish: 'master' path: 'repository'; configuration: 'NeoCSV'; version: #stable; load. > Could not resolve: ConfigurationOfNeoCSV. > > Best Regards. > > A Tsombeng >

Re: [Pharo-users] Issue on Seaside beginning

2016-06-04 Thread Cyril Ferlicot D.
#x27;s the same problem and I don't have the time to look at it but maybe this can help others to find a solution. -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] accepting method without creating variable and code generation

2016-06-28 Thread Cyril Ferlicot Delbecque
On 28/06/2016 15:03, Nicolas Passerini wrote: > Still, I think it would be nice to be able to save a method even when it > does not compile. > I think Marcus added the possibility to do that in Pharo 6 as a Setting. -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Li

Re: [Pharo-users] Pharo Mooc

2016-07-06 Thread Cyril Ferlicot Delbecque
and O'Reilly, > but alas, Smalltalk isn't that popular anymore nowadays... > > Thx, >Arie Hi, The Pharo Mooc will end the 16 of July. After this date, if I am not wrong, the resources will be available for free. (Video, slides, exercises…) -- Cyril Ferlicot http://www.

Re: [Pharo-users] How do I debug: "There was an error while trying to install GitFileTree. Installation was cancelled." from Catalog Browser

2016-07-06 Thread Cyril Ferlicot Delbecque
k: [ textMorph textArea editor highlightEvaluateAndDo...etc... > > is much more readable. > > Dale > > > -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Spec vs Brick vs Glamour vs Morphic vs WTF?

2016-07-06 Thread Cyril Ferlicot Delbecque
ng a book on spec I think. > > - > Brad Selfridge > -- > View this message in context: > http://forum.world.st/Spec-vs-Brick-vs-Glamour-vs-Morphic-vs-WTF-tp4905178.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > -- Cyril Ferli

Re: [Pharo-users] What is pharo-local ?

2016-07-15 Thread Cyril Ferlicot Delbecque
On 15/07/2016 12:45, Alexandre Bergel wrote: > Hi! > > Is this the one folder containing all the caches (e.g., package-cache)? > Esteban mentioned this idea some times ago. > Hi, Yes, it is :) > Alexandre > -- Cyril Ferlicot http://www.synectique.eu 165 Avenue

Re: [Pharo-users] [ANN] Metacello support for GitFileTree metadata-less mode

2016-07-17 Thread Cyril Ferlicot D.
ehenrich/metacello-work:master/repository'; > onConflict: [:ex | ex allow]; > load > Hi Dale, When I try to upgrade Metacello in the latest Pharo 6 I get an error "receiver of withSqueakLineEnding is nil" See: http://puu.sh/q3zet/310f6d3086.png -- Cyril Ferlicot

Re: [Pharo-users] [ANN] Metacello support for GitFileTree metadata-less mode

2016-07-18 Thread Cyril Ferlicot D.
tacello.class > > > https://github.com/dalehenrich/filetree/blob/pharo6.0_dev/repository/MonticelloFileTree-Core.package/MCFileTreeStCypressReader.class/instance/addClassAndMethodDefinitionsFromEntry..st > > -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] change which browser opens when browsing senders/implementors

2016-07-20 Thread Cyril Ferlicot Delbecque
On 20/07/2016 16:47, Peter Uhnak wrote: > Only shortly, because people preferred consistency over convenience, so it > was changed back. > (Note that there is no correct answer here.) > The correct answer could be the third: make it into a setting :) > Peter > -- Cy

Re: [Pharo-users] [ANN] Metacello support for GitFileTree metadata-less mode

2016-07-24 Thread Cyril Ferlicot D.
to download the zip of the repository and when I try to extract it on Windows I get an error message saying that the zip file is not valid[2]. When I try to clone the repository I get an error because some names are too long[3]. -- [1] http://puu.sh/qcVoG/60e481ec1b.png [2] http://puu.sh/qcVq

Re: [Pharo-users] [ANN] Metacello support for GitFileTree metadata-less mode

2016-07-24 Thread Cyril Ferlicot D.
l the bugs that people don't usually see and report them. :) > Dale > > [1] > https://github.com/GsDevKit/GsDevKit_home/blob/master/docs/installation/configureOS.md#windows > > -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Pharo 5 Welcome screen

2016-08-01 Thread Cyril Ferlicot D.
Pharo-5-Welcome-screen-tp4909047.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] About magritte usage in pillar

2016-08-06 Thread Cyril Ferlicot D.
descriptions to invoke the right one. I think that both ways have pros and cons. If it has to be change it should be pretty easy. -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] changing theme colors of windows without closing them

2016-08-14 Thread Cyril Ferlicot D.
without #themeChanged, so the only solution is to open issues when you see something not right when you switch of theme. :( -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] 64bit support

2016-08-15 Thread Cyril Ferlicot D.
sting for mac almost functional. It only miss the support for FFI and libgit2 plugin. The linux vm and FFI support will be the next steps I think. In some month I think it will be ready for Mac and Linux. > > Sincerely, > Gour > -- Cyril Ferlicot http://www.synectique.eu 165 Av

Re: [Pharo-users] Problem with adding an instance variable to SmalltalkImage

2016-08-16 Thread Cyril Ferlicot Delbecque
es or no ? > > > can not reproduce it. > > > > Valentin > > -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] support for Croatian language

2016-08-27 Thread Cyril Ferlicot D.
Sincerely, > Gour > I know that the FileLocator know home. But I do not know if it is possible to use it via a static array and calling #asFileReference after. Does someone know if it is possible? I tried '{temp}/myFile.txt' asFileReference but it did not worked. -- Cyril Ferlicot

[Pharo-users] [Voyage] Question about update of an object

2016-10-22 Thread Cyril Ferlicot D.
the DB? Or should I create a method "updateFrom:" in X to change all his variable to match the ones from the parameter and then send "save" to the real X object? Thanks -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] How does Boolean ifTrue work?

2016-10-31 Thread Cyril Ferlicot D.
Boolean, you manipulate True or False. The #ifTrue: method works with a dispatch between True and False. Try to check: `True browse` or `False browse` :) > > > -- > View this message in context: > http://forum.world.st/How-does-Boolean-ifTrue-work-tp4920873.html > Sent from

Re: [Pharo-users] May I please be added as a contributor to the KevinLanvin/MaterialDesignLite repo on Sthub?

2016-11-05 Thread Cyril Ferlicot D.
do not wish to contribute on github since the tools are not finished I we have to hope that Kevin will see your mail and add you. If you are added I will take care of porting your contributions to github. -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuv

Re: [Pharo-users] May I please be added as a contributor to the KevinLanvin/MaterialDesignLite repo on Sthub?

2016-11-05 Thread Cyril Ferlicot D.
a project but an organization where people can put projects related to seaside. We added a project to use ChartJs and a code displayer inside this organization as-well. -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Little challenges for a friday evening

2016-11-10 Thread Cyril Ferlicot D.
t;#isIsogram > ^ self size = self asSet size > > ? > 'Pharop' size = 'Pharop' asSet size >>> true Does it count? If upper-case counts you will need to do `^ self size = self asLowercase asSet size` :) -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Pharo catalog

2016-11-12 Thread Cyril Ferlicot D.
jectName'; version: #stable; load Github Project: Metacello new githubUser: 'userName' project: 'projectName' commitish: 'commitish' path: 'path'; baseline: 'projectName'; load -- Cyril Ferlicot http://www.sy

Re: [Pharo-users] Pharo and Raspberry Pi

2016-11-14 Thread Cyril Ferlicot D.
don't have time to test but is probably the ARMv6 one: https://bintray.com/estebanlm/pharo-vm/build/201611142324#files -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

[Pharo-users] Dictionaries and STON

2016-11-28 Thread Cyril Ferlicot D.
Hi! I need to store some datas and in my model I have a dictionary with objects as keys. When I try to serialize and materialize it with STON I get an error. Apparently STON manage dictionaries with literals as key only. Is there a workaround to this? -- Cyril Ferlicot http

Re: [Pharo-users] Dictionaries and STON

2016-11-28 Thread Cyril Ferlicot D.
, either use a later version or tell your reader to allowComplexMapsKeys: > true. > > Sven > >> On 28 Nov 2016, at 13:53, Cyril Ferlicot D. wrote: >> >> Hi! >> >> I need to store some datas and in my model I have a dictionary with >> objects as k

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

2016-12-10 Thread Cyril Ferlicot D.
no chance for now. > > Stef > > Hi! See join files: http://forum.world.st/Pharo-family-update-td4857661.html -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] [Pharo-dev] Call of projects of open-dev lectures

2017-01-11 Thread Cyril Ferlicot D.
tudents and to document them. I begun to add an OpenDev label if some students are interested: https://github.com/DuneSt/MaterialDesignLite/issues?q=is%3Aissue+is%3Aopen+label%3AOpenDev -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] singleton trait

2017-01-19 Thread Cyril Ferlicot D.
he Announcement framework in Pharo. I don't really have the time to explain but I think there is some doc on internet and on the help browser of Pharo. I found this: http://pharo.gemtalksystems.com/book/LanguageAndLibraries/announcements/ (I did not read it so I don't know what it's

Re: [Pharo-users] singleton trait

2017-01-19 Thread Cyril Ferlicot D.
r but I let the developer use #basicNew in order to not forbid him to create a second class if he knows what he's doing. With that we can test the singleton with another instance that the one the application use. > Thanks for your find-grained example, Cyril! > You're we

Re: [Pharo-users] GitFileTree in Pharo 5

2017-01-31 Thread Cyril Ferlicot D.
e:pharo' , SystemVersion current dottedMajorMinor , '_dev/repository'; load: 'Git' ``` Works for me on Pharo 5/windows and pharo 6/osx -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] WCAG color contrast rules - was: Re: These beautiful tooltips

2017-02-03 Thread Cyril Ferlicot D.
e colors are implemented in the class MDLColor loadable via the group "color" en MaterialDesignLite project. Here are the guidelines associated with these colors: https://material.io/guidelines/style/color.html#color-color-palette -- Cyril Ferlicot http://www.synectique.eu 2 rue Jac

Re: [Pharo-users] WCAG color contrast rules - was: Re: These beautiful tooltips

2017-02-04 Thread Cyril Ferlicot D.
ld be interested to subscribe. I would like to help to improve everything in the category "first impression count" but I don't know if I will have the time in the next month. -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Chronos Manager Singleton

2017-02-04 Thread Cyril Ferlicot D.
there is nothing preventing to get two timer. :) -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] WCAG color contrast rules - was: Re: These beautiful tooltips

2017-02-06 Thread Cyril Ferlicot D.
o/guidelines/style/color.html#color-color-schemes) -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Pharo Spur 64 VM

2017-02-06 Thread Cyril Ferlicot D.
Le 06/02/2017 à 21:31, Benoit St-Jean via Pharo-users a écrit : Hi! IIRC, the windows VM will need some more time to be ready. Only Linux and OSX ones are usable at the moment. -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq F

Re: [Pharo-users] Unable to find the compiler

2017-02-10 Thread Cyril Ferlicot D.
;t find any menu, so i can't compile MyCounter. > > Could you help me please? > > Regards, > Mark > -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Unable to find the compiler

2017-02-12 Thread Cyril Ferlicot D.
> Mark > Hi Mark, Following this link you should find a video showing how I do: https://www.youtube.com/watch?v=4WrzVCuXkP8 I save a first class using the menu then a second using the shortcut. -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Bold label

2017-02-14 Thread Cyril Ferlicot D.
I am bold' attribute: TextEmphasis bold), ' and I am normal text'); openInWindow Does that fits your needs? > Thanks ^_^ > > > > -- > View this message in context: http://forum.world.st/Bold-label-tp4934321.html > Sent from the Pharo Smalltalk Users mailing l

Re: [Pharo-users] Typing a | character

2017-02-17 Thread Cyril Ferlicot D.
the attached picture. > > Has anyone using a computer with a French KB experienced the same problem? > What solution is he/she using to declare variables? > > Regards, > Mark > What is your keyboard layout? azerty? kwerty? bépo? dvorak? -- Cyril Ferlicot http://www.synec

Re: [Pharo-users] running code on image starts and quitting

2017-02-21 Thread Cyril Ferlicot D.
e the methods #startUp, #startUp:, #shutDown and #shutDown: in order to do some work. -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] running code on image starts and quitting

2017-02-21 Thread Cyril Ferlicot D.
sionManager default registerToolClassNamed: self name -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Loading Seaside via Bootstrap in Pharo 6

2017-02-25 Thread Cyril Ferlicot D.
On 25/02/2017 17:27, stepharong wrote: > I do not know when we removed NewListModel > We should check that. > And probably update clients to use ListModel. > Stef > > It was in Pharo 60089: https://pharo.fogbugz.com/f/cases/15849 -- Cyril Ferlicot http://www.synectique

Re: [Pharo-users] Request for help: Please upload test results of your foss projects

2017-02-26 Thread Cyril Ferlicot D.
generated badge without playing with the HTML of the page. -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Request for help: Please upload test results of your foss projects

2017-02-26 Thread Cyril Ferlicot D.
x27;ll have the time. -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

[Pharo-users] [ANN] MaterialDesignLite for Seaside v1.1.0

2017-03-22 Thread Cyril Ferlicot D.
https://github.com/DuneSt/MaterialDesignLite/commit/868f71b)) -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

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

2017-03-24 Thread Cyril Ferlicot D.
On 24/03/2017 13:33, Offray Vladimir Luna Cárdenas wrote: > Thanks Davorin. Where can we look at the results? > https://stackoverflow.com/insights/survey/2017 > Cheers, > > Offray > > -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Vil

Re: [Pharo-users] Traits score: Squeak: 1, Pharo5: 0

2017-04-15 Thread Cyril Ferlicot D.
gt; "#()" > TRoot localMethods > -> "{TRoot>>#troot1. TRoot>>#troot3. TRoot>>#trootC. TRoot>>#trootB. > TRoot>>#trootA. TRoot>>#troot2}" > > Now, if we store a snapshot of this package, the RGMethodDefinitions, > wrongly assigned to trait TRootUser, will be flattened into that trait. > > This is cool that it was found with a reproducible case. We got the same problem at Synectique. -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Pharo6 ombu-session files in pharo-local

2017-04-15 Thread Cyril Ferlicot D.
recover lost changes. In deployment you can disable Epicea. `EpMonitor current disable` -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Pharo 6.0 On windows crash while trying to run AthensFlakeDemo

2017-04-15 Thread Cyril Ferlicot D.
image (ctrl/alt + shift + s). -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Hot to retrieve values from Nested Dictionaries

2017-04-24 Thread Cyril Ferlicot D.
ike Hi, To know if brackets are necessary you can use the "Format" option in your method. Right click -> format or cmd/alt/ctrl + shift + f In this case you can just write: ((dict1 at: 'key1') at: 'key2') at: 'key3'. -- Cyril Ferlicot https://ferlicot.

Re: [Pharo-users] A Logo Proposal for Smalltalk

2017-05-02 Thread Cyril Ferlicot D.
it would be better to have something more "flat" and easy to reproduce. But that's my opinion, I can be wrong :) > > > -- > View this message in context: > http://forum.world.st/A-Logo-Proposal-for-Smalltalk-tp4945122.html > Sent from the Pharo Smalltalk Users

[Pharo-users] How to detect encoding of a file

2017-05-03 Thread Cyril Ferlicot D.
hrowing an error, but the content is not right because it is not the good encoding. Thus I wonder if it is possible to get the Encoding of a FileReference in Pharo to be able to read the file with the right encoding? Something like the bash command `file -I myFile.txt`. -- Cyril Ferlicot

Re: [Pharo-users] How to detect encoding of a file

2017-05-03 Thread Cyril Ferlicot D.
ry this tomorrow. If it works well I wonder if we can still includes it in Pharo6. Since it's only a little feature unused in Pharo it should not break anything but it would be cool addition for Moose. But since it is feature freeze if people do not want I'll not push it for Pharo 6 :) -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] How to detect encoding of a file

2017-05-04 Thread Cyril Ferlicot D.
thing useable about the contents (like the header of HTML or XML). > > Sven > Hi, It seems to guess right in our case and it correct the problems we saw. Thank you for this! We will integrate it to our tools when the configuration will be updated. -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] prespur vm for sierra

2017-05-09 Thread Cyril Ferlicot D.
e.zip It should work. > Cheers, > Doru > > > -- > www.tudorgirba.com > www.feenk.com > > "It's not how it is, it is how we see it." > > -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

[Pharo-users] Vm crash

2017-05-15 Thread Cyril Ferlicot D.
serverDeployment The vm is the stable vm for Pharo 4. Does someone knows what can cause this kind of problem? -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

[Pharo-users] Ston feature idea?

2017-05-17 Thread Cyril Ferlicot D.
would like your thoughts about that. :) -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Ston feature idea?

2017-05-17 Thread Cyril Ferlicot D.
On 17/05/2017 13:14, Peter Uhnak wrote: > Just curious... why don't you use MSE? > Because what we want to export is not composed only of entities describes by Fame. We only reference some of them sometimes. > Peter > -- Cyril Ferlicot https://ferlicot.fr http://www.sy

Re: [Pharo-users] Ston feature idea?

2017-05-17 Thread Cyril Ferlicot D.
27;something else'; yourself. string := STON toStringPretty: obj. STONTestKnownObject resetKnownObjects. self assert: (STON fromString: string) description = 'something else' What is the simple may to customize only one or two variable(s)? -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Ston feature idea?

2017-05-17 Thread Cyril Ferlicot D.
in the super stonOn: and I don't really like this in general. So I wanted to know if there was a hook to customize certain variables while exporting the other as usual. -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Ston feature idea?

2017-05-17 Thread Cyril Ferlicot D.
can't help, > can I ? > > I don't really have the time right now but later I'll try to write a simple example. -- Cyril Ferlicot https://ferlicot.fr http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France signature.asc Description: OpenPGP digital signature

Re: [Pharo-users] Ston feature idea?

2017-05-17 Thread Cyril Ferlicot D.
tead of: Invoice { #username : 'user', #currency : Currency { #unit: 'Euro' } } Then during the import I want to transform the currency into a class again. (For example `Currency fromAbbreviation: stonInp

<    1   2   3   4   >