Re: [Pharo-users] Problem fetching a baseline

2017-12-29 Thread Julián Maestri
You are trying to load Tonel but not telling Metacello where to load it from: Metacello new repository: 'github://pharo-vcs/tonel'; baseline: 'Tonel'; load. Tells Metacello to load the packages in BaselineOfTonel from https://github.com/pharo-vcs/tonel On 29 December 2017

Re: [Pharo-users] A playground for Markdown?

2017-12-29 Thread Dimitris Chloupis
For me Pillar has been the most underused feature of Pharo by far and it makes me sad how little we take advantage of this great technology. Pillar provides a feature set far longer and more important than markdown but I think as a community we need to not only include Pillar inside our standard d

[Pharo-users] A playground for Markdown?

2017-12-29 Thread Offray Vladimir Luna Cárdenas
Hi, Playgrounds are a really good way to write short snippets of code and I wonder if such experience could be extended for larger pieces of Markdown. What I'm thinking of is have something similar but  like this: 1. Support for Markdown instead of Smalltalk, including syntax hightlighning and ta

Re: [Pharo-users] [Pharo-dev] Best wishes for 2018

2017-12-29 Thread Offray Vladimir Luna Cárdenas
Thanks all in this community for building itself (a community is a metasystem that builds itself, and we love metasystems :-P) and for creating such empowering tech and place. And yes, as Torsten said: May the lighthouse be with us!, :-) Offray On 29/12/17 04:27, Esteban Lorenzano wrote: > Tha

Re: [Pharo-users] [Vm-dev] Running headless on Windows

2017-12-29 Thread Denis Kudriashov
2017-12-29 16:13 GMT+01:00 Andrei Stebakov : > Nicolai, the maximize/non-maximize trick worked! Thanks! I wonder if it's > an easy fix to put in Pharo. > So it means that something in image is not initialised. It can be another bug of wrong startup order > > On Fri, Dec 29, 2017 at 6:22 AM, p..

[Pharo-users] Problem fetching a baseline

2017-12-29 Thread Vitor Medina Cruz
Hello, I am experimenting with Metacello but I am having problems to test my configuration. First I thought the problem was with my configuration, but after serveral atemps I tried to fetch an arbitrary Baseline from default image: Metacello new className: 'BaselineOfTonel'; baseline: 'Tonel'; fe

Re: [Pharo-users] Package reference in Monticello

2017-12-29 Thread Vitor Medina Cruz
Thanks! On Fri, Dec 29, 2017 at 7:22 AM, Esteban Lorenzano wrote: > Hi, > > On 29 Dec 2017, at 03:00, Vitor Medina Cruz wrote: > > Hello, > > Is it possible to reference a 'package with tag' as a package in a > Monticello configuration? > > > nope. Monticello allows monticello granularity (whic

Re: [Pharo-users] Running headless on Windows

2017-12-29 Thread p...@highoctane.be
If you want to run Pharo as a service, I have found nssm to be working well. https://nssm.cc Phil On Dec 29, 2017 09:25, "Nicolai Hess" wrote: > > > 2017-12-29 3:07 GMT+01:00 Andrei Stebakov : > >> Pierce, I tried all of those "no display" options, the result is the same >> >> On Dec 28, 2017

Re: [Pharo-users] [Pharo-dev] Best wishes for 2018

2017-12-29 Thread Esteban Lorenzano
Thanks Torsten, I was about to write a similar mail. Thanks to everybody for allow me to be your “guy to hate” :) I will continue doing my best to make Pharo a better place for everybody, one step at a time. happy new year! Esteban > On 29 Dec 2017, at 09:39, Torsten Bergmann wrote: > > Onl

Re: [Pharo-users] Package reference in Monticello

2017-12-29 Thread Esteban Lorenzano
Hi, > On 29 Dec 2017, at 03:00, Vitor Medina Cruz wrote: > > Hello, > > Is it possible to reference a 'package with tag' as a package in a Monticello > configuration? nope. Monticello allows monticello granularity (which currently is 1 package = 1 monticello package. > Such packages don't

[Pharo-users] Best wishes for 2018

2017-12-29 Thread Torsten Bergmann
Only a few days left for 2017. Thanks to all who helped shaping Pharos future. May the lighthouse be with you in 2018 as well: World backgroundImage: (ZnEasy getJpeg: 'https://spotlight.it-notes.ru/wp-content/uploads/2017/08/02c48424be88ee36d5300ad890

Re: [Pharo-users] Running headless on Windows

2017-12-29 Thread Nicolai Hess
2017-12-29 3:07 GMT+01:00 Andrei Stebakov : > Pierce, I tried all of those "no display" options, the result is the same > > On Dec 28, 2017 8:37 PM, "Pierce Ng" wrote: > >> On Wed, Dec 27, 2017 at 04:58:39PM +0100, Cyril Ferlicot D. wrote: >> > On 12/27/2017 04:39 PM, Andrei Stebakov wrote: >> >