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 assuming > left is pr

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 should read > > ^(self integerAt: byt

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 right to left is pro

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 seem

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

2017-06-22 Thread Raffaello Giulietti
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 should read ^(self integerAt: byteOffset size: 1 signed: false) ~= 0 implementing the usual convention that 0 maps to

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: http://forum.world.st/Re-vested-interes

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, or are you waiting for a (

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 AM, Stephane Ducasse > w

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, 2

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 h