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
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
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
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'
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
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
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
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
--
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,
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
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
--- 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
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.
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
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
15 matches
Mail list logo