Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-28 Thread stepharo
Stefan It would be fun to see if you can implement the same in Bloc Stef

Re: [Pharo-users] how to get all the send to super?

2015-06-28 Thread Camille
On 28 Jun 2015, at 17:25, stepharo steph...@free.fr wrote: Hi I would like to study the use of super. Any idea how I can query them? Hi Stef, To get all methods that have a super send you can do: superSenders := CompiledMethod allInstances select: #sendsToSuper If you need more advanced

[Pharo-users] how to get all the send to super?

2015-06-28 Thread stepharo
Hi I would like to study the use of super. Any idea how I can query them? Stef

Re: [Pharo-users] how to get all the send to super?

2015-06-28 Thread Nicolai Hess
2015-06-28 17:25 GMT+02:00 stepharo steph...@free.fr: Hi I would like to study the use of super. Any idea how I can query them? Stef | rule result | rule := CodeSearchingRule new matcher: (RBParseTreeSearcher new matches: 'super' do: [

Re: [Pharo-users] RESTful API with Pharo with Gemstones

2015-06-28 Thread Hernán Morales Durand
Sebastian I wonder if you 2015-06-25 14:51 GMT-03:00 Sebastian Heidbrink shei...@yahoo.de: Actually with the new version 2.0 I would also change my workflow. Version 1.2 had not online spec editor tooling support and this is why I let Gemstone describe my REST API and render the Swagger

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-28 Thread Stephan Eggermont
On 28/06/15 20:22, Stephan Eggermont wrote: On 28/06/15 17:10, stepharo wrote: Stefan It would be fun to see if you can implement the same in Bloc Where do I find some info on how to structure that in Bloc? When should I subclass BlMorph and when BlView? It might be a good case to explain

Re: [Pharo-users] RESTful API with Pharo with Gemstones

2015-06-28 Thread Hernán Morales Durand
Sorry bad typing. I wonder if you have another version than the published in SmalltalkHub (using Swagger-Support-V12-SebastianHeidbrink.1 currently) If I evaluate: (SwaggerAPIReaderV12 on: 'http://petstore.swagger.io/v2/swagger.json') readSwaggerAPIListing inspect Then apis Collection I guess

Re: [Pharo-users] [Ann] DragPanels: Floating palette windows with drag-and-drop in Morphic

2015-06-28 Thread Stephan Eggermont
On 28/06/15 17:10, stepharo wrote: Stefan It would be fun to see if you can implement the same in Bloc Where do I find some info on how to structure that in Bloc? When should I subclass BlMorph and when BlView? It might be a good case to explain some of the design trade-offs in Bloc and

[Pharo-users] RAM-efficient alternative to ZnMultiPartFormDataEntity

2015-06-28 Thread mikefilonov
Hello, I'm searching for an alternative implementation of ZnMultiPartFormDataEntity which dumps it's parts to Filesystem as files saving RAM. Is there such an addon or it should be developed? Thanks, Mike -- View this message in context: