Re: [Pharo-users] Teapot and Regex

2015-08-04 Thread mtk via Pharo-users
---BeginMessage--- Hi Joachim, thanks for your feedback. Concerning the order of the values I rely solely on the teapot error message. Besides I have no idea how I could make this GET request independant from the order the HTML form generated. Maybe with Javascript? But I assume this simple

[Pharo-users] Teapot and Regex

2015-08-04 Thread mtk via Pharo-users
---BeginMessage--- Dear Smalltalkers (Pharonistas?), while trying out teapot in Pharo4, I encountered the following: I have made a plain HTML form which sends data to a teapot URL. Here is what the browser is sending: http://localhost:1701/bac/?a=88r=0.7kg=77 To answer this request via teapot,

Re: [Pharo-users] Teapot and Regex

2015-08-04 Thread mtk via Pharo-users
---BeginMessage--- Hi Joachim, thanks for your attention to this issue. I tried to change it to #a, #r or #kg, but this didn't work. It works with the following by leaving the '\?' out: GET:'\/bac\/a=(\d*)r=(\d*.\d*)kg=(\d*)' asRegex - [:req | BloodAlcoholCalculator a:(req at:1) r:(req at:2)

Re: [Pharo-users] Teapot and Regex

2015-08-04 Thread mtk via Pharo-users
---BeginMessage--- Hi Attila, many thanks for your explanation - now it works by simply putting: GET:'/bac/' - [:req | BloodAlcoholCalculator a:(req at:#a) r:(req at:#r) kg:(req at:#kg) ]; So you and Joachim were both right... :-) That makes it even easier to work with teapot. Kind regards

[Pharo-users] VoyageMongo/Magritte problem

2015-06-07 Thread mtk
Hi, maybe I found an issue in VoyageMongo/Magritte, here is what I've done: loaded a fresh Pharo 4.0 image loaded VoyageMongo via Configuration Browser (Install Stable Version) opened up a Playground and did (via the green 'play' button): |repository| repository := VOMongoRepository

Re: [Pharo-users] Transfer image between OSes / Bug report 15648

2015-05-31 Thread mtk
Hi Stef, thanks for the welcome! Glad to be here... :-) I filed a new bug-report in fogbugz (case number 15648) and described it as good as possible with my limited skills. Added two screenshots to illustrate it a bit further. Hope it helps. Kind regards Marcus -- View this message in

[Pharo-users] Transfer image between OSes

2015-05-30 Thread mtk
Hi, I am just playing around with Pharo and now I wanted to take my Image (together with the .changes file) and transfer it from Windows to Linux. Under Linux I can start my .image and everything looks like on Win, but as soon as I go to the System-Settings Menu there is a error. I tried to look

Re: [Pharo-users] Transfer image between OSes

2015-05-30 Thread mtk
Hi Sven, is there a form for a bug report somewhere? Where should I send it? Best Marcus -- View this message in context: http://forum.world.st/Transfer-image-between-OSes-tp4829484p4829496.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Smalltalkhub password reset

2015-05-20 Thread mtk
Hi Esteban, I send you my username via email. Best Marcus -- View this message in context: http://forum.world.st/Smalltalkhub-password-reset-tp4827089p4827532.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Smalltalkhub password reset

2015-05-19 Thread mtk
Hi Steph, would it be better to stay with SqueakSource3? Kind regards Marcus -- View this message in context: http://forum.world.st/Smalltalkhub-password-reset-tp4827089p4827230.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

[Pharo-users] Smalltalkhub password reset

2015-05-18 Thread mtk
Hi, I lost my password for smalltalkhub. I read some older messages in the interwebs that one has to directly ask Nicolas Petton for resetting the password, but this didn't work. Is there another way? Maybe a password reset mechanism would be fine... :-) Best Marcus -- View this message in