Re: [Pharo-users] Customizing SmalltalkEditor context menu issue

2016-03-24 Thread Dimitris Chloupis
you are not the only one, I have been coding 2 years now with Pharo , pragmas still look as the most non smalltalky things as the first time I discovered them. On Wed, Mar 23, 2016 at 10:58 PM Ala'a Mohammad wrote: > Thanks for the great explanation! > > I had reached an almost the target menu b

Re: [Pharo-users] Customizing SmalltalkEditor context menu issue

2016-03-24 Thread jtuc...@objektfabrik.de
I am glad I am not the only one with a deep dislike for Pragmas ;-) Am 24.03.16 um 09:54 schrieb Dimitris Chloupis: you are not the only one, I have been coding 2 years now with Pharo , pragmas still look as the most non smalltalky things as the first time I discovered them. On Wed, Mar 23,

[Pharo-users] Pharo Days 2016 @ end of next week

2016-03-24 Thread Sven Van Caekenberghe
Much can be said about what happened this week https://en.wikipedia.org/wiki/2016_Brussels_bombings but basically most people are just very, very sad An international community working together on open source software as a common good that can benefit anyone anywhere is one of those things th

Re: [Pharo-users] [Pharo-dev] Pharo Days 2016 @ end of next week

2016-03-24 Thread Sven Van Caekenberghe
> On 24 Mar 2016, at 11:08, Stephan Eggermont wrote: > > On 24-03-16 10:46, Sven Van Caekenberghe wrote: >> Much can be said about what happened this week >> >> https://en.wikipedia.org/wiki/2016_Brussels_bombings >> >> but basically most people are just very, very sad > Indeed > >> The Pharo

Re: [Pharo-users] Pharo Days 2016 @ end of next week

2016-03-24 Thread stepharo
Oui tintin est en deuil. Stef Le 24/3/16 10:46, Sven Van Caekenberghe a écrit : Much can be said about what happened this week https://en.wikipedia.org/wiki/2016_Brussels_bombings but basically most people are just very, very sad An international community working together on open source so

[Pharo-users] unsubscribe

2016-03-24 Thread Alex Schenkman

Re: [Pharo-users] OpenGL project

2016-03-24 Thread Thibault Raffaillac
Hi, Some progress on the OpenGL project: _ I read much of the sources around NBOpenGL, the architecture looks nice to me, so will keep it, but am actually considering to strip it to OpenGL ES 2! This is a subset of OpenGL, but is supported on more platforms (Android, iOS, RPi), and will be easi

Re: [Pharo-users] OpenGL project

2016-03-24 Thread Damien Pollet
Can you include a proper build script? cc --std=c99 -Wall --pedantic -I/opt/homebrew/Cellar/glfw3/3.1.2/include -L/opt/homebrew/Cellar/glfw3/3.1.2/lib -lglfw3 minimal-glfw.c -o minimal-glfw minimal-glfw.c:15:5: warning: suggest braces around initialization of subobject [-Wmissing-braces] 2

Re: [Pharo-users] OpenGL project

2016-03-24 Thread Alexandre Bergel
Hi Thibault, I put Ronie in copy because he is interested very much on having 3d stuff working. Why do you say “porting NBOpenGL”? Is it just a matter of rewriting the native calls with the new FFI system? Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel

[Pharo-users] left-pad.io

2016-03-24 Thread Sven Van Caekenberghe
This is a really great joke: > http://left-pad.io/ But should you feel the need to implement this extremely valuable web service yourself, here is how you could do it in Pharo (error handling is not 100% bullet proof, this is just a quick demo, but you get the idea): 'pad

Re: [Pharo-users] left-pad.io

2016-03-24 Thread p...@highoctane.be
The network is the computer. ... and the planet is now overheating. Internet, the great CO2 production device. http://www.internetlivestats.com/watch/co2-emissions/ Phil On Thu, Mar 24, 2016 at 8:58 PM, Sven Van Caekenberghe wrote: > This is a really great joke: > > > http://left-pad.io/

[Pharo-users] [ANN] Simple FogBugz Search tool in Pharo

2016-03-24 Thread Torsten Bergmann
Hi, played with the JSON API of Pharo FogBugz issue tracker with the outcome of another little Pharo tool that lets you: - login to FogBugz from Pharo - enter a string and search for according issues - open a browser on a selected issue in the result list (works on Linux and Win so far) The

Re: [Pharo-users] [ANN] Simple FogBugz Search tool in Pharo

2016-03-24 Thread Ben Coman
Looks cool. Now to ask for more ;) Something like this would be nice to have integrated into Pharo, plus listing and filtering on For Review status, and showing and loading slices. cheers -ben On Fri, Mar 25, 2016 at 8:08 AM, Torsten Bergmann wrote: > Hi, > > played with the JSON API of Pharo F