Re: [Pharo-users] Canvas: Transform Width and Height Independently

2015-02-20 Thread Sean P. DeNigris
Sean P. DeNigris wrote > MorphicTransform's scaling method arguments were either named > (unhelpfully) 's' or (misleadingly) 'aFloat' Issue 14971 MorphicTransform: Better Argument Names Fix in inbox... Scale: "s" -> aNumberOrPoint Angle: "a" -> radians Offset: a -> aPoint - Cheers, Sean --

Re: [Pharo-users] Canvas: Transform Width and Height Independently

2015-02-20 Thread Sean P. DeNigris
Sean P. DeNigris wrote > That worked But actually, it was totally unnecessary! MorphicTransform's scaling method arguments were either named (unhelpfully) 's' or (misleadingly) 'aFloat', but apparently, I can just pass aPoint to scale x and y separately :) So I'm back to the simple version... dra

Re: [Pharo-users] Canvas: Transform Width and Height Independently

2015-02-20 Thread Sean P. DeNigris
Nicolai Hess wrote > You can create a new Form... warpblt into this form... Ah, thanks. That worked. It became: drawOn: aCanvas | tempForm | tempForm := Form extent: self innerBounds extent depth: self image depth. (WarpBlt current toForm: tempForm) so

[Pharo-users] Any static web site generators for pharo with bootstrap support?

2015-02-20 Thread Offray Vladimir Luna Cárdenas
Hi all, I'm planning to make a web site. Nothing fancy, just a web site for the grafoscopio project I have told you about already. I started to use Nikola blog engine[1], but, after a while I thought I want to try something else, something that can create static web sites like Nikola, but wit

Re: [Pharo-users] Pharo 4 - current state?

2015-02-20 Thread Ben Coman
On Sat, Feb 21, 2015 at 2:44 AM, p...@highoctane.be wrote: > > Le 20 févr. 2015 19:10, "sergio_101" a écrit : > > > > to the point that during regular work, i am starting to hear "i wish we > (ruby ecosystem) had (insert ST goodness) here.." > > I'd like to ask you for a lit of these. > > Also,

Re: [Pharo-users] Canvas: Transform Width and Height Independently

2015-02-20 Thread Nicolai Hess
And there is FormCanvas>>#warpImage:transform:at:sourceRect:cellSize: this one works with a MatrixTransform2x3 (this may support scaling for x and y). 2015-02-21 0:40 GMT+01:00 Nicolai Hess : > 2015-02-20 23:56 GMT+01:00 Sean P. DeNigris : > >> I'm implementing a SimpleImageMorph which squeezes

Re: [Pharo-users] Canvas: Transform Width and Height Independently

2015-02-20 Thread Nicolai Hess
2015-02-20 23:56 GMT+01:00 Sean P. DeNigris : > I'm implementing a SimpleImageMorph which squeezes the form into the > Morph's > inner bounds instead of the weird TransformMorph thing. > > As a spike, I wrote: > | transform scale | > scale := self innerBounds width / self image wid

[Pharo-users] Canvas: Transform Width and Height Independently

2015-02-20 Thread Sean P. DeNigris
I'm implementing a SimpleImageMorph which squeezes the form into the Morph's inner bounds instead of the weird TransformMorph thing. As a spike, I wrote: | transform scale | scale := self innerBounds width / self image width. transform := MorphicTransform new setScale: scal

Re: [Pharo-users] Pharo and Docker

2015-02-20 Thread p...@highoctane.be
I am aiming to do one for CentOS 7 in march. Phil Le 20 févr. 2015 16:55, "Sean P. DeNigris" a écrit : > ksi wrote > > Already accomplished for archlinux - https://hub.docker.com/u/geal/ > > The motivaton behind it - > > > https://www.clever-cloud.com/blog/guests/2015/01/05/smalltalk-in-the-clo

Re: [Pharo-users] Pharo 4 - current state?

2015-02-20 Thread p...@highoctane.be
Le 20 févr. 2015 19:10, "sergio_101" a écrit : > > okay, you've got me to switch.. anyway.. it's not that big deal to fire up pharo 3 with the same codebase.. > > i think i saw GTSpotter on a screencast somewhere.. i will go look for it.. > > when you mention the other nice things, where can i fin

Re: [Pharo-users] Pharo 4 - current state?

2015-02-20 Thread kilon alios
I made a video tutorial about it here https://www.youtube.com/watch?v=mNh6VtPy8m4&list=PLqbtQ7OkSta0ULYAd7Qdxof851ybh-_m_&index=23 Well Pharo 4 comes with GT tools a new inspector and a new workspace. I am also a huge fan of the new Dark Theme. Using Pharo makes you feel like Neo from The Matrix

Re: [Pharo-users] Pharo 4 - current state?

2015-02-20 Thread sergio_101
okay, you've got me to switch.. anyway.. it's not that big deal to fire up pharo 3 with the same codebase.. i think i saw GTSpotter on a screencast somewhere.. i will go look for it.. when you mention the other nice things, where can i find them? where should i look? my day time development team

Re: [Pharo-users] Pharo 4 - current state?

2015-02-20 Thread kilon alios
I work with Pharo 4 and no longer use Pharo 3, its very stable I have not experienced any kind of problem with it except one with autocompletion when I was hacking Pharo themes for my Nirreas project. Definetly recommend it to you to switch just for GTSpotter alone and many other new nice things.

Re: [Pharo-users] Pharo 4 - current state?

2015-02-20 Thread Martin Bähr
Excerpts from sergio_101's message of 2015-02-20 17:13:56 +0100: > I had an hour last night to start playing with pharo 4. > > in the hour that played with it, there are already features i miss when > going back to pharo 3 for getting work done. > > my questions is, how close is pharo 4 to be use

[Pharo-users] Pharo 4 - current state?

2015-02-20 Thread sergio_101
Hey, all. I had an hour last night to start playing with pharo 4. in the hour that played with it, there are already features i miss when going back to pharo 3 for getting work done. my questions is, how close is pharo 4 to be useable in a day to day environment? can i use it as a part of my re

Re: [Pharo-users] Pharo and Docker

2015-02-20 Thread Sean P. DeNigris
ksi wrote > Already accomplished for archlinux - https://hub.docker.com/u/geal/ > The motivaton behind it - > https://www.clever-cloud.com/blog/guests/2015/01/05/smalltalk-in-the-cloud/ > > Cheers > Kiril - Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-and-Doc

Re: [Pharo-users] Pharo and Docker

2015-02-20 Thread Alexandre Bergel
Excellent link! Alexandre > Le 20 févr. 2015 à 06:46, "p...@highoctane.be" a écrit : > > https://www.clever-cloud.com/blog/guests/2015/01/05/smalltalk-in-the-cloud/ > > Le 20 févr. 2015 10:59, "S Krish" a écrit > : >> >> Not so much Pharo on Docker, but a complete stack on Docker based o

Re: [Pharo-users] Pharo and Docker

2015-02-20 Thread S Krish
Sweet stuff.. I was planning on the Seaside-Angular-REST Teapot+Java Spark modules on Docker.. Will catch up on this.. On Fri, Feb 20, 2015 at 4:16 PM, p...@highoctane.be wrote: > https://www.clever-cloud.com/blog/guests/2015/01/05/smalltalk-in-the-cloud/ > Le 20 févr. 2015 10:59, "S Krish" a

Re: [Pharo-users] Pharo and Docker

2015-02-20 Thread p...@highoctane.be
https://www.clever-cloud.com/blog/guests/2015/01/05/smalltalk-in-the-cloud/ Le 20 févr. 2015 10:59, "S Krish" a écrit : > > Not so much Pharo on Docker, but a complete stack on Docker based on Pharo: > > * Seaside or any web framework.. > * Multi module that can be fabric like be brought up for s

Re: [Pharo-users] moving to git and preserving monticello history

2015-02-20 Thread Thierry Goubier
Hi Peter, thanks for raising all those issues. A few comments inlined... 2015-02-20 11:14 GMT+01:00 Peter Uhnák : > Hi, > > thank you both, I've semi-successfully managed to convert it to git. > However there were some problems I've encountered (mostly because I wanted > more than was provided :

Re: [Pharo-users] moving to git and preserving monticello history

2015-02-20 Thread Peter Uhnák
Hi, thank you both, I've semi-successfully managed to convert it to git. However there were some problems I've encountered (mostly because I wanted more than was provided :)). So there are some changes that might be worth considering for integration. 1) it will NOT recreate a commit for each mcz

Re: [Pharo-users] Pharo and Docker

2015-02-20 Thread S Krish
Not so much Pharo on Docker, but a complete stack on Docker based on Pharo: * Seaside or any web framework.. * Multi module that can be fabric like be brought up for scaling * Moose ... On Fri, Feb 20, 2015 at 2:22 PM, Torsten Bergmann wrote: > Docker is on hype these days: > https://www.doc

[Pharo-users] Pharo and Docker

2015-02-20 Thread Torsten Bergmann
Docker is on hype these days: https://www.docker.com/whatisdocker/ Would it make sense to provide Pharo as preconfigured environment (Pharo/Seaside stack) or other environments like the PharoNOS project in the Docker registry?

Re: [Pharo-users] i feel dumb / Pharo3 > OrderedCollection >> do:

2015-02-20 Thread Clément Bera
It depends on your OrderedCollection implementation. OrderedCollection has a variable size in memory. When instantiated, it has for example 10 slots, and if you have more than 10 objects, it needs to change its size to hold more slots. The current implementation relies on an indirection to an arr