Hi Luke,
I am happy this looks exciting :).
About the confusion part: The Glamorous Toolkit we are working on right now is
a complete new world built on a complete new graphical stack that does is not
based on the existing stack that ships with Pharo. It is not an evolution. It
is a leap.
The
Is there a way to log server activity (to Transcript?) with Teapot? Without
ZnSecureServer.
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Ask a Teapot's server (which will be a Zinc HTTP Components server) to log.
Teapot on server logLevel: 1; logToTranscript.
Or even better, inspect the log objects emitted by Zinc HTTP Components.
ZnLogEvent announcer inspect.
And select the Announcements tab.
> On 20 Dec 2018, at 17:02, ho
I had this working some many months ago, but now I can't get it to work.
Really annoying. The entire process is so arcane...
My HTTP server starts like this:
Teapot stopAll.
Teapot on
Get: blah blah blah
Then I visit http://localhost:1701/.
I created a self-signed cert called newcert.pem. My
> On 17. Dec 2018, at 01:04, Sebastian Sastre
> wrote:
>
> Hi All, Holger...
The Mongo protocol allows multiple requests to be in transient and is using a
client assigned id to indicate which request was responded to. MongoTalk is
only fit to send/handle one request at a time per socket.