Re: [Pharo-users] make a simple sample(for korean)

2017-05-12 Thread Stephane Ducasse
Tx Peter To encourage you to use Pharo :) I know lot of people doing really complex business with Pharo. And I'm also surprised how complex they are and well managed by pharo. Stef On Sat, May 13, 2017 at 6:32 AM, peter yoo wrote: > @Ben > > of course. server side is PHP. client side is using

Re: [Pharo-users] make a simple sample(for korean)

2017-05-12 Thread peter yoo
@Ben of course. server side is PHP. client side is using Pharo. data format using JSON(NeoJSON). PHP code is receive JSON data using "post stream". and managing data with mysql(mariadb) thanks to your interesting. i want more usefull Pharo to my work. but my Main business is complex. maybe cannot

Re: [Pharo-users] PetitParser installation fails in Pharo 5.0

2017-05-12 Thread Andreas Sunardi
Hi Stephane, Indeed, PetitParser installation from Catalog Browser works just fine! Thank you very much. I used Monticello Browser before, but not Catalog Browser. I didn't know this is the preferred method to install package. I don't think DeepIntoPharo mentions about Catalog Browser, but maybe

Re: [Pharo-users] Basic Iceberg First Commit

2017-05-12 Thread Esteban Lorenzano
you used the incorrect linux version. you need the threaded one. wget -O- get.pharo.org/vmT60 | bash (I need to put that in the README) Esteban > On 12 May 2017, at 20:54, Evan Donahue wrote: > > Hello, > > I am trying to get Iceberg working. I have a new Pharo

Re: [Pharo-users] make a simple sample(for korean)

2017-05-12 Thread Stephane Ducasse
Hi peter in Pharo we have a problem, we do not have enough "non ascii speaking language" developer involved. we may break without even seeing it other languages. So if you see that we broke something let us know. Stef On Fri, May 12, 2017 at 4:10 PM, peter yoo wrote: > this requirements. > >

Re: [Pharo-users] Wandering Through Dependency Hell

2017-05-12 Thread Evan Donahue
Ok, I think this case is closed. Having gotten my code out of the image with Monticello and manual recompile, I can use versionner for upload if and only if I do it in Pharo6. Likewise, I can use it for download if and only if I do it in Pharo6. Pharo5 breaks in strange ways on both ends, even with

Re: [Pharo-users] PetitParser installation fails in Pharo 5.0

2017-05-12 Thread Stephane Ducasse
Sorry I meant the catalogBrowser. Using the catalogBrowser on a given version of Pharo you should access the configuration for this version (if people updated it correctly). Our plan is to make sure that such configurations are validated. Stef On Fri, May 12, 2017 at 9:47 PM, Stephane Ducasse wro

Re: [Pharo-users] PetitParser installation fails in Pharo 5.0

2017-05-12 Thread Stephane Ducasse
Hi andreas Normally you should be able to load a package using the ConfigurationBrowser and the configuration (now I do not know the one of PetitParser) should take care of the pharo version for you. stef On Fri, May 12, 2017 at 7:06 PM, Andreas Sunardi wrote: > Following DeepIntoPharo, I tri

[Pharo-users] Basic Iceberg First Commit

2017-05-12 Thread Evan Donahue
Hello, I am trying to get Iceberg working. I have a new Pharo 6 image as of about 5 minutes ago, and I am following the tutorial here: https://github.com/pharo-vcs/iceberg I get as far as cloning the repository, but when I enter my github ssh url and hit "Create repository" I get "LGit_GIT_ERROR

Re: [Pharo-users] [Zinc] ZnInvalidUTF8: Illegal leading byte for utf-8 encoding

2017-05-12 Thread Udo Schneider
Hi Sven, I didn't tell the whole truth :-) I'm /mainly/ parsing the header (extracting published dates). For some sites however I have to resort to finding a date in the body. CU, Udo Am 12/05/17 um 09:03 schrieb Norbert Hartl: Just to mention. If you are not interested in the content bod

[Pharo-users] PetitParser installation fails in Pharo 5.0

2017-05-12 Thread Andreas Sunardi
Following DeepIntoPharo, I tried to install PetitParser into my Pharo 5.0 image (I noticed PetitParser installation problem email in March). It failed with the message WinPlatform class was undefined. I went to Moose's PetitParser site in smalltalkhub and followed the instruction there, and this al

Re: [Pharo-users] SPEC: accept by Tab ?

2017-05-12 Thread Hartmut Krasemann
The error I made: textinputField acceptBlock does not work. the action seems to take a morph. The following worked for me. textinputField bindKeyCombination: Character tab toAction: [:morph| "hereTheAcceptBlockContent." textInputField text: morph text]. But this is ugly. I use a spec w

Re: [Pharo-users] [ann] bloc & cairo+morphic

2017-05-12 Thread Stephane Ducasse
Tx I will do a pass on the text. The first public demo was at ESUG at Brescia. And this is Igor Stasenko On Fri, May 12, 2017 at 5:34 PM, Tudor Girba wrote: > Hi, > > It seems that my initial message generated a misunderstanding. > > My original blog post was meant to communicate two things: >

Re: [Pharo-users] [ann] bloc & cairo+morphic

2017-05-12 Thread Tudor Girba
Hi, It seems that my initial message generated a misunderstanding. My original blog post was meant to communicate two things: 1. That the known Bloc project has received a new feature that the community raised as a problem (i.e., host & backend). 2. Address the other concern that the community r

Re: [Pharo-users] make a simple sample(for korean)

2017-05-12 Thread Ben Coman
On Fri, May 12, 2017 at 10:10 PM, peter yoo wrote: > this requirements. > > 1. nginx + php-fpm (another web env is ok. important is PHP) > 2. Pharo 5 > > http://workspace.onionmixer.net/mediawiki/index.php?title=Pharo_Json_PHP_Example_01 > > > so.. me know now. but need "sample code" then can help

[Pharo-users] make a simple sample(for korean)

2017-05-12 Thread peter yoo
this requirements. 1. nginx + php-fpm (another web env is ok. important is PHP) 2. Pharo 5 http://workspace.onionmixer.net/mediawiki/index.php?title=Pharo_Json_PHP_Example_01 so.. me know now. but need "sample code" then can help to any newbie. always thank you to community. and... Pharo 64bit

[Pharo-users] 2018: Call for Papers

2017-05-12 Thread Sylvia Grewe
2018 : The Art, Science, and Engineering of Programming Mon 9 - Thu 12 April 2018 Nice, France http://2018.programming-conference.org/ In 2017, we started a new conference and journal focused on everything t

Re: [Pharo-users] [Zinc] ZnInvalidUTF8: Illegal leading byte for utf-8 encoding

2017-05-12 Thread PBKResearch
With reference to Norbert's comment, there /may/ be an ambiguity about the word 'header' in Udo's reply. It could refer to the http HEAD section, in which case Norbert is of course right. It could also refer to the section of the html file, which is part of the content of the http response. If it

Re: [Pharo-users] Intro to git-only Pharo

2017-05-12 Thread Dimitris Chloupis
So far coding solo with git and filetree has been painless and straightforward for me, I use github for public and gitlab for private projects. I do not use configurations other than copy pasting one for adding my project in Package browser. I do not use versioner because a simple copy paste is eno

Re: [Pharo-users] [Zinc] ZnInvalidUTF8: Illegal leading byte for utf-8 encoding

2017-05-12 Thread Norbert Hartl
Just to mention. If you are not interested in the content body you could do a HEAD request instead of GET. Norbert > Am 11.05.2017 um 22:44 schrieb Udo Schneider : > > Hi Sven, > > that's perfect. To be honest I don't care about the content - I'm just > parsing the header. And even if there