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

2018-01-28 Thread p...@highoctane.be
If you are on Windows you can load Vista cursors from the catalog. Then you will have settings for the size. Not all cursors are implemented but it is easy to do. On Linux I had VM crashes when doing #beCursor. Maybe is it fixed these days. Phil On Jan 29, 2018 06:22, "Animosity"

Re: [Pharo-users] Download pillar image -> Error 403: Forbidden

2018-01-28 Thread Hernán Morales Durand
What I meant with better error messages is for example the problem in main.mk: MAIN = $(shell ./pillar introspect mainDocument) or using MAIN := $(shell ./pillar introspect mainDocument) Which assumes the command always return a "valid" value. (I know make sucks) In my MinGW value of MAIN was

Re: [Pharo-users] Download pillar image -> Error 403: Forbidden

2018-01-28 Thread Hernán Morales Durand
2018-01-28 18:55 GMT-03:00 Stephane Ducasse : > Hernan > > what we can also do is the following: I set up the pillar project on > github with travis and bintray and when you commit > the book is automatically built. > Ok, I would try that way. > >> Tried both options, 1)

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

2018-01-28 Thread Animosity
Hi there, I'm not able to find any setting in the Pharo IDE related to changing the mouse cursor color or size? Can this be done at all? Thanks in advance. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] New booklets organisation and new booklet

2018-01-28 Thread Offray Vladimir Luna Cárdenas
Hi, Nice to see this collection organized in this way with more targeted reading audiences. The DrGeo PDFs are linked in the page  Phil pointed to: * English: https://launchpadlibrarian.net/300141633/drgeo-english.pdf * French: https://launchpadlibrarian.net/322576649/drgeo.pdf You could

Re: [Pharo-users] Download pillar image -> Error 403: Forbidden

2018-01-28 Thread Stephane Ducasse
Hernan what we can also do is the following: I set up the pillar project on github with travis and bintray and when you commit the book is automatically built. > Tried both options, 1) downloading pre-compiled and 2) building from > sources+setting up environment. > 1) Nothing happened after

Re: [Pharo-users] New booklets organisation and new booklet

2018-01-28 Thread Stephane Ducasse
If hilaire send me a pdf I will add them. I did not about them. Stef On Sun, Jan 28, 2018 at 11:55 AM, p...@highoctane.be wrote: > Looks nice. > > We should also put the books of Dr Geo in there but maybe they are GPL. > > But at least a link to http://www.drgeo.eu/help

Re: [Pharo-users] How to specify generic (non-github) git dependency?

2018-01-28 Thread Stephane Ducasse
Yes such solution will be back ported to Pharo 6.1 On Sun, Jan 28, 2018 at 10:05 PM, wrote: > > > On January 28, 2018 9:54:44 PM GMT+01:00, Dale Henrichs > wrote: >>Herby, >> >>Right now there is "no portable way" to specify arbitrary hosts

Re: [Pharo-users] How to specify generic (non-github) git dependency?

2018-01-28 Thread herby
On January 28, 2018 9:54:44 PM GMT+01:00, Dale Henrichs wrote: >Herby, > >Right now there is "no portable way" to specify arbitrary hosts in a >Metacello spec ... but Esteban and I will be talking about this on >Monday ... Thierry Goubier seems to have a

Re: [Pharo-users] How to specify generic (non-github) git dependency?

2018-01-28 Thread Dale Henrichs
Herby, Right now there is "no portable way" to specify arbitrary hosts in a Metacello spec ... but Esteban and I will be talking about this on Monday ... Thierry Goubier seems to have a nice scheme for gitfiletree and I think that iceberg might support additional urls and schemes... Dale

Re: [Pharo-users] New booklets organisation and new booklet

2018-01-28 Thread p...@highoctane.be
Looks nice. We should also put the books of Dr Geo in there but maybe they are GPL. But at least a link to http://www.drgeo.eu/help would be nice. Phil On Sun, Jan 28, 2018 at 10:47 AM, Esteban Lorenzano wrote: > +1 > > > On 27 Jan 2018, at 20:55, Stephane Ducasse

Re: [Pharo-users] Iceberg and resource files

2018-01-28 Thread kmo
These suggestions look really good. Thanks to everyone. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] How to specify generic (non-github) git dependency?

2018-01-28 Thread Herbert Vojčík
Hi, I know I can do, for example, [..snip..] package: 'Foo' with: [ spec requires: #('Mocketry') ]; baseline: 'Mocketry' with: [ spec repository: 'github://dionisiydk/Mocketry:v4.0.x' ]; [..snip..] but when I want to add dependency to a repo

Re: [Pharo-users] New booklets organisation and new booklet

2018-01-28 Thread Esteban Lorenzano
+1 > On 27 Jan 2018, at 20:55, Stephane Ducasse wrote: > > Hi > > We reorganised the books.pharo.org web site to make the distinction > between technology and teaching oriented booklet. > We will have specific covers soon and print available on lulu. > > In addition

Re: [Pharo-users] Iceberg and resource files

2018-01-28 Thread Peter Uhnák
Hi, > How do I include these in the iceberg commit/push? > How do I see changes made in these files from version to version? Apart from directly using the actual git repo outside of pharo, you can use the facade provided by IceRepository, or you can use libgit inside Pharo. E.g. to add an