Re: [Pharo-dev] Iceberg diff colours seem reversed?

2017-06-22 Thread Yuriy Tymchuk
I have to look into it, because the colors were reversed 100% and then I swapped them. And now I don’t know (need some sleep, I’ll look tomorrow) Uko > On 22 Jun 2017, at 18:18, Tim Mackinnon wrote: > > It’s worth saying that the diff view on Epicea appears to be correct

Re: [Pharo-dev] Error in ByteArray>>booleanAt:

2017-06-22 Thread Sven Van Caekenberghe
> On 22 Jun 2017, at 17:39, Raffaello Giulietti > wrote: > > Hi, > > the current (Pharo 6) code reads > > ^(self integerAt: byteOffset size: 1 signed: false) == true > > so it always returns false, as no integer is identical to true. > > > Instead, it

Re: [Pharo-dev] Iceberg diff colours seem reversed?

2017-06-22 Thread Tim Mackinnon
It’s worth saying that the diff view on Epicea appears to be correct assuming left is previous and right is new (so I think it also shows the panes the other way around like I expected). Tim > On 22 Jun 2017, at 17:03, Tim Mackinnon wrote: > > I think the left to right or

Re: [Pharo-dev] Iceberg diff colours seem reversed?

2017-06-22 Thread Tim Mackinnon
I think the left to right or right to left is probably a very opinionated thing (and I think Araxis, another tool I’ve used does it the other way around). However the colour coding is something that should properly communicate what is going on - and I’m curious if anyone else has noticed it

Re: [Pharo-dev] vested interest in PharoJS?

2017-06-22 Thread askoh
There seem to be some interesting work with SqueakJS by Craig Latta. https://thiscontext.com/ I hope Smalltalk of all dialects can get together to develop a killer web development environment. All the best, Aik-Siong Koh -- View this message in context:

Re: [Pharo-dev] [Pharo-users] vested interest in PharoJS?

2017-06-22 Thread Norbert Hartl
> Am 22.06.2017 um 13:57 schrieb Siemen Baader : > > Very cool, Norbert. I have been watching what you are doing at 2denker and > thought you might be interested ;) > > What is holding you back - do you need more from PharoJS before starting to > use it commercially,

Re: [Pharo-dev] New User and the Rectangle class.

2017-06-22 Thread Trey Tomes
I did not know about the GitHub tutorial. I'll take a look for it. Will fraction:offset: be deprecated then you think? ~Trey On Thu, Jun 22, 2017 at 12:20 AM, Stephane Ducasse wrote: > Avoid fraction:offset: it is a bad interface. > > > > On Thu, Jun 22, 2017 at 7:20

Re: [Pharo-dev] vested interest in PharoJS?

2017-06-22 Thread Siemen Baader
Very cool, Norbert. I have been watching what you are doing at 2denker and thought you might be interested ;) What is holding you back - do you need more from PharoJS before starting to use it commercially, or are you waiting for a (paid) project before you can start? -- Siemen On Thu, Jun 22,

Re: [Pharo-dev] vested interest in PharoJS?

2017-06-22 Thread Norbert Hartl
I thought I responded already. We are interested in pharoJS. We developed stuff with amber but stopped using it. We have one app in the app store with ionic and amber and I'd like to do another one with pharoJS. Additionally I think that combining pharoJS with electron could be a nice thing to

Re: [Pharo-dev] Working OSProcess configuration for Pharo 6 release (please)

2017-06-22 Thread Clément Bera
On Thu, Jun 22, 2017 at 8:03 AM, Stephane Ducasse wrote: > Clement why you cannot load OSSubprocess? > > 1) project has to work on itimer Linux VM. 2) existing project working with OSProcess and I don't want to spend time migrating. 3) code base has to work at least in

Re: [Pharo-dev] Working OSProcess configuration for Pharo 6 release (please)

2017-06-22 Thread Stephane Ducasse
Clement why you cannot load OSSubprocess? On Tue, Jun 20, 2017 at 3:10 PM, Clément Bera wrote: > Hi Thierry, hi all, > > The Pharo catalog version of OSProcess is not working in the Pharo 6 release > and I need to load OSProcess in one of my projects. I cannot load >