I am开发者_C百科 trying to serve my app with lighttpd. With seaside 2.8 the following worked in my lighttpd.conf:
I want to save my Pharo image every hour on the hour automatically. How would you make this automatic within the image?
I\'d like to know the reasoning开发者_Go百科 why there are two different classes used, instead of just using Class for both.The short answer is \"Your assumption that Classes are instances of a system
Is it possible to send an anonymous message to an object? I want to compose three objects like this (think FP):
How do I copy a stacktrace out of the debugger in Pharo? I know there\'s the Debug.log file somewhere near the image, but I\'m far too lazy to navigate out of Pharo, to the file system, find the fold
How can I mark a unit test in SUnit (or phexample) as expec开发者_Python百科ted failures?Overwrite expectedFailures in your test. There\'s an example in WeakSetTest:
There are two main开发者_StackOverflow社区 reasons for calling \"self class\": Either for doing user-space things such as invoking static methods, creating new objects or obtaining constants. Or for r
I\'d like to add stuff to run at the beginning of a pharo image start-up. Nothing fancy just a call to a class method that is an entry point to my application.
how can I make an HTTP request and get both the respons开发者_运维技巧e content and the response headers?Or using the new Zinc framework, something like:
I know there\'s SOUL. But perhaps Pharo can do the following without any additional packages: How can I restrict searches for senders and implementers to a certain category? L开发者_Go百科ike: I want