[Pharo-dev] Esteban's ChangeLog week of 3 April 2017

2017-04-09 Thread estebanlm
Hello! This is my weekly ChangeLog, from 3 April 2017 to 9 April 2017. You can see it in a better format by going here: http://log.smallworks.eu/web/search?from=3/4/2017&to=9/4/2017 ChangeLog = 7 April 2017: - *Fixed the small but annoying [issue 323](https://github.co

Re: [Pharo-dev] discord channel request

2017-04-09 Thread Dimitris Chloupis
I forgot to add that yes Mee6 is hosted on its own server and I also created a Heroku account to host my own bot there. Heroku allows to host python apps (including web apps) for free and supports other languages too.

Re: [Pharo-dev] discord channel request

2017-04-09 Thread Dimitris Chloupis
"I like the idea. What is necessary to make it work? Can you describe a bit more in detail the use case and required infrastructure? Do we have any code I could reuse?" Hey there , Discord has a web API that can be found here https://discordapp.com/developers/docs/intro There are wrappers of the

Re: [Pharo-dev] discord channel request

2017-04-09 Thread Ben Coman
On Sun, Apr 9, 2017 at 8:09 PM, Dimitris Chloupis wrote: > #welcome is not necessary there is already a bot in place that provides a > welcome message and displays a command for help for newcomers There have been some requests to remove the bot. But I see that you've responded to feedback to tune

Re: [Pharo-dev] stepping off the end of the debug stack

2017-04-09 Thread Eliot Miranda
Hi Ben, hmmm, good thought. Seems to me that the right solution is in the primitive simulations in Context>>tryPrimitive... or Context>>doPrimitive... (*) so that the debugger process isn't terminated, but the process being debugged is. (* at my phone right now so don't have the code to

Re: [Pharo-dev] discord channel request

2017-04-09 Thread Juraj Kubelka
Hi, > El 09-04-2017, a las 09:09, Dimitris Chloupis > escribió: > > #welcome is not necessary there is already a bot in place that provides a > welcome message and displays a command for help for newcomers > > #help is not necessary too, Discord has a search capability which could be > poten

Re: [Pharo-dev] discord channel request

2017-04-09 Thread Dimitris Chloupis
#welcome is not necessary there is already a bot in place that provides a welcome message and displays a command for help for newcomers #help is not necessary too, Discord has a search capability which could be potentially used from inside a Pharo image but again the question is who is going to do