search for: anyclass

Displaying 2 results from an estimated 2 matches for "anyclass".

Did you mean: anycase
2006 Jun 08
0
slave-0.0.1
...so that the child will exit of the parent exits for any reason - preventing orphaned slaves from running indefinitely. the purpose of Slaves is to be able to easily set up a collection of objects communicating via drb protocols instead of having to use IPC. typical usage: obj = AnyClass::new # slave = Slave::new obj # object becomes drb server in another # process p slave.object # handle on drb object p slave.uri # uri of the drb object p sl...
2013 Jan 23
3
footnote:id, colons and jquery
I just received a [bug report] for Python-Markdown complaining that colons are used in the ids of footnotes. For reference, we [output] the same format at PHP Markdown Extra. The general complaint is that the colon in the id attribute (`id="fnref:1"`) causes jquery to choke when referencing that id from javascript because jquery uses colons to indicate pseudo elements (as does CSS). As