[Pharo-users] Teapot and POST:

2017-06-15 Thread horrido
I'm trying to learn how to use Teapot. The documentation is pretty clear about how to do GET: but it's thoroughly useless about how to do POST:. Is there any example for how to do POST:? -- View this message in context: http://forum.world.st/Teapot-and-POST-tp4951616.html Sent from the Pharo

Re: [Pharo-users] vested interest in PharoJS?

2017-06-15 Thread Brad Selfridge
I'm very interested in it as I'm programming in Node.js and Typescript as we speak. However, I so busy I'm having a hard time just keeping up with the PharoJS progress. - Brad Selfridge -- View this message in context:

Re: [Pharo-users] About how to benchmark the lookup speed...

2017-06-15 Thread Steven Costiou
Hi, i added the garbage collect and the numbers are better ! There are fluctuations but no more "random-like" variations of the measured values. I computed the standard error which is, for all measures i did, inferior to 0.5% of the mean (then the confidence interval is good). Thank you both

[Pharo-users] Pharo in a read-only environment survey

2017-06-15 Thread Jérémie Regnault
Hi, I'm working on Pharo deployment in a read-only environment, and I want to know what behavior you want Pharo to adopt. If you could take 5 minutes to fill the survey, it would be nice : https://goo.gl/forms/8S7w4079NDfBrsVu1 Thank you, -- Jérémie

[Pharo-users] Copy bitmap to clipboard

2017-06-15 Thread Hilaire
Hi, A Dr. Geo user asked me about copying a DrGeo canvas view in the system clipboard, to past it in other tools as a text writer or any other editing tool. I looked in Pharo3 and Pharo6, I found text clipboard operation but it is not clear if there is support for other format? What about

Re: [Pharo-users] Metacello / Iceberg flags

2017-06-15 Thread Alistair Grant
On Thu, Jun 15, 2017 at 03:27:28PM +0200, Tudor Girba wrote: > Hi, > > It is a setting. > > You can search for it in the Settings browser (Enable Metacello integration), > or execute the following: > Iceberg enableMetacelloIntegration: true. > > Cheers, > Doru That's the one. Thanks, Doru!

Re: [Pharo-users] Metacello / Iceberg flags

2017-06-15 Thread Tudor Girba
Hi, It is a setting. You can search for it in the Settings browser (Enable Metacello integration), or execute the following: Iceberg enableMetacelloIntegration: true. Cheers, Doru > On Jun 15, 2017, at 3:22 PM, Alistair Grant wrote: > > Hi All, > > I'm sure I saw a

[Pharo-users] Metacello / Iceberg flags

2017-06-15 Thread Alistair Grant
Hi All, I'm sure I saw a message on this list (maybe pharo-dev) that specified a flag that will cause github repositories loaded through Metacello to be automatically added to Iceberg. My memory is that it was on prior to the Pharo 6 release, and turned off just before the release. I've

Re: [Pharo-users] [ARTICLE] Quick write me a Redis client

2017-06-15 Thread Tudor Girba
Nice job, Sven! Doru > On Jun 14, 2017, at 2:31 PM, Sven Van Caekenberghe wrote: > > Hi, > > I wrote another article in the 'Concerning Pharo' publication: > > [TITLE] Quick write me a Redis client > [SUBTITLE] A beautiful protocol makes implementation easy > [URL] >