[Pharo-users] [Important] The deprecated FileStream removed from Pharo 9

2020-12-01 Thread Pavel Krivanek
-how-tos-and-examples/ or here: https://github.com/pavel-krivanek/pharoMaterials/blob/master/Filestreams.MD Cheers, -- Pavel

Re: [Pharo-users] Minimality

2020-04-16 Thread Pavel Krivanek
We are not fighting successfully against the accidental complexity. On the other hand, the count of classes is not really meaningful value. Pharo has about 1700 test classes, there are rules, manifests and baselines. The Opal and AST-Core has much more classes than the old compiler for good reasons

Re: [Pharo-users] The results are in!

2020-02-09 Thread Pavel Krivanek
so 8. 2. 2020 v 23:58 odesílatel Benoit St-Jean via Pharo-users < pharo-users@lists.pharo.org> napsal: > I guess I have to re-ask again since nobody answered my question from > this week... > > Where can we post Pharo > questions/remarks/thoughts/you-might-want-to-have-a-look-at-this-cool-idea/wha

Re: [Pharo-users] The results are in!

2020-02-08 Thread Pavel Krivanek
so 8. 2. 2020 v 23:33 odesílatel horrido napsal: > So this forum is only for Pharo newcomers who have questions? Seems rather > limiting. > > When I join other language forums, I look for information about the > language > I'm investigating as a newcomer. This can include the language's > capabil

Re: [Pharo-users] About "it's not pharo but smalltalk"

2020-02-05 Thread Pavel Krivanek
st 5. 2. 2020 v 20:42 odesílatel horrido napsal: > > It is your initiative, you should know, nobody asked you to do it > > Well, that's a peculiar attitude. There are many, many programming language > evangelists and I don't think anybody "asked" them to do it. They do it for > the love of the la

Re: [Pharo-users] About "it's not pharo but smalltalk"

2020-02-05 Thread Pavel Krivanek
(and there were more people complaining than the two I mentioned). Pavel Krivanek-3 wrote > > st 5. 2. 2020 v 19:02 odesílatel horrido < > > > horrido.hobbies@ > > > > napsal: > > > >> > You want to take the Smalltalk heritage as a definition, t

Re: [Pharo-users] About "it's not pharo but smalltalk"

2020-02-05 Thread Pavel Krivanek
st 5. 2. 2020 v 19:02 odesílatel horrido napsal: > > You want to take the Smalltalk heritage as a definition, that’s ok. We > don’t, and that’s ok too. Is about what we want to do. > > Who's "we"? > > Last time I checked, nobody owns Pharo. Pharo is not a bunch of core > developers; it's a commun

Re: [Pharo-users] Glorp + P3 + SQLite

2019-11-21 Thread Pavel Krivanek
urrent and what is obsolete (Garage?) > > On Oct 19, 2019, at 5:18 AM, Pavel Krivanek > wrote: > > Btw. there exists an updated version of Glorp: > github://pavel-krivanek/glorp:8.3.1-23-baseline > But the compatibility of it with SQLite was never tested > > -- Pavel &

Re: [Pharo-users] Glorp + P3 + SQLite

2019-10-19 Thread Pavel Krivanek
Btw. there exists an updated version of Glorp: github://pavel-krivanek/glorp:8.3.1-23-baseline But the compatibility of it with SQLite was never tested -- Pavel so 19. 10. 2019 v 10:27 odesílatel Todd Blanchard via Pharo-users < pharo-users@lists.pharo.org> napsal: > I loaded GLORP+P

[Pharo-users] [ANN] Pharo Chip Designer

2019-08-10 Thread Pavel Krivanek
Chip Designer, you need to face the real-life problems like propagation delays or limited amount of layers and available substrate area. https://github.com/pavel-krivanek/PharoChipDesigner <https://github.com/pavel-krivanek/PharoChipDesigner/blob/master/README.md> It contains levels fr

[Pharo-users] Gettext

2019-04-23 Thread Pavel Krivanek
Hi, I made some little tweaks on the Gettext project and I wrote few lines of documentation about it: https://github.com/pharo-contributions/Gettext Feel free to contribute if it may be interesting for your applications. Notice that I am not the original author of this project, I'm just passing

Re: [Pharo-users] ring deprecation in pharo 7

2018-10-23 Thread Pavel Krivanek
t; I imagine the replacement is Pavel's Ring2 > https://github.com/pavel-krivanek/ring2 > > > > Peter > > > > On Fri, Oct 19, 2018 at 10:56 PM Tudor Girba > wrote: > > Hi, > > > > Ring seems to be deprecated in Pharo 7. Is there something

Re: [Pharo-users] Where is the Software update menu in Pharo 7.0

2018-09-17 Thread Pavel Krivanek
The software update is not available anymore. It is related to a completely different process how images are created now. The old update process was mostly broken, anyway. Cheers, -- Pavel so 15. 9. 2018 v 9:17 odesílatel Rene Paul Mages (ramix) napsal: > Hi all, > > This is probably an idiot i

[Pharo-users] Pharo 7 file streams guideline

2018-07-23 Thread Pavel Krivanek
Hello, I've prepared a draft of a short document that should help you with the transition to the "new" file streams API in Pharo 7. https://github.com/pavel-krivanek/pharoMaterials/blob/master/Filestreams.MD Pull requests are welcome. Cheers, -- Pavel

Re: [Pharo-users] Browse dependencies to a package

2018-05-14 Thread Pavel Krivanek
no, but you can use this code: report := DADependencyChecker new computeImageDependencies. report knownDependantsOf: 'Glamour-Examples' -- Pavel 2018-05-07 22:05 GMT+02:00 Cyril Ferlicot D. : > Hi, > > In Pharo we have the dependency analyzer to get the dependencies of a > package. But is it ea

Re: [Pharo-users] Package extension. Adding instance variables to classes

2018-05-07 Thread Pavel Krivanek
2018-05-07 12:25 GMT+02:00 Alidra Abdelghani via Pharo-users < pharo-users@lists.pharo.org>: > > > -- Přeposlaná zpráva -- > From: Alidra Abdelghani > To: pharo-users@lists.pharo.org > Cc: > Bcc: > Date: Mon, 7 May 2018 11:25:49 +0100 > Subject: Package extension. Adding instance

Re: [Pharo-users] Where do we go now ?

2018-04-13 Thread Pavel Krivanek
Moreover, we are increasing the system modularity so more classes in the IDE does not mean that you need to have them all loaded. -- Pavel 2018-04-13 10:39 GMT+02:00 Esteban Lorenzano : > As a general note, I have to say that I find amusing how people are often > annoyed about the growing size o

Re: [Pharo-users] depending on a group of a BaselineOf

2018-02-27 Thread Pavel Krivanek
in BaselineOfBasicTools we use something like. spec baseline: 'SUnit' with: [ spec repository: repository. spec loads: #('UI' 'Help')]. -- Pavel 2018-02-26 23:30 GMT+01:00 Peter Uhnák : > Hi, > > I'm trying to define a dependency on a group of BaselineOf. > > specifically #core of github

Re: [Pharo-users] adding 1 year to the date - bug?

2018-02-26 Thread Pavel Krivanek
In Pharo 1 year is a duration of 365 days so it does not reflect leap years. -- Pavel 2018-02-26 10:43 GMT+01:00 Petr Fischer : > Hello, just simple test: > > (Date year: 2019 month: 2 day: 26) + 1 year. > returns: 26 February 2020 > OK > > (Date year: 2020 month: 2 day: 26) + 1 year. > returns:

Re: [Pharo-users] Metacello with Git

2018-02-02 Thread Pavel Krivanek
the pull request was against the issue branch, not the development one, so the merging of it had no real effect. I created a new one ( https://github.com/pharo-project/pharo/pull/790) -- Pavel 2018-02-02 9:47 GMT+01:00 Esteban Lorenzano : > yes, I asked Pavel to look at it… > > Esteban > > > On

Re: [Pharo-users] Pharo IDE - change mouse cursor color/size

2018-01-30 Thread Pavel Krivanek
If I added -lXrender to LIBS and -DHAVE_LIBXRENDER=1 to CFLAGS into mvm, so for exammple in opensmalltalk-vm/build.linux32x86/pharo.cog.spur/build.debug CFLAGS="$OPT -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DCOGMTVM=0 -DHAVE_LIBXRENDER=1" \ LIBS="-lXrender -lpthread -luuid -Wl,-rpath,'\$\$ORIG

Re: [Pharo-users] Athens error

2017-12-26 Thread Pavel Krivanek
uild with latest image as of today, the problem is the >> same with latest image, as long as the source file is not present. Here is >> the newest built[1] >> >> Hilaire >> >> >> [1] https://www.dropbox.com/s/wc18e21p371z28f/DrGeo.app-18.01a.zip?dl=0 >&g

Re: [Pharo-users] Athens error

2017-12-26 Thread Pavel Krivanek
Hi Hilaire your P7 image is older and has problems with FreeType fonts initialization that should be fixed in the newest builds. Maybe that is cause of the Athens issues you are facing. Please upgrade. -- Pavel 2017-12-25 12:05 GMT+01:00 Hilaire : > The source is really needed to get Athens fun

[Pharo-users] Reporting Pharo issues without FogBugz account

2017-12-06 Thread Pavel Krivanek
Hi, FogBugz started to provide an option to report issues without need of FogBugz account. Just go to https://pharo.fogbugz.com/ and click on the button "New case". It does not provide all the standard options but it will generate an unique link so you can follow the issue progress. Cheers, -- P

Re: [Pharo-users] How to write a little REPL

2017-11-27 Thread Pavel Krivanek
Do you want it in the command line or in the Morphic UI? -- Pavel 2017-11-26 22:38 GMT+01:00 Stephane Ducasse : > Hi > > I'm working on a mini scheme implementation and I would like to add a REPL > and > I wonder how I can super easily get a read line. > > Stef > >

Re: [Pharo-users] Timespan translateToUTC problematic

2017-11-20 Thread Pavel Krivanek
In any case, we have an issue because the behavior of the Date and Month is different -- Pavel 2017-11-20 9:16 GMT+01:00 Sven Van Caekenberghe : > > > > On 20 Nov 2017, at 07:58, Alistair Grant wrote: > > > > On 18 November 2017 at 18:38, Sven Van Caekenberghe > wrote: > >> > >> > >>> On 18 No

Re: [Pharo-users] Grease for Pharo7: TBehavior extensions?

2017-11-19 Thread Pavel Krivanek
2017-11-19 13:28 GMT+01:00 Johan Brichau : > Hi Pharoers, > > We have one failing test for Grease in Pharo7. > The reason is that Grease extends the TBehavior trait with a method > #fullName. > > I notice this trait is no longer used? Are we supposed to extend Behavior > directly? > Overall: what

Re: [Pharo-users] New Pharo article at The Cohort

2017-11-18 Thread Pavel Krivanek
Yes, people are emotional entities and good marketing should work with that, but it needs to be done carefully. I'll give you three examples: 1) Imagine you are an Apple user who bought a very expensive iPhone X one week ago, you spent next hundreds of dollars on applications you bought over last

Re: [Pharo-users] Pharo 6.1-64 on Ubuntu 17.10 (Artful Aardvark)

2017-11-17 Thread Pavel Krivanek
https://github.com/pharo-project/pharo/pull/488 Thank you for reporting -- Pavel 2017-11-17 2:21 GMT+01:00 Richard A. O'Keefe : > The "Welcome to Pharo6.1" window has a navbar on > the left starting with "Welcome to Pharo 6.1" and > ending with "Getting Help". 3rd to last is > "Using Eternal P

Re: [Pharo-users] Timespan translateToUTC problematic

2017-11-16 Thread Pavel Krivanek
I openend an issue: https://pharo.fogbugz.com/f/cases/20700/translateToUTC-does-not-work-on-Month-and-Year Thank you for reporting -- Pavel 2017-11-16 18:36 GMT+01:00 Trussardi Dario Romano < dario.trussa...@tiscali.it>: > Ciao, > > i have a Pharo 4.0 image run on macbook with time zone

Re: [Pharo-users] New Pharo article at The Cohort

2017-11-16 Thread Pavel Krivanek
Please, please, please, stop to write such kind of articles. You are doing a really bad service to us. You can help to Pharo in many other ways. You will not convince people to use Pharo by spitting on everything else. One fixed typo has incomparably bigger value than blogpost like this. -- Pavel

Re: [Pharo-users] Stream API

2017-11-14 Thread Pavel Krivanek
2017-11-14 9:53 GMT+01:00 Denis Kudriashov : > I look at the code, So Zinc provides only binary/character streams. Right? > > About contribution: it is in external repository of Sven. Can we > contribute with normal process, create pull request into Pharo repo? > yes, time to time we make sync wi

Re: [Pharo-users] when a subclass is loaded, is super-class-side>>initialize executed?

2017-11-14 Thread Pavel Krivanek
Hi, the #initialize message is sent only to the classes that implement this method. In *.st files it is an explicit call, Monticello does it slightly smarter way, see MCMethodDefinition>>#postloadOver: Cheers, -- Pavel 2017-11-14 3:08 GMT+01:00 Ben Coman : > Because I'm lazy to experiment this

Re: [Pharo-users] Stream API

2017-11-13 Thread Pavel Krivanek
2017-11-13 23:51 GMT+01:00 Norbert Hartl : > > > > Am 13.11.2017 um 21:08 schrieb Stephane Ducasse >: > > > >> On Mon, Nov 13, 2017 at 8:27 PM, Sven Van Caekenberghe > wrote: > >> The idea is to have much simpler streams which can be composed to get > more sophisticated behaviour. > >> > >> The

Re: [Pharo-users] I18n in pharo

2017-11-12 Thread Pavel Krivanek
Sun, Nov 12, 2017 at 12:13 AM, Pavel Krivanek > wrote: > > > > > > 2017-11-10 11:52 GMT+01:00 Hilaire : > >> > >> A cleaner Pharo will help there. > >> > >> To be frank, I found later Pharo releases not inspiring. Bigger, bigger > >&

Re: [Pharo-users] deployment of pharo applications

2017-11-11 Thread Pavel Krivanek
2017-11-11 21:42 GMT+01:00 Hilaire : > Le 11/11/2017 à 18:58, Викентий Потапов a écrit : > >> Well, i've got very extensive feedback for i18n of applications, there >> are few >> > You should use the gettext package from PharoExtra, this is the one > Seaside developers maintain. I don't understand

Re: [Pharo-users] I18n in pharo

2017-11-11 Thread Pavel Krivanek
g etc. So if they want to use some external translation mechanism, they will fight to two different frameworks. -- Pavel > > Stef > > On Fri, Nov 10, 2017 at 8:05 AM, Pavel Krivanek > wrote: > > > > > > 2017-11-09 23:50 GMT+01:00 Esteban Lorenzano : > >&g

Re: [Pharo-users] I18n in pharo

2017-11-09 Thread Pavel Krivanek
2017-11-09 23:50 GMT+01:00 Esteban Lorenzano : > I think this is two different problems: > > 1. pharo itself supporting different languages/keyboards, etc. > 2. pharo allowing the development of i18n applications > > I think we still need to work on point 1, but for point 2 we already have > gette

Re: [Pharo-users] [Pharo7.0a] Next batch of enhancements

2017-11-08 Thread Pavel Krivanek
at newcomers try to do as first is to play with changing of themes and to provide them an inconsistent theme that emulates look of an OS that is not used anymore does not throw a favorable light on Pharo. Cheers, -- Pavel > > *From:* Pharo-users [mailto:pharo-users-boun...@lists.

Re: [Pharo-users] [Pharo7.0a] Next batch of enhancements

2017-11-05 Thread Pavel Krivanek
; https://pharo.fogbugz.com/f/cases/20587-remove-UIThemeWatery > > Issue URL: https://pharo.fogbugz.com/f/cases/20587 > PR URL: https://github.com/pharo-project/pharo/pull/395 > Diff URL: https://github.com/pharo-project/pharo/pull/395/files > > Thanks to pavel-krivanek > > > > > UIThemeWatery.st Description: Binary data

Re: [Pharo-users] Smalltalk Argument

2017-10-20 Thread Pavel Krivanek
2017-10-20 10:20 GMT+02:00 Marten Feldtmann : > I do not want to spoil the party (perhaps I've done this already) - but > has anyone done a serious inspection of this number: 67%. > > They have interviewed 64000 persons and 67% of the people should "love" > Smalltalk? Come on, that seems to be not

Re: [Pharo-users] How to create a minimal image ?

2017-08-28 Thread Pavel Krivanek
> We want Pharo without GUI to have better Pharo with GUI :-) -- Pavel > > On Mon, Aug 28, 2017 at 2:24 PM Pavel Krivanek > wrote: > >> What do you expect from such minimal image? Because we can produce >> several intermediate steps on the way to the

Re: [Pharo-users] How to create a minimal image ?

2017-08-28 Thread Pavel Krivanek
le to configure our image this way. The graph of the package dependencies is still too complex. -- Pavel > > Cheers, > > Hernán > > > 2017-08-28 8:24 GMT-03:00 Pavel Krivanek : > > What do you expect from such minimal image? Because we can produce > several > &

Re: [Pharo-users] How to create a minimal image ?

2017-08-28 Thread Pavel Krivanek
ro:master/src'; > load > > Regards, > > Thierry > > > 2017-08-28 13:24 GMT+02:00 Pavel Krivanek : > >> What do you expect from such minimal image? Because we can produce >> several intermediate steps on the way to the standard full Pharo image >>

Re: [Pharo-users] How to create a minimal image ?

2017-08-28 Thread Pavel Krivanek
not what I am thinking as minimal image. Pity, oh well , I > will wait for bootstrap to mature then :) > > On Mon, Aug 28, 2017 at 2:09 PM Pavel Krivanek > wrote: > >> The minimal image is headless image without any GUI. It is useless to try >> to open it this way. >

Re: [Pharo-users] How to create a minimal image ?

2017-08-28 Thread Pavel Krivanek
on it and choosing quit does nothing, so I am have to use > force quit to make it close > > I have downloaded pharo 6.1 from the website, default download, 32 bit, > minimal 32 bit image. I drag and drop image on top of pharo. > > On Mon, Aug 28, 2017 at 10:29 AM Pavel Krivanek > wrote

Re: [Pharo-users] How to create a minimal image ?

2017-08-28 Thread Pavel Krivanek
2017-08-26 19:31 GMT+02:00 Dimitris Chloupis : > I remember that the website used to link to a minimal image download but > it does not seem there is one anymore > > Is still minimal image maintained ? > yes, as part of the bootstrap process > Are there ways to make a image minimal ? > it is c

Re: [Pharo-users] sharing context/variables between multiple playgrounds

2017-08-07 Thread Pavel Krivanek
In that cases I simply make them global. -- Pavel 2017-08-07 10:16 GMT+02:00 Peter Uhnak : > Hi, > > is there a way to share context/variables between multiple playgrounds? > > E.g. in Playground window 1 I declare > > ``` > factor := 70. > ``` > > and in Playground window 2 I do (without declar

Re: [Pharo-users] What sets the Monticello Local Cache Directory default in a new image?

2017-08-02 Thread Pavel Krivanek
Try to run the image with --no-default-preferences. -- Pavel 2017-08-02 14:37 GMT+02:00 Tim Mackinnon : > Hey thanks - that seems like a good strategy (I hadn’t though of sharing > the GT ones as well). > > *However, I’m still curious how/why a new image would pick up settings > from what I did

Re: [Pharo-users] Creating the smallest server runtime footprint

2017-07-31 Thread Pavel Krivanek
.. Pavel > > Tim > > On 31 Jul 2017, at 14:17, Pavel Krivanek wrote: > > H Tim > > 2017-07-31 15:07 GMT+02:00 Tim Mackinnon : > >> Hi Pavel - I’m just revisiting a few of your previous messages on minimal >> images as I’m trying to get things working

Re: [Pharo-users] Creating the smallest server runtime footprint

2017-07-31 Thread Pavel Krivanek
so do not expect it will be stable. We can do a conversion job of of it to 64-bit version as soon as the CI infrastructure will be on knees again. -- Pavel > > Tim > > > On 15 Jul 2017, at 09:35, Pavel Krivanek wrote: > > If you want to stay with Pharo 6 image, you can try t

Re: [Pharo-users] "Leak"/reference hunting with RefsHunter

2017-07-22 Thread Pavel Krivanek
In the most of standard cases you can use ReferenceFinder. It is in the catalog too and I think that we should integrate it into the Pharo because it is extremely useful for the memory leaks detection. It does not require snapshots and I firstly try it before applying of the RefsHunter (and I say t

Re: [Pharo-users] Creating the smallest server runtime footprint

2017-07-15 Thread Pavel Krivanek
If you want to stay with Pharo 6 image, you can try the bootstrapped version of the minimal image: https://ci.inria.fr/pharo/view/6.0-SysConf/job/Pharo-6.0-Step-04-01-ConfigurationOfMinimalPharo/ -- Pavel 2017-07-15 10:33 GMT+02:00 Pavel Krivanek : > Try the Pharo 7 metacello image (=Phar

Re: [Pharo-users] Creating the smallest server runtime footprint

2017-07-15 Thread Pavel Krivanek
aselines that give you more minimal loading options (e.g. > conditionally leave out the test cases perhaps) > > Tim > > On 15 Jul 2017, at 08:24, Pavel Krivanek wrote: > > Hi Tim, > > you can base the your work on the bootstrapped image, see > https://ci.inria.fr/phar

Re: [Pharo-users] Creating the smallest server runtime footprint

2017-07-15 Thread Pavel Krivanek
Hi Tim, you can base the your work on the bootstrapped image, see https://ci.inria.fr/pharo/view/7.0/job/70-Bootstrap-32bit/, file Pharo7.0-core-*.zip This image does not have a lot of basic components like Monticello or network but it has a compiler so the code can be imported as *.st files. The

Re: [Pharo-users] Is there a 64bit minimal image for either 6.0 or 7.0?

2017-07-13 Thread Pavel Krivanek
d of a nodejs shim (the golang > Sparta project has reported this aspect). > > So I'm curious if a smaller image (& no sources) could get me into a sub > 2s range) > > Tim > > Sent from my iPhone > > > > Sent from my iPhone > On 13 Jul 2017, at 06:51, Pavel

Re: [Pharo-users] Is there a 64bit minimal image for either 6.0 or 7.0?

2017-07-12 Thread Pavel Krivanek
Hi Tim, I will prepare jobs that will convert them to 64bits. -- Pavel 2017-07-12 23:14 GMT+02:00 Tim Mackinnon : > Hi - I would like to try a minimal image on AWS lambda (so I need a 64 bit > version). > > Is there a 64bit image for either 6.0 or 7.0 that is easy to download? > > I can see - h

Re: [Pharo-users] [Pharo-dev] integrating FileDialog into Pharo 7

2017-07-10 Thread Pavel Krivanek
-- Pavel 2017-07-10 20:01 GMT+02:00 Peter Uhnak : > Done. What next? > > Peter > > > On Mon, Jul 10, 2017 at 12:46:50PM +0200, Pavel Krivanek wrote: > > We should work on integration of it. Firstly please move tests to a > > separate package. > > > > Che

Re: [Pharo-users] [Pharo-dev] integrating FileDialog into Pharo 7

2017-07-10 Thread Pavel Krivanek
We should work on integration of it. Firstly please move tests to a separate package. Cheers, -- Pavel 2017-07-10 12:34 GMT+02:00 Peter Uhnak : > Hi, > > some people expressed interest in integrating File Dialog > https://github.com/peteruhnak/file-dialog into Pharo as the default file > dialog.

Re: [Pharo-users] Submitting bug fix or enhancement: still "Pharo50Inbox"?

2017-07-08 Thread Pavel Krivanek
You should use Pharo60Inbox -- Pavel 2017-07-08 17:45 GMT+02:00 Matteo via Pharo-users < pharo-users@lists.pharo.org>: > > > -- Přeposlaná zpráva -- > From: Matteo > To: "Pharo is welcome (ML)" > Cc: > Bcc: > Date: Sat, 8 Jul 2017 17:45:15 +0200 > Subject: Submitting bug fix or

Re: [Pharo-users] Are we able to run pharo images in a read only environment?

2017-07-06 Thread Pavel Krivanek
Currently we do not publish 64-bit versions of minimal images however it is easy to convert it: You need a VMMaker image: https://ci.inria.fr/pharo/view/all/job/Spur-Git-Tracker/lastSuccessfulBuild/artifact/vmmaker-image.zip ...and then do: pharo generator.image eval "Spur32to64BitBootstrap new bo

Re: [Pharo-users] Running a headless server

2017-07-04 Thread Pavel Krivanek
2017-07-04 7:26 GMT+02:00 sergio ruiz : > Hi, all.. > > I have started looking at the zeroconf scripts, and i think i have most of > this figured out.. > > I just have a few questions, to make sure I am doing this correctly. > > In order to run the current image headless, should I just do somethin

Re: [Pharo-users] Pharo on the SqueakJS virtual machine

2017-06-29 Thread Pavel Krivanek
If I understand it well, for a local copy we need: clone repository: git clone g...@github.com:ccrraaiigg/ccrraaiigg.github.io.git inside the clone to run a webserver, e.g.: python -m SimpleHTTPServer 9090 then go to: http://localhost:9090/pharo/squeakjspharo.html -- Pavel 2017-06-29 18:56 GMT

Re: [Pharo-users] Pharo on the SqueakJS virtual machine

2017-06-29 Thread Pavel Krivanek
WOW!!! Thank you all very much for this effort. -- Pavel 2017-06-29 18:56 GMT+02:00 Craig Latta : > > Well, that didn't take as long as I thought. :) Probably due to > progress Bert made since we looked at it at ESUG 2016. > > For more details, see https://tinyurl.com/y727fz4a > (t

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-27 Thread Pavel Krivanek
to work on a small headless images. Cheers, -- Pavel > > Tim > > On 26 Jun 2017, at 15:29, Pavel Krivanek wrote: > > You need to do it manually. You should probably start with own copy of > BaselineOfIDE and then try to remove packages you don't need. You should do >

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-27 Thread Pavel Krivanek
Right now we do not have such source. -- Pavel 2017-06-26 18:42 GMT+02:00 Hilaire : > Do you have a page explaining the process so people can try out? > > Hilaire > > Le 26/06/2017 à 16:29, Pavel Krivanek a écrit : > > You need to do it manually. You should probably s

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-26 Thread Pavel Krivanek
, how do you create a baseline? > > Hilaire > > Le 26/06/2017 à 15:43, Pavel Krivanek a écrit : > > We have the BaselineOfBasicTools that is something in the middle. It > > already contains Workspace and Nautilus (but not GTPlayground). > > BaselineOfIDE corresponds to

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-26 Thread Pavel Krivanek
2017-06-26 15:35 GMT+02:00 Hilaire : > Hi Pavel, > > Are your suggesting I should be using a pre-built image with minimal > requirement? : > > One for UI only : BaselineOfUi ? > > One for IDE tools: BaselineOfIDE. ? > > > In Dr. Geo to write script, one need at least access to a playground and > a

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-25 Thread Pavel Krivanek
e it helps. > > Thanks > > Hilaire > > Le 25/06/2017 à 10:03, Pavel Krivanek a écrit : > > > > I tried to play a little bit with that. As the first step please check > > that Dr. Geo can be loaded properly into the standard Pharo 6 image with > > the

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-25 Thread Pavel Krivanek
Thank you for the update, the original script was done for older Iceberg versions. Cheers, -- Pavel 2017-06-25 10:38 GMT+02:00 Esteban Lorenzano : > Hi! > > On 25 Jun 2017, at 10:14, Pavel Krivanek wrote: > > You can clone a repository with Iceberg with a script like this: >

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-25 Thread Pavel Krivanek
yourself)" Where tag.txt can by obtained from git by: git describe --tags > tag.txt Cheers, -- Pavel 2017-06-24 22:06 GMT+02:00 Alistair Grant : > Hi Pavel, > > On Fri, Jun 23, 2017 at 10:08:29PM +0200, Pavel Krivanek wrote: > > clone the master branch of g...@github.com:

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-25 Thread Pavel Krivanek
, -- Pavel 2017-06-24 10:29 GMT+02:00 Hilaire : > Hi Pavel, > > Le 24/06/2017 à 09:35, Pavel Krivanek a écrit : > > The question is what is your goal because the bootstrapped image will > > I want to build an image for DrGeo which is not 60MB. (the size I have > now on my

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-24 Thread Pavel Krivanek
The question is what is your goal because the bootstrapped image will have in the end (almost) the same content as the default non-bootstrapped image. You probably want to change the content of the produced image wich requires to modify the related baselines and do not load them all. For Dr Geo you

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-24 Thread Pavel Krivanek
git clone g...@github.com:pharo-project/pharo.git 2017-06-24 9:00 GMT+02:00 Hilaire : > Thanks, > > Can you key in the exact sequence to clone the git repo, I am not used > to GIT yet. > > Hilaire > > Le 23/06/2017 à 22:08, Pavel Krivanek a écrit : > > cl

Re: [Pharo-users] Pharo6 bootstrap how to

2017-06-23 Thread Pavel Krivanek
clone the master branch of g...@github.com:pharo-project/pharo.git and inside this clone do: export PHARO_VERSION=60 export BOOTSTRAP_ARCH=32 wget -O - get.pharo.org/${PHARO_VERSION}+vm | bash ./pharo Pharo.image --no-default-preferences ./bootstrap/scripts/ prepare_image.st --save --quit ./phar

Re: [Pharo-users] [ANN] git migration tool

2017-05-04 Thread Pavel Krivanek
Great tool! Thank you very much, Peter. -- Pavel 2017-05-04 14:32 GMT+02:00 Peter Uhnák : > With Iceberg knocking on the door, migration from SmalltalkHub to > Git(Hub/Lab/...) has become relevant once more. > > And that's why I wrote git-migration tool https://github.com/ > peteruhnak/git-migra

Re: [Pharo-users] Phobos and printing

2017-01-31 Thread Pavel Krivanek
So I tried to run Phobos on Pharo 6 and it is able to run fine with the old Json package. It only needed two simple patches. To convert Phobos to NeoJSON will require some extra effort. In next days I will put the code on the Git repository. Cheers, -- Pavel 2017-01-31 20:19 GMT+01:00 kmo : > I'

Re: [Pharo-users] Phobos and printing

2017-01-30 Thread Pavel Krivanek
ere is no reliable and feature complete alternative to > build desktop application, is it that? > > Thanks > > Hilaire > > Le 30/01/2017 à 11:36, Pavel Krivanek a écrit : > > Hi Hilaire, > > > > I will look at it. Are you interested to have Phobos for Pharo 6? >

Re: [Pharo-users] Phobos and printing

2017-01-30 Thread Pavel Krivanek
Hi Hilaire, I will look at it. Are you interested to have Phobos for Pharo 6? The main problem of Phobos is the stopped support of XULRunner by Mozilla without substitute so it's not good idea to use it for long-term projects. Cheers, -- Pavel 2017-01-29 12:34 GMT+01:00 Hilaire : > Hi Pavel, >

Re: [Pharo-users] Pharo desktop UI

2016-11-03 Thread Pavel Krivanek
For older Pharo versions there exists framework for native UI named Phobos that uses XULRunner to display user interface. Screenshots: http://imgur.com/a/HFzuE -- Pavel 2016-11-02 22:43 GMT+01:00 vikenti : > Hello, i'm newbie in Pharo, converted from Visual Works which is quite > different from

Re: [Pharo-users] [Pharo-dev] websockets in pharo?

2016-08-24 Thread Pavel Krivanek
Zinc-WebSocket-* packages in the repository http://mc.stfx.eu/ZincHTTPComponents -- Pavel 2016-08-24 14:20 GMT+02:00 Tudor Girba : > Hi, > > Can anyone tell me if there is a Websocket implementation for Pharo? > > Cheers, > Doru > > -- > www.tudorgirba.com > www.feenk.com > > "From an abstract e

Re: [Pharo-users] GUI Applications

2016-06-08 Thread Pavel Krivanek
a lot of custom drawing to something like canvas), or > it's intended rather for "form apps"? > > pf > > > > You may be interested in Phobos: > > https://github.com/pavel-krivanek/phobos-framework > > > > -- Pavel > > > > 2016-06-06 2

Re: [Pharo-users] GUI Applications

2016-06-07 Thread Pavel Krivanek
You may be interested in Phobos: https://github.com/pavel-krivanek/phobos-framework -- Pavel 2016-06-06 20:56 GMT+02:00 sergio ruiz : > It would seem to me that in order for an ecosystem to really take hold on > the part of the users, it’s really important that it’s efficient and eas

Re: [Pharo-users] An Idea for a minimal self documented begineer friendly pharo image

2016-05-24 Thread Pavel Krivanek
2016-05-24 15:18 GMT+02:00 Dimitris Chloupis : > Well technically the python part works fine, BUT I also always wanted it > to be friendly to begineers . So nope , its same project. And you are > correct its still focused in coding 3d graphics but I came to realisation > that if I want some people

Re: [Pharo-users] Coverage tools

2015-07-13 Thread Pavel Krivanek
Hi, Marcus started to go in this direction (CoverageStyler). With MetaLinks we will be able to do that soon quite easily. I'm currently working on per-method coverage testing of the minimal Pharo - mainly because we need to know what tests that we already have need to be moved to this image. Howev

Re: [Pharo-users] GUI Frameworks Choice

2014-10-17 Thread Pavel Krivanek
Hi Craig, try to look at Phobos frmework: https://code.google.com/p/phobos-framework/ Cheers, -- Pavel Dne pátek 17. října 2014 Craig napsal(a): > Hi All, > > I'm new to Pharo although not to Smalltalk. I did dabble with Dolphin > about 20 years ago, when it was first being developed, and did

Re: [Pharo-users] Phobos: Using open and save dialogs

2014-08-25 Thread Pavel Krivanek
Hi, I will look at it and add the methods to the Phobos code. You have to take into account that Phobos uses client-server architecture where server can be on a different computer. Then Pharo will not have direct access to the file provided by XULRunner client. Cheers, -- Pavel 2014-08-25 11:10

Re: [Pharo-users] Pavel's CCodeGenerator works under Windows MinGW: sweet

2014-03-26 Thread Pavel Krivanek
2014-03-26 9:11 GMT+01:00 Marcus Denker : > > On 26 Mar 2014, at 09:06, Goubier Thierry wrote: > > > > > > > Le 26/03/2014 09:03, Marcus Denker a écrit : > >> > >> On 26 Mar 2014, at 06:37, Pavel Krivanek > wrote: > >> > >>>

Re: [Pharo-users] Pavel's CCodeGenerator works under Windows MinGW: sweet

2014-03-25 Thread Pavel Krivanek
Unbelievable... I stare how open source can work :-) I started this project yesterday so it can hardly translate more than the small examples and of course it had no announcement. So, CCodeGenerator is the standalone translator from Smalltalk to plain C extracted from VMMaker. It should be able no

Re: [Pharo-users] Shrinking Pharo 3 image

2013-12-11 Thread Pavel Krivanek
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? > >

Re: [Pharo-users] Shrinking Pharo 3 image

2013-12-10 Thread Pavel Krivanek
Hi, look at https://ci.inria.fr/pharo-contribution/view/Pharo-Kernel-3.0/ Cheers, -- Pavel 2013/12/10 nacho <0800na...@gmail.com> > Hi, > I'm trying to unload some of the packages from Pharo 3 to come up with a > reduced Pharo Image. > I don't know if someone has already succeeded at getting

Re: [Pharo-users] Writing a GUI - Where to start?

2013-11-20 Thread Pavel Krivanek
You wan to create applications with standard look&feel, Phobos [1] may be interesting for you. [1] https://code.google.com/p/phobos-framework/ -- Pavel 2013/11/5 Bahman Movaqar > Hi all, > > I need to build a typical GUI application (menus, buttons, modal > dialogs, ...). I'd appreciate if y

Re: [Pharo-users] Nautilus + Periscope

2013-11-16 Thread Pavel Krivanek
but I need some support. First likely I have > to learn Spec framework. > Right now I have just a white window like in the attachment. > > Cheers, > Jura > > > El 14-11-2013, a las 17:40, Pavel Krivanek > escribió: > > Yes, it works on the edge of Spec capabilities

Re: [Pharo-users] Nautilus + Periscope

2013-11-14 Thread Pavel Krivanek
Hi Torsten, thank you very much. Everything is done. Now Periscope can be loaded using Configuration Browser into Pharo 2.0. Cheers, -- Pavel 2013/11/14 Torsten Bergmann : > Pavel wrote: >>I fixed the recent experiments with the new Spec versions so now it >>should work in Pharo 2.0. It really n

Re: [Pharo-users] Nautilus + Periscope

2013-11-14 Thread Pavel Krivanek
, > Jura > > El 14-11-2013, a las 16:57, Pavel Krivanek > escribió: > >> I fixed the recent experiments with the new Spec versions so now it >> should work in Pharo 2.0. It really needs a configuration :-) >> >> Gofer new >>smalltalkhubUser: &#x

Re: [Pharo-users] Nautilus + Periscope

2013-11-14 Thread Pavel Krivanek
I fixed the recent experiments with the new Spec versions so now it should work in Pharo 2.0. It really needs a configuration :-) Gofer new smalltalkhubUser: 'PavelKrivanek' project: 'Periscope'; package: 'Periscope'; load. Nautilus pluginClasses add: {(Smalltalk at: #NautilusPeriscop

Re: [Pharo-users] kernelPackageNames

2013-10-15 Thread Pavel Krivanek
I think yes. I will probably make some set of tests that will do things like this before the shrinking job on the CI. -- Pavel 2013/10/15 Camillo Bruni : > so I can remove the failing test? > On 2013-10-15, at 21:32, Pavel Krivanek wrote: > >> It was moved to separate Shrinker

Re: [Pharo-users] kernelPackageNames

2013-10-15 Thread Pavel Krivanek
It was moved to separate Shrinker package that is now on SmalltlakHub http://smalltalkhub.com/#!/~PavelKrivanek/Shrinker -- Pavel 2013/10/15 Camillo Bruni : > What happened to SmalltalkImage>>#kernelPackageNames, it was removed / moved > / renamed/, > but there is a failing test now: > > https:

Re: [Pharo-users] The Pharo Advantage: what is it for you?

2013-08-23 Thread Pavel Krivanek
You can modify or fix any part of the system including basic "libraries" very easily and thanks to relativelly small, friendly and open community you can have as a single person greater influence on future Pharo development than in any other mentioned environment. Safer investition :-) -- Pavel 2

Re: [Pharo-users] Pharo on Fedora 19

2013-07-04 Thread Pavel Krivanek
On KDE with acceleration it works fine too. Maybe some video card driver problem? -- Pavel On Thu, Jul 4, 2013 at 4:52 PM, Pavel Krivanek wrote: > Hi, > > for me Pharo fully works after upgrade to Fedora 19. With this packages: > glibc-devel.i686 mesa-libGLU.i686 libICE-deve

  1   2   >