[Pharo-users] Re: It's been a while since I've used Pharo, and I'm having trouble with multibyte input on linux.

2023-05-20 Thread Tomohiro Oda
also chose Japanese font to display Japanese letters. I hope this helps. --- tomo 2023年5月19日(金) 17:41 peter yoo : > > of course... ~pharo-vm/lib/libSDL2.* libraries relink to system library. > > 2023년 5월 19일 (금) 오전 7:34, Tomohiro Oda 님이 작성: >> >> Peter, >> >> Plea

[Pharo-users] Re: It's been a while since I've used Pharo, and I'm having trouble with multibyte input on linux.

2023-05-18 Thread Tomohiro Oda
Peter, Please try setting the env vars SDL_IM_MODULE=fcitx. I haven't tried korean inputs, but I used a japanese input on linux/pharo with a trick. (cf https://github.com/tomooda/PharoIM/issues/11#issuecomment-1042512413 ) If you want to use Pharo 10 with input method, please install https://gith

[Pharo-users] Re: [ANN] Pharo 10 released!

2022-04-05 Thread Tomohiro Oda
Bravo! Great thanks to all the contributors! --- tomo 2022年4月5日(火) 19:41 Esteban Lorenzano : > Dear Pharo users and dynamic language lovers: > > We have released Pharo version 10 ! > > Pharo is a pure object-oriented programming language and a powerful > environment, focused

[Pharo-users] Re: Is there anyone able to push to Github

2021-07-31 Thread Tomohiro Oda
Grad to hear you got it working. I think this has already been placed as a github issue (https://github.com/pharo-vcs/iceberg/issues/1311). --- tomo 2021年8月1日(日) 1:58 Jesus Mari Aguirre : > > Thanks Tomohiro Oda! I have unchecked the option "use custom SSH keys" and > it&

[Pharo-users] Re: Is there anyone able to push to Github

2021-07-28 Thread Tomohiro Oda
and enable ssh keys in iceberg but now I have an "Iceberg > authentication error" telling me to add the keys...etc > > > > El mié, 28 jul 2021 a las 11:10, Tomohiro Oda () > escribió: >> >> I got the same error and I could push by using SSH instead of HTTPS. >

[Pharo-users] Re: Is there anyone able to push to Github

2021-07-28 Thread Tomohiro Oda
I got the same error and I could push by using SSH instead of HTTPS. To do that, you need to register your SSH public key to github and set your local repository to point your github repository via ssh. Key registration can be done on the settings page of your github account. Your local repository

[Pharo-users] Re: [Ann] Pharo new version available & mooc needs subtitle translaters

2020-11-10 Thread Tomohiro Oda
I'll work on new Japanese subtitles. --- tomo 2020年11月4日(水) 17:30 Stéphane Ducasse : > > Hello > > We are about to launch the new version of the Pharo mooc. Spread the word > around you. It will open the 9th of november > https://www.fun-mooc.fr/courses/course-v1:inria+41024+session01/about > > >

Re: [Pharo-users] Rounding in Floats

2020-09-07 Thread Tomohiro Oda
Esteban, You can instead use `7.1 round: 1` to get 7.1. It's not the problem of the rounding algorithm. It's because IEEE float can't express the exact value of 0.1. --- tomo 2020年9月7日(月) 21:28 Esteban Maringolo : > > Hi Sven, > > On Mon, Sep 7, 2020 at 9:10 AM Sven Van Caekenberghe wrote: > > >

Re: [Pharo-users] ZnInvalidUTF8: Illegal leading byte for utf-8 encoding while running Elegant Code image conversion example

2020-08-04 Thread Tomohiro Oda
s Tomo, > > I tried your proposal, but now I get: "Error: marker C2 cannot be > handled" and still the exportation is not working. > > Cheers, > > Offray > > On 4/08/20 2:04 a. m., Tomohiro Oda wrote: > > Offray, > > > > Apparently, readStreamDo: s

Re: [Pharo-users] ZnInvalidUTF8: Illegal leading byte for utf-8 encoding while running Elegant Code image conversion example

2020-08-04 Thread Tomohiro Oda
Offray, Apparently, readStreamDo: should be binaryReadStreamDo: and writeStreamDo: should be binaryWriteStreamDo: . --- tomo 2020年8月4日(火) 15:42 Stéphane Ducasse : > > Thanks for the report I confirm that I can reproduce the problem. > I do not know yet the answer. Now I think strange that we use

Re: [Pharo-users] Pharo 9 Unicode

2020-07-07 Thread Tomohiro Oda
Tomaž and Sven, I tested Pharo-9.0.0+build.469.sha.fcf155b2849b5b411091f5a7ea6014bf57ddf402 (64 Bit) that I downloaded by PharoLauncher a few minutes ago. It works fine if the code font and default font are set appropriately. The attached is snapshot of Playground with appearently higher than 255

Re: [Pharo-users] [ANN] COVID-19 analysis in Pharo

2020-02-29 Thread Tomohiro Oda
Hernán, 👍👍👍 --- tomo 2020年3月1日(日) 16:00 Hernán Morales Durand : > > Hello, > > I have set up a new Pharo project for the analysis of COVID-19 outbreak: > > https://github.com/hernanmd/COVID-2019 > > Thanks to the ObjectProfile for Roassal and PolyMath contributors for the > DataFrame package. > >

Re: [Pharo-users] How to zip a WideString

2019-10-03 Thread Tomohiro Oda
> > > > Now regarding the encoding option, I am not so sure that is really > > necessary (though nice to have). Why would anyone use anything except UTF8 > > (today). > > > > Thanks again for the correction ! > > > > Sven > > > >> On 3 Oc

Re: [Pharo-users] How to zip a WideString

2019-10-03 Thread Tomohiro Oda
Peter and Sven, zip API from string to string works fine except that aWideString zipped generates malformed zip string. I think it might be a good guidance to define String>>zippedWithEncoding: and ByteArray>>unzippedWithEncoding: . Such as String>>zippedWithEncoding: encoder zippedWithEncoding: e

Re: [Pharo-users] [ANN] GitBridge

2019-07-16 Thread Tomohiro Oda
Cyril, Awesome! I've been wanting to make something like this for my project. Great thanks! --- tomo 2019年7月17日(水) 5:07 Cyril Ferlicot D. : > > Hi! > > Today I released the v1 of a project I wanted to do since a long time: > GitBridge. > > The goal of the project is to easily access external reso

Re: [Pharo-users] OpenGL minimum working example?

2018-11-12 Thread Tomohiro Oda
Hello Hernan, I tested the code only on Mac. --- tomo 2018/11/13(Tue) 8:27 Tomohiro Oda wrote: > > Hello Hernan, > > I have partially working code at > http://smalltalkhub.com/#!/~tomooda/Jun4Pharo > > My code still have two problems that > * depending on resolution, pr

Re: [Pharo-users] OpenGL minimum working example?

2018-11-12 Thread Tomohiro Oda
Hello Hernan, I have partially working code at http://smalltalkhub.com/#!/~tomooda/Jun4Pharo My code still have two problems that * depending on resolution, projection matrix can't be properly set, and * it freezes pharo when switching to fullscreen Best Regards, --- tomo