Re: [Pharo-users] Monticello diff between image and tonel repo

2019-02-15 Thread Ben Coman
Its hard to determine what is wrong from the screen shot. I'm probably not the one able to provide an answer, but anyway... can you provide steps-to-reproduce in a fresh Image? cheers -ben On Sat, 16 Feb 2019 at 06:13, Hilaire wrote: > Hi, > > I think I already report it but I still see this i

Re: [Pharo-users] Iceberg working with forks - can it be easier?

2019-02-15 Thread Ben Coman
On Sat, 16 Feb 2019 at 02:06, Tim Mackinnon wrote: > Hi guys - I’ve spent a few hours scratching my head trying to understand > why some of my Pull Requests to a project I had forked kept showing my > previous commits when I thought I was all caught up. > > It suddenly dawned on me, that when I h

Re: [Pharo-users] im using pharo 7 with linux env. but cannot input korean.

2019-02-15 Thread Pierce Ng
On Fri, Feb 15, 2019 at 10:42:42PM +0900, peter yoo wrote: > hello~.. im using pharo 7 with linux env. but cannot input korean. > and.. already start shell script file open and add "--compositioninput". I start Pharo with -compositioninput (one dash, didn't try two dashes for the option). Chinese

Re: [Pharo-users] Quality assistant

2019-02-15 Thread Denis Kudriashov
Hi Hilaire Use following script to disable it: ClyCriticBrowserPlugin disable пт, 15 февр. 2019 г. в 19:56, Hilaire : > So, no option to turn it off I guess? > > Hilaire > > Le 14/02/2019 à 12:03, Hilaire a écrit : > > How to turn off the quality assitant in the calypso browser? > > > > I don'

Re: [Pharo-users] Stability of Pharo 7 vs 6?

2019-02-15 Thread Hilaire
Depends on what you are doing, I guess. I am using the same P7 32bits image on linux since June 2018, but I am doing bare bone smalltalk, and I don't use iceberg. It could be the source of your problem as it is still new, or it could be the 64bits image/vm. You could give a try for the 32bits vers

Re: [Pharo-users] im using pharo 7 with linux env. but cannot input korean.

2019-02-15 Thread Hilaire
In your trad. chinese app were you able to key in chinese? A taiwanese friend of mine will be interested to know. Hilaire Le 15/02/2019 à 19:06, Sean P. DeNigris a écrit : > Will you say more about your issue (e.g. steps to reproduce)? Make sure you > use a font that contains Korean characters. W

Re: [Pharo-users] Quality assistant

2019-02-15 Thread Hilaire
So, no option to turn it off I guess? Hilaire Le 14/02/2019 à 12:03, Hilaire a écrit : > How to turn off the quality assitant in the calypso browser? > > I don't find anymore the option in the settings browser. -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] im using pharo 7 with linux env. but cannot input korean.

2019-02-15 Thread Sean P. DeNigris
peter yoo wrote > cannot input korean. Will you say more about your issue (e.g. steps to reproduce)? Make sure you use a font that contains Korean characters. When I wrote a Chinese (traditional) app, the default Pharo font did not and I had to change to "Arial Unicode MS" - Cheers, Sean --

[Pharo-users] Iceberg working with forks - can it be easier?

2019-02-15 Thread Tim Mackinnon
Hi guys - I’ve spent a few hours scratching my head trying to understand why some of my Pull Requests to a project I had forked kept showing my previous commits when I thought I was all caught up. It suddenly dawned on me, that when I had forked, and then done some work and then submitted a PR,

[Pharo-users] im using pharo 7 with linux env. but cannot input korean.

2019-02-15 Thread peter yoo
hello~.. im using pharo 7 with linux env. but cannot input korean. and.. already start shell script file open and add "--compositioninput". but any receive data from XIM(fcitx). who know for this issue? thanks. -- http://lookandwalk.com http://looknw.com | http://onionmixer.net peter yoo(Jongh

Re: [Pharo-users] Stability of Pharo 7 vs 6?

2019-02-15 Thread Sven Van Caekenberghe
I have been running Pharo 7.0[.1] for months on macOS 10.14.3 64-bit downloaded with ZeroConf and I have had no stability issues. I leave one or more images open going in and out of sleep on my MacBook Pro. I don't run full-screen, just semi-full-screen (Option-Click the green grow bullet, which

Re: [Pharo-users] Stability of Pharo 7 vs 6?

2019-02-15 Thread Alexandre Bergel via Pharo-users
--- Begin Message --- Personally, when I leave P7 open for a few hours, it slows down significantly. I have to save the image and open it back to not have any slug. Cheers, Alexandre http://bergel.eu > Le 15 févr. 2019 à 08:11, Tim Mackinnon a écrit : > > I’m not sure if this is born out by

[Pharo-users] Stability of Pharo 7 vs 6?

2019-02-15 Thread Tim Mackinnon
I’m not sure if this is born out by others - but I’m finding that Pharo 7 is a bit less stable than Pharo 6 - I’m seeing quite a few seg-faults where the vm dies and terminates - both when the image is left running for a while, but also in fresh images where I do an Iceberg load of my projects.

Re: [Pharo-users] Streams for FileReference in Pharo 7

2019-02-15 Thread Sven Van Caekenberghe
Hi Jan, I like #<< too, but I think your assumption that it can print anything on a stream is generally wrong, dangerous and unreliable. IMHO, you better stick to #print: in that case. Consider the follow, that all fail: String streamContents: [ :s | s << 'hello' << 42.5 << $! ]. String strea

[Pharo-users] Streams for FileReference in Pharo 7

2019-02-15 Thread Jan Blizničenko
Hello everyone I am trying to use Pharo 7 for my project and I noticed that most of my streams related code does not work anymore. Reason is that API for streams received from writeStream of FileReference changed and I think it changed for the worse in my case, because << does not properly handle