Re: [Pharo-users] What would be the first code snippet you would show

2015-06-18 Thread Dmitri Zagidulin
Stef: +1 about using somethign with ZnClient. Manipulating web pages (getting data, or filling out forms) is something all students can understand and get excited about (versus some of the other traditional code snippets in books). Sven: Wow, nice link! Those are excellent snippets. On Wed, Jun 1

Re: [Pharo-users] protobufs for Pharo

2015-05-12 Thread Dmitri Zagidulin
I'm pretty sure there isn't a protobuf library for Pharo. If you're planning on implementing one, I'd love to collaborate (I could certainly use one for Phriak (driver for the Riak nosql db)). On Mon, May 11, 2015 at 2:46 PM, Benjamin Pollack wrote: > On Mon, May 11, 2015, at 12:27 PM, Paul DeBr

Re: [Pharo-users] [ANN] MorphicDoc : A project to document Morphic

2015-04-11 Thread Dmitri Zagidulin
kilon -- That's awesome! How would you feel about also adding some of those docs into the Morphic chapter of PBE? (Or, if you dont have the bandwidth, would you be opposed to someone else doing that?) On Saturday, April 11, 2015, kilon alios wrote: > One of the frequent questions we get asked

Re: [Pharo-users] pillar internal link

2015-04-11 Thread Dmitri Zagidulin
On Friday, April 10, 2015, Damien Cassou wrote: > website is clearer. Something you could do however is to add links for > each project in the todo: these links go target mailing list discussions > (or a github tracker or both if we go that > Sure! Happy to add links. Just to double-check, thou

Re: [Pharo-users] pillar internal link

2015-04-09 Thread Dmitri Zagidulin
On Thu, Apr 9, 2015 at 11:02 AM, Damien Cassou wrote: > > > So, any chance to make them multi-line capable? > > that's a feature I would also like to see. Would you please add this to > the list of feature requests? > http://www.smalltalkhub.com/#!/~Pier/Pillar. I've just added > DmitriZagidulin t

Re: [Pharo-users] pillar internal link

2015-04-09 Thread Dmitri Zagidulin
tation's tag : > ${inputFile:myFile.pillar}$ > on your file to include your myFile.pillar. > > That still can change a bit, i'm working on it and i still need to do the > tests. > > On 7 April 2015 at 18:40, Dmitri Zagidulin > wrote: > >> Thanks, Cyril! >

Re: [Pharo-users] pillar internal link

2015-04-07 Thread Dmitri Zagidulin
Thanks, Cyril! We bumped into the internal link (with label) limitation, too, in Updated Pharo by Example ( https://github.com/SquareBracketAssociates/UpdatedPharoByExample/issues/10#issuecomment-89044176 ). So, +1 interest to that feature, here :) On Tue, Apr 7, 2015 at 11:03 AM, Cyril Ferli

Re: [Pharo-users] Eating your own dog food (Site/Blog)

2015-04-07 Thread Dmitri Zagidulin
You may also want to take a look at PillarHub ( http://smalltalkhub.com/#!/~mikefilonov/PillarHub ) CMS. On Tue, Apr 7, 2015 at 5:05 AM, p...@highoctane.be wrote: > On Tue, Apr 7, 2015 at 9:28 AM, Yuriy Tymchuk > wrote: > >> Hi, >> >> if I want to create a site/blog in pharo… What do I use? I k

Re: [Pharo-users] [Pharo-dev] Pharo sprint on Friday, 3rd April

2015-04-03 Thread Dmitri Zagidulin
On Fri, Apr 3, 2015 at 12:41 PM, Martin Bähr < mba...@email.archlab.tuwien.ac.at> wrote: > > nice ideas. though beginners may not have any favourite projects. > are there any stats on which projects are popular so those can be chosen > for > testing? You're right. I think by 'favorite', I meant m

Re: [Pharo-users] [Pharo-dev] Pharo sprint on Friday, 3rd April

2015-04-03 Thread Dmitri Zagidulin
Ideas for beginners, for Sprints etc: * Adding class comments/documentation, as mentioned, is a fantastic idea. Maybe we can provide some code snippets, that will bring up a list of classes with missing comments (or with too-short comments, less than X characters). People can coordinate (on IRC, o

Re: [Pharo-users] quick poll - which OS do you use for Pharo?

2015-04-01 Thread Dmitri Zagidulin
I'm curious what the single vote for Other is :) On Tue, Mar 31, 2015 at 8:34 AM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > I agree to the comments saying that there should be one choice for > development and one for deploying. > > On Tue, Mar 31, 2015 at 5:24 AM, Stephan Eggermont

Re: [Pharo-users] Syslog client

2015-03-31 Thread Dmitri Zagidulin
YES! Awesome! :) I was just about to look to see if there was a decent Syslog client for Pharo! On Tue, Mar 31, 2015 at 4:46 AM, olivier auverlot < olivier.auver...@gmail.com> wrote: > Hi, > > I just released an UDP client for the Syslog network protocol (RFC5424). > The product is available on S