[Pharo-users] Using a private git repository with Metacello

2014-10-08 Thread Julien Delplanque
Hello, Is it possible to use Metacello to load a Pharo project from a private git repository hosted on bitbucket for example? If it is, how? To load project from github I use: Metacello new baseline: 'Project'; repository: 'github://owner/reponame/repository'; load. Is there a prefi

Re: [Pharo-users] Using a private git repository with Metacello

2014-10-11 Thread Julien Delplanque
> [1] https://groups.google.com/forum/#!topic/metacello/0vOzvQL10cQ > [2] https://github.com/dalehenrich/metacello-work#pharo30 > > On Wed, Oct 8, 2014 at 1:44 AM, Julien Delplanque wrote: > >> Hello, >> >> Is it possible to use Metacello to load a Pharo project

Re: [Pharo-users] Using a private git repository with Metacello

2014-10-11 Thread Julien Delplanque
ux and Mac OS by loading GitFileTree and > using an url like: > 'gitfiletree://bitbucket.com/owner/reponame&protocol=git'. > > Regards, > > Thierry > > Le 08/10/2014 10:44, Julien Delplanque a écrit : >> Hello, >> >> Is it possible to use Metace

Re: [Pharo-users] Using a private git repository with Metacello

2014-10-12 Thread Julien Delplanque
Hi Thierry, Dale, I get a ZnUnknownScheme whatever the solution I choose... Are you sure it works for private repositories that need your ssh key for auth? Julien

[Pharo-users] SQLite3 - External module not found

2015-02-28 Thread Julien Delplanque
Hello everyone, I have problems to get SQLite3 package working. I tried the solution provided in another thread of the mailing list that was to create a symbolic link from libsqlite3.so to a file located in the pharo3.0/bin directory and named 'libsqlite3.so' as well but I still get the error: Ext

Re: [Pharo-users] SQLite3 - External module not found

2015-02-28 Thread Julien Delplanque
First, thanks to take time to answer me. On 28/02/15 22:50, Bernardo Ezequiel Contreras wrote: > the symbolic link works in my pc. did you restart the image after > creating the link? or maybe the link is in the wrong place? Ok, I'll be a little more precise: The libsqlite3.so file is located in

Re: [Pharo-users] SQLite3 - External module not found

2015-03-01 Thread Julien Delplanque
Ok, first of all I made a mistake in my description, the file in the pharo vm's "bin" directory was well named libsqlite3.so. The problem seems to be that /usr/lib/libsqlite3.so.0.8.6 is a 64bits version. Using readelf, I get (in french sorry): $ readelf -h /usr/lib/libsqlite3.so.0.8.6

Re: [Pharo-users] SQLite3 - External module not found

2015-03-01 Thread Julien Delplanque
Also, it would be great to give more details about the installation on Smalltalkhub (http://smalltalkhub.com/#!/~PharoExtras/NBSQLite3) and there is absolutely no details in http://smalltalkhub.com/#!/~TorstenBergmann/SQLite. I think it would be great to give precisions about the version of the li

Re: [Pharo-users] SQLite3 - External module not found

2015-03-02 Thread Julien Delplanque
Thanks for the documentation update :) On 01/03/15 21:49, Torsten Bergmann wrote: > Hi Julien, > > there are two projects on my STHub account: SQlite and NBSQLite3to work with > SQlite RDBMS. > The first one is older and I would recommend to use NBSQLite3. > > I changed the page on STHub to make

[Pharo-users] Statistics package in Pharo?

2015-03-03 Thread Julien Delplanque
Hi everyone, Does anyone know if there is a package that contains implementation of statistics tests like Kolmogorov-Smirnov test, Khi-2 test, etc? I did fast research in Smalltalkhub but didn't found anything. Thanks in advance, Julien

Re: [Pharo-users] Statistics package in Pharo?

2015-03-03 Thread Julien Delplanque
wser->NumericalMethods. > > Check if it has what you need > > 2015-03-03 11:40 GMT+01:00 Julien Delplanque : > >> Hi everyone, >> >> Does anyone know if there is a package that contains implementation of >> statistics tests like Kolmogorov-Smirnov test, Khi-2

Re: [Pharo-users] Statistics package in Pharo?

2015-03-03 Thread Julien Delplanque
in Pharo. The numerical > methods is a nice start. > If things are missing, we should implement them. > > Cheers, > Alexandre > >> On Mar 3, 2015, at 5:52 AM, Julien Delplanque wrote: >> >> Wow lots of classes, I'll browse the package and tell you if that

Re: [Pharo-users] Statistics package in Pharo?

2015-03-03 Thread Julien Delplanque
On 03/03/15 12:54, Serge Stinckwich wrote: > Hi Julien, there is no KS-tests in this package. This is also something I'm > looking for :-) > NumericalMethods package is now part of SciSmalltalk distribution: > https://github.com/SergeStinckwich/SciSmalltalk Hi! Nice I'll look at that. > Join us

Re: [Pharo-users] Statistics package in Pharo?

2015-03-03 Thread Julien Delplanque
On 03/03/15 13:11, Serge Stinckwich wrote: > This is not really difficult to implement a khi2 or ks-test. I'm doing that > with my 1st year university student in Python. I will try if I found sone > time in Pharo. I know it's not complicated, I had to implement KS test in python for another proje

Re: [Pharo-users] Statistics package in Pharo?

2015-03-03 Thread Julien Delplanque
On 03/03/15 18:03, Werner Kassens wrote: > hi Julien, Hi! > you can find chisquare-test, f-test, t-test in numericalmethods > werner Oh, thanks I'll check this out! > and you can find the doku here: > https://github.com/SquareBracketAssociates/NumericalMethods/releases > werner >

[Pharo-users] Any framework to create a blog over seaside?

2015-03-09 Thread Julien Delplanque
Hi, I wonder if there are existing projects/frameworks to create a blog in pharo? If there are I suppose they use seaside? Regards, Julien

Re: [Pharo-users] I need to put smalltalkhub down (max 30m)

2015-03-09 Thread Julien Delplanque
All my projects disappears should I be worried? On 09/03/15 14:45, Esteban Lorenzano wrote: > no, not yet… just wait a few minutes more please. > >> On 09 Mar 2015, at 14:43, Esteban Lorenzano wrote: >> >> ok… looks like it is back… but no promises :P >> >> Esteban >> >>> On 09 Mar 2015, at 14:13

Re: [Pharo-users] Any framework to create a blog over seaside?

2015-03-10 Thread Julien Delplanque
On 09/03/15 21:56, stepharo wrote: > If you take pier you get a blog out of the box It's no longer maintained isn't it? On 10/03/15 13:54, Esteban Lorenzano wrote: > there are also a couple of implementations > > http://smalltalkhub.com/#!/~mikefilonov/QDBlog >

Re: [Pharo-users] Any framework to create a blog over seaside?

2015-03-10 Thread Julien Delplanque
On 10/03/15 17:28, Stephan Eggermont wrote: > On 10/03/15 16:12, Julien Delplanque wrote: >> On 09/03/15 21:56, stepharo wrote: >>> If you take pier you get a blog out of the box >> It's no longer maintained isn't it? > > What do you mean? Diego posted on ho

[Pharo-users] Get OS uptime

2015-03-18 Thread Julien Delplanque
Hi everyone, I can't find out how to get the uptime of the OS from pharo. I tried: (FileLocator root / 'proc' / 'uptime') readStream contents. and (FileSystem disk root / 'proc' / 'uptime') readStream contents. but all what I get is an empty string ''. I don't know if there are messages in s

Re: [Pharo-users] Get OS uptime

2015-03-19 Thread Julien Delplanque
> (FileSystem disk root / 'proc' / 'uptime') asFileReference readStreamDo: > [:s | s upToEnd asString ] > > or if you load the "OSUnix" project in Pharo 4 from the config browser > it is even easier: > > UnixSystem upTime > > bye > T. > Thank you, that's exactly what I was looking for, I'll

Re: [Pharo-users] Get OS uptime

2015-03-19 Thread Julien Delplanque
> And, if there is a system library that provides this data, there is the > NativeBoost way: > For example( not linux but windows): > > new method: > NBWin32Shell>>#getUptime > > errorCode > > ^ self nbCall: #( ulonglong GetTickCount64() ) module: #Kernel32 > > and then you can call it l

Re: [Pharo-users] Get OS uptime

2015-03-19 Thread Julien Delplanque
On 19/03/15 11:10, Esteban Lorenzano wrote: > '/proc/uptime' asFileReference readStreamDo: [ :stream | stream contents ]. > > is better way. > > but you will still get an empty string because actually ‘/proc’ does not > contains real files… so the file plugin does not applies there (and is > ano

Re: [Pharo-users] Get OS uptime

2015-03-19 Thread Julien Delplanque
On 19/03/15 11:51, Esteban Lorenzano wrote: >> On 19 Mar 2015, at 11:35, Julien Delplanque wrote: >> >> >> On 19/03/15 11:10, Esteban Lorenzano wrote: >>> '/proc/uptime' asFileReference readStreamDo: [ :stream | stream contents ]. >>> >&g

Re: [Pharo-users] new link to query all projects in smalltalkhub

2015-03-22 Thread Julien Delplanque
Hi Esteban, Seems that the link is dead now? Regards, Julien -- View this message in context: http://forum.world.st/new-link-to-query-all-projects-in-smalltalkhub-tp4810881p4814203.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] new link to query all projects in smalltalkhub

2015-03-22 Thread Julien Delplanque
t; > sorry for the mess, but I announced the change… you just missed it :P > > Esteban > >> On 22 Mar 2015, at 21:25, Julien Delplanque wrote: >> >> Hi Esteban, >> >> Seems that the link is dead now? >> >> Regards, >> >> Julien >>

[Pharo-users] XClipboard

2015-03-24 Thread Julien Delplanque
Hi everyone, I already send a mail here about my copy/paste that doesn't work between Chromium and Pharo3/4. Since I use more and more Pharo and I don't want to move from Chromium, I tried to find a solution to my problem and so I did. Ok, I must admit, it's brutal but I managed to get the conten

Re: [Pharo-users] XClipboard

2015-03-24 Thread Julien Delplanque
Ho thanks for pointing me this solution it works well. I will use it because I don't like the fact I had to touch to the System for my solution. You're saving me from a lot of Chromium->Sublime Text, Sublime Text->Pharo :) Thank you once again! Julien On 24/03/15 21:30, Peter Uhnák wrote: > Hi,

[Pharo-users] JavaLoader

2015-03-26 Thread Julien Delplanque
Hi, I saw this repository on smalltalkhub: http://smalltalkhub.com/#!/~blabux/JavaLoader/ and I wonder if someone could give me some examples of use. For example, is it possible to use JavaLoader with Roassal to display class hierarchy of a java project or something like that? I browsed google a

Re: [Pharo-users] JavaLoader

2015-03-26 Thread Julien Delplanque
pdate with the > latest Pharo releases. But, I haven't used it in a long time because I > originally developed it to load in Java serialized streams and to read in > Java class files. > > Let me know if you need anything. > > On Thu, Mar 26, 2015 at 8:39 AM, Julien Delplanque wro

Re: [Pharo-users] JavaLoader

2015-03-26 Thread Julien Delplanque
Oh thanks I'll check this out! :) On 26/03/15 14:05, Alexandre Bergel wrote: > Hi Julien, > > You should have a look at the Moose platform: http://moosetechnology.org > > Moose is made exactly to analyze software, and has more then 15 years of > engineering. Roassal

Re: [Pharo-users] JavaLoader

2015-03-26 Thread Julien Delplanque
you ned any help, just ping me. I try to keep it update with the >> latest Pharo releases. But, I haven't used it in a long time because I >> originally developed it to load in Java serialized streams and to read in >> Java class files. >> >> Let me know if y

[Pharo-users] topics.pharo.org - Deep learning

2015-03-27 Thread Julien Delplanque
Hi everyone, I'm currently searching for a subject for a project to do during my first year of master. I want to do something that is linked to pharo. Following Stéphane Ducasse advises, I had a look in topics.pharo.org and I saw a subject that could interest me named "Deep learning". But there i

Re: [Pharo-users] Notebook/slideshow morph

2015-03-28 Thread Julien Delplanque
Hi Sean, How did you manage to make it work? I have error while loading "Bloc-*" packages from pharo 4. Seems its a dependency error for the second one. What package do I need to load with it? Regards, Julien On 27/03/15 22:18, Sean P. DeNigris wrote: > stepharo wrote >> I can open a slideshow,

Re: [Pharo-users] Notebook/slideshow morph

2015-03-28 Thread Julien Delplanque
On 28/03/15 14:28, Sean P. DeNigris wrote: > Gofer it > smalltalkhubUser: 'StephaneDucasse' project: 'PetitsBazars'; > package: 'Morphic-Slideshow'; > load. Thanks!

Re: [Pharo-users] JavaLoader

2015-04-17 Thread Julien Delplanque
d like to start adding tests for what fails. On Fri, Mar 27, 2015 at 2:34 AM, Julien Delplanque wrote: Oh Java 3 I guess that's why there is an error when I try to load my Java 7 bytecode. It told me there is an error because of "<" symbol. I guess Java 3 didn't supports

[Pharo-users] Use antlr ".g4" grammars-v4 files to generate parser in pharo?

2015-05-03 Thread Julien Delplanque
Hi everyone, I saw on this repository https://github.com/antlr/grammars-v4 that there are a lot of grammar defined. I wonder if someone already managed to generate a parser in pharo (using any framework you want) from a ".g4" file? I also saw there is the grammar of ".g4" files (https://gith

[Pharo-users] Enhancing ICal library

2015-05-12 Thread Julien Delplanque
Hi everyone, I took a little time to enhance the ICal library and to make it work with Pharo 4! So I forked the one on smalltalkhub (http://smalltalkhub.com/#!/~pdebruic/iCal) and put all the modified code on github https://github.com/juliendelplanque/pharo-ical. Why did I forked? Well, I

Re: [Pharo-users] Enhancing ICal library

2015-05-13 Thread Julien Delplanque
So, I throw the fork on github and provide a compatibility package on smalltalkhub? I wanted to improve the lib, but I don't own it and there is no "pull request" system on smalltalk hub. I don't want to bother the owner of the repository with changes I want to do. He probably has others thing

Re: [Pharo-users] Enhancing ICal library

2015-05-13 Thread Julien Delplanque
ompatibility between Pharo and other smalltalk because (for example) of packages that will be deprecated in an implementation and not in another etc... Julien On 13/05/15 15:42, Esteban Lorenzano wrote: On 13 May 2015, at 15:38, Julien Delplanque wrote: So, I throw the fork on github and pro

Re: [Pharo-users] Demande d'aide

2015-05-15 Thread Julien Delplanque
Bonjour, Tout d'abord je pense que vous devriez poser tes questions en anglais sur cette mailing list. Ensuite, il existe plusieurs livres pour apprendre à utiliser Pharo sur le site dans la section documentation: http://pharo.org/documentation. "Pharo by example" est bien pour commencer (http

Re: [Pharo-users] Demande d'aide

2015-05-15 Thread Julien Delplanque
Oh nice, didn't know about it :) On 15/05/15 10:39, Serge Stinckwich wrote: 2015-05-15 10:34 GMT+02:00 Julien Delplanque : Bonjour, Tout d'abord je pense que vous devriez poser tes questions en anglais sur cette mailing list. Ensuite, il existe plusieurs livres pour apprendre à util

Re: [Pharo-users] Demande d'aide

2015-05-15 Thread Julien Delplanque
t bilingue. mais mon anglais est juste faible. alors svp aidez moi merci seb Le 15/05/2015, Serge Stinckwich a écrit : 2015-05-15 10:34 GMT+02:00 Julien Delplanque : Bonjour, Tout d'abord je pense que vous devriez poser tes questions en anglais sur cette mailing list. Ensuite, il existe plusi

Re: [Pharo-users] Demande d'aide

2015-05-15 Thread Julien Delplanque
Oh I see here: http://boardician.blogspot.com.ar/2015/03/boardician.html that Tetris is already implemented in the framework. ;) On 15/05/15 11:03, Julien Delplanque wrote: There is a framework for board games called "Boardician" on smalltalkhub (http://smalltalkhub.com/#!/~squidik/

Re: [Pharo-users] Demande d'aide

2015-05-15 Thread Julien Delplanque
Sure but he wanted to see how big it could be, I assume he will not do plagiarism :p. On 15/05/15 21:43, stepharo wrote: But you will not learn much if you copy too much :) Stef Le 15/5/15 12:35, Julien Delplanque a écrit : Left click anywhere to open the menu, go to Tools>Configurat

[Pharo-users] Generate latex from Pharo

2015-05-16 Thread Julien Delplanque
Hi everyone, Is there any framework to generate latex code from Pharo? I would like to give a latex representation to some objects so I can export the latex code to a file I would include to my latex main file (for example). For example for a matrix I would like to do something like: fileStr

Re: [Pharo-users] Generate latex from Pharo

2015-05-16 Thread Julien Delplanque
On 16 May 2015 at 14:42, Julien Delplanque wrote: Hi everyone, Is there any framework to generate latex code from Pharo? I would like to give a latex representation to some objects so I can export the latex code to a file I would include to my latex main file (for example). For example for a matr

Re: [Pharo-users] Enhancing ICal library

2015-05-16 Thread Julien Delplanque
cross dialect compatability package I've been maintaining here: http://smalltalkhub.com/#!/~pdebruic/HTTPAPIClient It could certainly use some attention but may have been helpful to your work on iCal. Glad your making progress with the GTInspector and docs though. That ical spec (https://to

Re: [Pharo-users] Generate latex from Pharo

2015-05-17 Thread Julien Delplanque
Is there anything already done to generate code related to math environment? I would like messages like: Fraction>>asMathLatex that returns $\frac{numerator}{denominator}$. Julien On 17/05/15 09:06, Damien Cassou wrote: Julien Delplanque writes: From which package does these c

Re: [Pharo-users] Generate latex from Pharo

2015-05-17 Thread Julien Delplanque
Oh ok :) Do you have this todo list online? On 17/05/15 12:19, Cyril Ferlicot wrote: Sorry but that's an item of the TODO list of Pillar. On 17 May 2015 at 11:25, Julien Delplanque wrote: Is there anything already done to generate code related to math environment? I would like mes

Re: [Pharo-users] [OT] Pharo pi machine

2015-05-17 Thread Julien Delplanque
Nice! I'm going to try Pharo on mine right now. On 17/05/15 14:26, Torsten Bergmann wrote: Got my Raspberry Pi B+ with a Tontec® 3.5 touch screen display to bootstrap into Pharo. The Raspberry Pi from CI (https://ci.inria.fr/pharo/view/RaspberryPi/) worked out of the box on Raspbian. Nice!

Re: [Pharo-users] [OT] Pharo pi machine

2015-05-17 Thread Julien Delplanque
Managed to make Pharo run headless on Archlinux ARM! :) An important point is that you need to install xorg packages even if you don't use any GUI (in fact xorg is a group of package, it's possible to select only needed packages but I didn't took time to do that). On 17/05/15 14:53, Merwan Ou

[Pharo-users] Any way to create multiple accessors in one time?

2015-05-17 Thread Julien Delplanque
Hi everyone, The subject is explicit enough... I find it annoying when I have to do lots of click to create each accessors using the gui... :) I suppose it's possible to modify the browser to do that but I wonder if anyone already did it? Regards, Julien

Re: [Pharo-users] Any way to create multiple accessors in one time?

2015-05-17 Thread Julien Delplanque
Accessors" only allows one inst var at a time as you already discovered. CU, Udo On 17/05/15 20:42, Julien Delplanque wrote: Hi everyone, The subject is explicit enough... I find it annoying when I have to do lots of click to create each accessors using the gui... :) I suppose it'

Re: [Pharo-users] Generate latex from Pharo

2015-05-17 Thread Julien Delplanque
Ok thank you :) On 17/05/15 21:18, Damien Cassou wrote: Julien Delplanque writes: Is there anything already done to generate code related to math environment? I would like messages like: Fraction>>asMathLatex that returns $\frac{numerator}{denominator}$. stream := PROutputStr

[Pharo-users] Is it always needed to redefine #hash message when you redefine #= message?

2015-05-26 Thread Julien Delplanque
The subject of this mail is exactly my question. I came to this question by looking at Object>>#= message implementation. """ = anObject "Answer whether the receiver and the argument represent the same object. If = is redefined in any subclass, consider also redefining the message

Re: [Pharo-users] Is it always needed to redefine #hash message when you redefine #= message?

2015-05-26 Thread Julien Delplanque
d override #hash in this case? Julien On 26/05/15 20:54, Esteban A. Maringolo wrote: 2015-05-26 15:45 GMT-03:00 Julien Delplanque : The subject of this mail is exactly my question. I came to this question by looking at Object>>#= message implementation. """ = anObject

Re: [Pharo-users] Is it always needed to redefine #hash message when you redefine #= message?

2015-05-26 Thread Julien Delplanque
ay improve the performance of hash tables. As much as is reasonably practical, the hashCode method defined by class Object does return distinct integers for distinct objects. Cheers Carlo On 26 May 2015, at 8:45 PM, Julien Delplanque wrote: The subject of this mail is exactly my question. I came to t

[Pharo-users] Copy/past doesn't work sometimes

2014-07-29 Thread Julien Delplanque
Hello, I'm using pharo 3.9-7 and I notice that sometimes the copy/past function from another program to the pharo IDE doesn't work. For example, if I copy something from my internet browser (Chromium) to a workspace in the IDE it doesn't work. I also notice that if I copy something from my text

Re: [Pharo-users] Copy/past doesn't work sometimes

2014-07-29 Thread Julien Delplanque
r and I copy from there (or > paste and re-copy in some other text editor currently opened). > > Linux has multiple clipboards (at least one when copying text and one for > currently selected text), so maybe Chromium uses the wrong one, or Pharo is > checking only one? > > Peter

Re: [Pharo-users] Copy/past doesn't work sometimes

2014-07-31 Thread Julien Delplanque
ig a little bit into how it is handled inside Pharo, but >> it is somewhere deep in VM. :( >> However middle-click pasting doesn't work but that seem to be simply a >> limitation of Pharo (My guess is because it is only supported by Linux and >> not Windows/Mac?). >&g

[Pharo-users] Any YAML parser?

2015-06-20 Thread Julien Delplanque
Hi everybody, I googled a bit for a YAML parser in Pharo but I didn't found anything. Does anybody wrote a YAML parser for Pharo? Regards, Julien

Re: [Pharo-users] Any YAML parser?

2015-06-23 Thread Julien Delplanque
Peter On Sat, Jun 20, 2015 at 4:10 PM, Julien Delplanque wrote: Hi everybody, I googled a bit for a YAML parser in Pharo but I didn't found anything. Does anybody wrote a YAML parser for Pharo? Regards, Julien

[Pharo-users] How to execute code when after loading a package

2015-08-20 Thread Julien Delplanque
Hi all, I have a package for which I need to execute some code after it is loaded in an image. This package have no dependency so I don't know if it is possible to do it without using a baseline but I guess it's not. Thanks, Julien

[Pharo-users] Multi desktops inside Pharo!

2015-08-24 Thread Julien Delplanque
Hi all, I created a small utility that make possible to have multi desktops: https://github.com/juliendelplanque/desktopsmanager. It show/hide windows according to the desktop you're on. I think it can be useful from my small experience, I often feel a lack of space when opening 4-5 windows

Re: [Pharo-users] How to execute code when after loading a package

2015-08-24 Thread Julien Delplanque
used. I think most common solution is to use #postLoadDoIt: at different levels (packages, groups, whole project, etc) of Metacello. But yeah, you need a Metacello conf for that. On Thu, Aug 20, 2015 at 4:11 PM, Julien Delplanque wrote: Hi all, I have a package for which I need to execute some

Re: [Pharo-users] Multi desktops inside Pharo!

2015-08-24 Thread Julien Delplanque
Do you see the DesktopMorph on bottom right of the screen? Julien On 24/08/15 19:10, Mariano Martinez Peck wrote: It does not work for me. Should it work in Pharo 4.0? On Mon, Aug 24, 2015 at 1:39 PM, Julien Delplanque wrote: Hi all, I created a small utility that make possible to have

Re: [Pharo-users] Multi desktops inside Pharo!

2015-08-24 Thread Julien Delplanque
On 24/08/15 19:32, Torsten Bergmann wrote: Julien Delplanque wrote: I created a small utility that make possible to have multi desktops: https://github.com/juliendelplanque/desktopsmanager. Your code works for me in Pharo 5, havent tried in Pharo 4. Unfortunately it does only work for Pharo

Re: [Pharo-users] Multi desktops inside Pharo!

2015-08-24 Thread Julien Delplanque
On 24/08/15 19:47, Mariano Martinez Peck wrote: If you have no window opened in a desktop you cant create a new desktop. If you did, can you try: DesktopsManager uniqueInstance nextDesktop and DesktopsManager uniqueInstance previousDesktop That indeed switches desktops. So the shortcut i

Re: [Pharo-users] Multi desktops inside Pharo!

2015-08-24 Thread Julien Delplanque
On 24/08/15 20:01, Mariano Martinez Peck wrote: On Mon, Aug 24, 2015 at 2:57 PM, Julien Delplanque wrote: On 24/08/15 19:47, Mariano Martinez Peck wrote: If you have no window opened in a desktop you cant create a new desktop. If you did, can you try: DesktopsManager uniqueInstance

Re: [Pharo-users] Multi desktops inside Pharo!

2015-08-24 Thread Julien Delplanque
ess this needs some love as well to have a backgorund per desktop. Hope that helps! Bye Torsten Gesendet: Montag, 24. August 2015 um 19:46 Uhr Von: "Julien Delplanque" An: "Torsten Bergmann" , "Any question about pharo is welcome" , "Stéphane Ducas

Re: [Pharo-users] Multi desktops inside Pharo!

2015-08-24 Thread Julien Delplanque
r Von: "Julien Delplanque" An: "Torsten Bergmann" Cc: "Any question about pharo is welcome" , "Stéphane Ducasse" , "Marcus Denker" , s...@clipperadams.com Betreff: Re: Multi desktops inside Pharo! Thanks a lot for all these tips :) I will update

[Pharo-users] How can an object have its "self" and "name" instance variables nil after being instantiated?

2015-08-25 Thread Julien Delplanque
Hi, I have an object that override KMCategory and that is initialized and added to "KmRepository default" using #postLoadDoIt: message in BaselineOf after the package is loaded in an image. But once it is loaded I have huge problems with keyboards entries, they do not work any more, I get an

Re: [Pharo-users] How can an object have its "self" and "name" instance variables nil after being instantiated?

2015-08-25 Thread Julien Delplanque
2015 um 15:57 schrieb Julien Delplanque : Hi, I have an object that override KMCategory and that is initialized and added to "KmRepository default" using #postLoadDoIt: message in BaselineOf after the package is loaded in an image. But once it is loaded I have huge problems with keyboa

Re: [Pharo-users] How can an object have its "self" and "name" instance variables nil after being instantiated?

2015-08-25 Thread Julien Delplanque
' as well. On 25 Aug 2015, at 17:30, Julien Delplanque wrote: I didn't do anything like using these names as inst vars. You can reproduce what I am talking about: KMCategory new inspect. On 25/08/15 17:25, Joachim Tuchel wrote: I don't have an exact answer for you, but I think

Re: [Pharo-users] [ANN] Multiple Desktop support for Pharo 5

2015-08-26 Thread Julien Delplanque
Hi, I was actually implementing this feature using your advices : https://github.com/juliendelplanque/multiworlds. But yours looks better anyway. Julien On 27/08/15 03:19, Torsten Bergmann wrote: Julien Delplanque provided this week a goodie to switch between "desktops" - but h

Re: [Pharo-users] [ANN] Multiple Desktop support for Pharo 5

2015-08-27 Thread Julien Delplanque
n and Sean raised the issue. On the other side with the nice moldable GT tools introduced now in Pharo 4/5 it was really easy to implement. Thanks T. Gesendet: Donnerstag, 27. August 2015 um 07:52 Uhr Von: "Julien Delplanque" An: "Torsten Bergmann" , "Pharo Development List&q

Re: [Pharo-users] [Pharo-dev] [ANN] Multiple Desktop support for Pharo 5

2015-08-27 Thread Julien Delplanque
On 27/08/15 11:42, H. Hirzel wrote: On 8/27/15, Torsten Bergmann wrote: Hi Julien, sorry for "hijacking" the topic. But I got some time left while traveling allowing me to put my recommended puzzle pieces together myself and as I wrote the code was less time consuming compared to the article

Re: [Pharo-users] [Pharo-dev] [ANN] Multiple Desktop support for Pharo 5

2015-08-27 Thread Julien Delplanque
When changing the desktop, windows opened before where not clickable anymore like if they where a part of the "wallpaper". Julien On 27/08/15 18:52, H. Hirzel wrote: Julien, could you please describe the problem you had in Pharo 4.0 with more details? --Hannes On 8/27/15, Julien

[Pharo-users] Mathex: Generating latex math from Pharo.

2015-09-06 Thread Julien Delplanque
Hi everyone, Some time ago, I asked for a framework that would allow me to write valid latex math from Pharo (in a similar way that I used to do with pylatex in Python) see the thread here: http://forum.world.st/Generate-latex-from-Pharo-td4826739.html. Damien Cassou pointed me the Pillar-Exp

Re: [Pharo-users] Mathex: Generating latex math from Pharo.

2015-09-07 Thread Julien Delplanque
On 07/09/15 13:56, Damien Cassou wrote: Hi Julien, Julien Delplanque writes: Hi everyone, Some time ago, I asked for a framework that would allow me to write valid latex math from Pharo (in a similar way that I used to do with pylatex in Python) see the thread here: http://forum.world.st

Re: [Pharo-users] Mathex: Generating latex math from Pharo.

2015-09-08 Thread Julien Delplanque
On 08/09/15 16:36, Damien Cassou wrote: Julien Delplanque writes: On 07/09/15 13:56, Damien Cassou wrote: Julien Delplanque writes: (Phi equal: ((1 asMathex + 5 asMathex sqrt) // 2)) equation asString. and get: \begin{equation} \phi=\frac{ 1 +\sqrt{ 5 }}{ 2 }\end{equation} I think

Re: [Pharo-users] Mathex: Generating latex math from Pharo.

2015-09-08 Thread Julien Delplanque
On 08/09/15 21:20, Offray Vladimir Luna Cárdenas wrote: Hi, On 08/09/15 13:02, Julien Delplanque wrote: On 08/09/15 16:36, Damien Cassou wrote: Julien Delplanque writes: On 07/09/15 13:56, Damien Cassou wrote: Julien Delplanque writes: (Phi equal: ((1 asMathex + 5 asMathex sqrt) // 2

[Pharo-users] Modify AST to send a message on Character nodes

2015-09-12 Thread Julien Delplanque
Hi everyone, I would like to modify the AST of a smalltalk expression compiled to automatically send a certain message when a node represents a Character (so the user does not have to write the message sending explicitly). I would of course add a special button in the menu you get when right c

Re: [Pharo-users] Modify AST to send a message on Character nodes

2015-09-12 Thread Julien Delplanque
Tool ( http://screencast.com/t/LCEl0hFl , https://medium.com/@peteruhnak/using-rewrite-tool-for-fixing-deprecated-code-12a595b291d8 ) As for ASTs I would be also curious about the answer, as this seems like it should be a simple task. Peter On Sat, Sep 12, 2015 at 2:24 PM, J

[Pharo-users] Mathex first release is out.

2015-09-20 Thread Julien Delplanque
Hi all, I'm sending this mail for those who are eventually interested in the Mathex package I announced in a precedent mail (http://forum.world.st/Mathex-Generating-latex-math-from-Pharo-td4848409.html). Mathex has now its first release: 0.1 (the latest release will always be in the same sta

Re: [Pharo-users] Mathex first release is out.

2015-09-22 Thread Julien Delplanque
On 21/09/15 15:40, Damien Cassou wrote: Julien Delplanque writes: - Greek letters are defined as globals: Alpha, Beta, ... instead of "polluting" the global namespace, you might want to let your users write: #alpha asMathex Yep but I think the notation is nicer with &#x

[Pharo-users] [ANN] Mathex release 0.2

2015-09-27 Thread Julien Delplanque
Hi all, I just released Mathex 0.2 (https://github.com/juliendelplanque/mathex/releases/tag/0.2). Here are the improvements: - Made preview in GT-Inspector asynchronous. - Improved LaTeX code generated for compilation. - Mathex Rewriter is now loadable using 'MLoader loadRewriter'. - Removed

[Pharo-users] Any working DBus client for Pharo?

2015-10-05 Thread Julien Delplanque
Hi all, I'm looking for a dbus client for Pharo, I saw there is a project on SH (http://smalltalkhub.com/#!/~DamienCassou/DBus) but the package that should contains pure-smalltalk implementation is empty. Is there something working to send messages via dbus? Regards, Julien

[Pharo-users] [ANN] Mathex 0.3 is out! How hard would it be to give the possibility to use it with Pillar?

2015-10-19 Thread Julien Delplanque
Hi all, I just released Mathex 0.3, you can look at the release note here [1] if you want. :) I wonder how hard it would be to give the possibility to write Mathex directly inside Pillar? Mathex provide pdf/png generation under Linux, so it is possible to create images for non-LaTeX Pillar's exp

Re: [Pharo-users] [ANN] Mathex 0.3 is out! How hard would it be to give the possibility to use it with Pillar?

2015-10-22 Thread Julien Delplanque
On 22/10/15 17:56, Damien Cassou wrote: Julien Delplanque writes: I wonder how hard it would be to give the possibility to write Mathex directly inside Pillar? Mathex provide pdf/png generation under Linux, so it is possible to create images for non-LaTeX Pillar's exportation. what

Re: [Pharo-users] [ANN] Mathex 0.3 is out! How hard would it be to give the possibility to use it with Pillar?

2015-10-27 Thread Julien Delplanque
Nice, I'll take time to implement this feature as soon as I can :). On 26/10/15 14:37, Damien Cassou wrote: Julien Delplanque writes: On 22/10/15 17:56, Damien Cassou wrote: Julien Delplanque writes: I wonder how hard it would be to give the possibility to write Mathex directly i

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

2015-11-23 Thread Julien Delplanque
Awesome, I'll use it soon :) On 23/11/15 16:25, 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 versioning, namely checking out a version, committing a ver

[Pharo-users] Modify Pillar's pillarPostExport.sh script from pillar.conf?

2015-11-25 Thread Julien Delplanque
Hi, I am generating LaTeX using Pillar and I would like the 'pillarPostExport.sh' to compile my bibliography. So, the default 'pillarPostExport.sh' do: ... pdflatex output.tex pdflatex output.tex ... And I would like it to do: ... pdflatex output.tex bibtex biblio pdflatex output.tex pdflate

[Pharo-users] Python's argparse like CommandlineHandler?

2015-11-26 Thread Julien Delplanque
Hello, Is there a way to specify: - The "type" of command line arguments. - The default value if none is given. - That an argument is obligatory or optional? A bit like argparse does in Python, if you know it. Julien

Re: [Pharo-users] Magritte Tutorial [Draft]

2015-12-13 Thread Julien Delplanque
Thank you, I was actually looking for tutorials about it. Julien On 13/12/15 11:18, stepharo wrote: Hi guys Here is the ci of the magritte tutorial that I'm revising and collecting material for https://ci.inria.fr/pharo-contribution/view/Books/job/Magritte/lastSuccessfulBuild/artifact/book-

Re: [Pharo-users] Small steps in a keyboard driven IDE

2015-12-14 Thread Julien Delplanque
Cool. I'll give it a try soon. On 11/12/15 20:32, Stephan Eggermont wrote: https://vimeo.com/148637679 Added a class view that shows the methods. Dragging them out opens a method card, Shift-RightArrow adds a method card below the class card. Ctrl-- makes a method card use smaller text, Ctrl-+

[Pharo-users] A Turing Machine simulator written in Pharo

2016-01-14 Thread Julien Delplanque
Hey everyone, I had a course named "Calculabilty and Complexity" last year and I implemented a Turing Machine simulator using Pharo just to see how easy/hard it would be (it was quite easy :) ). I also wrote a little thing on medium about it [1] (I just took half an hour to review it and I

Re: [Pharo-users] A Turing Machine simulator written in Pharo

2016-01-14 Thread Julien Delplanque
:) On 14/01/16 16:05, stepharo wrote: Thanks I never got any lecture on this machine so I will read it :) But there is no explanation about the mathematical model (there is too much things to say), just how to simulate it... :) Le 14/1/16 15:42, Julien Delplanque a écrit : Hey everyone, I

Re: [Pharo-users] A Turing Machine simulator written in Pharo

2016-01-14 Thread Julien Delplanque
No problem, I will do that. :) Julien On 14/01/16 16:33, Sven Van Caekenberghe wrote: Julien, On 14 Jan 2016, at 15:42, Julien Delplanque wrote: Hey everyone, I had a course named "Calculabilty and Complexity" last year and I implemented a Turing Machine simulator using Pharo j

  1   2   >