Re: [Pharo-users] QCMagritte on Github

2017-11-07 Thread stephan
On 27-10-17 12:39, laurent laffont wrote: Hi, my team starts to use QCMagritte. For our needs we have imported SmalltalkHub repository to Github here: https://github.com/Afibre/QCMagritte I don't know if you (Diego, Stephan, Tobias) plan to use Github instead of SmalltalkHub. At least Github

Re: [Pharo-users] Open Debugger, Save and Quit

2017-11-07 Thread Richard Sargent
Some of this can be seen in VA Smalltalk. Errors during start up are captured and can be debugged after the start up has completed. The idea of an Error Queue Viewer is a nice touch, along with the possibility of remote debugging. On Nov 7, 2017 6:55 PM, "Ben Coman"

Re: [Pharo-users] Open Debugger, Save and Quit

2017-11-07 Thread Ben Coman
On Wed, Nov 8, 2017 at 10:16 AM, Sean P. DeNigris wrote: > In a headless image, I'd like to do the following: if there's any error, > arrange to have a debugger open on the next (headful) launch, and then save > and quit. > > I'm drawing a blank - how would I do that? > >

[Pharo-users] Open Debugger, Save and Quit

2017-11-07 Thread Sean P. DeNigris
In a headless image, I'd like to do the following: if there's any error, arrange to have a debugger open on the next (headful) launch, and then save and quit. I'm drawing a blank - how would I do that? I explored various dead ends, the culmination of which was the image-breaking:

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-07 Thread Sean P. DeNigris
Offray Vladimir Luna Cárdenas-2 wrote > The idea of slides seems > pretty anachronistic/boring for making presentations. Amen, brother! Alan Kay would be proud :) - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] LGit_GIT_ERROR: Invalid version 0 on git_remote_callbacks on latest 64bit 6.1 image?

2017-11-07 Thread Tim Mackinnon
Thanks for confirming this Esteban - perhaps I am doing something wrong - I tried using the steps I was using successfully several months ago namely: curl get.pharo.org/64/ | bash ./pharo-ui Pharo.image Which got me the latest image - which sys info says is (not sure why it still says 6.0

Re: [Pharo-users] Binary Decision Diagram Package in Smalltalk

2017-11-07 Thread Thierry Goubier
Le 07/11/2017 à 23:00, Steffen Märcker a écrit : I am not familiar with the literature on scanners. May I ask you about some details on the "for all characters" algorithms you are referring to? The two main ones available, from the typical Aho/Ullman textbook, are: - NFA to DFA conversion

Re: [Pharo-users] Binary Decision Diagram Package in Smalltalk

2017-11-07 Thread Steffen Märcker
I am not familiar with the literature on scanners. May I ask you about some details on the "for all characters" algorithms you are referring to? Building a (or connecting to) a BDD library would be fun, indeed. But within that time frame it seems not realistic. Anyway, after finishing my

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-07 Thread Offray Vladimir Luna Cárdenas
For my workshops I use Grafoscopio (of course ;-P). Having a document like structure that can contain interactive playgrounds in a tree to give them context is pretty useful in such educational/explanatory contexts. Once I have time again (i.e. after finishing to write my PhD thesis) I hope to

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-07 Thread stephan
On 07-11-17 19:38, alanone1 via Pharo-users wrote: (So what is the big problem with doing something better than PPT in Pharo?) Lots of tiny things, resulting in presentations not looking very good. I have done a lot of workshops with glamour based browsers, integrating (visualization)

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-07 Thread alanone1 via Pharo-users
--- Begin Message --- This is a very demoralizing thread ... For example, take a look at Smalltalk-78, brought back to life a few years ago by Dan Ingalls, Bert Freudenberg, Ted Kaehler, myself, et al from a disk pack thrown on the trash by Xerox. https://youtu.be/AnrlSqtpOkw?t=135 Part of the

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-07 Thread Sean P. DeNigris
Hannes Hirzel wrote > Create a sequence of desktops and switch between them with That's an interesting idea and holds most true to the Dynabook/Smalltalk principle of keeping the full power of the computer at every level. Hannes Hirzel wrote > One option is to use Pillar. MOOC slides have been

Re: [Pharo-users] Binary Decision Diagram Package in Smalltalk

2017-11-07 Thread Andrew Glynn
A possible way to accomplish it would be to use an object graph with an incremental query engine, such as EMF/CDO with Viatra or something similar. You could then put different character sets in connected objects and query only as far as you need to. Andrew Glynn Sent from Mail for Windows

Re: [Pharo-users] Embedded PDF viewer?

2017-11-07 Thread Ben Coman
Thx for the tip. However Envice is GPLd to constrain its use. cheers -ben On Mon, Nov 6, 2017 at 2:16 AM, Andrew Glynn wrote: > Evince is pretty easy to embed. > > > > Sent from Mail for > Windows 10 > > > > *From:

[Pharo-users] [ANN] Next Pharo Techtalk: Nov 21

2017-11-07 Thread Marcus Denker
Pharo TechTalk: Discord Demo - 21 Nov 2017, 5:00 PM - 7:00 PM (UTC+01:00) - https://association.pharo.org/event-2642665 The December tech talk will be the 19/12. We are still looking for a topic (if not, it will just be an open discussion). List of all events:

Re: [Pharo-users] Binary Decision Diagram Package in Smalltalk

2017-11-07 Thread Thierry Goubier
Hi Andrew, Steffen, 2017-11-07 13:10 GMT+01:00 Prof. Andrew P. Black : > > > On 28 Oct 2017, at 17:37 , Steffen Märcker wrote: > > > > Does that mean the sets/bdd would be constructed mainly at comile time? > Anyway, Andrew, feel free to contact me, I might

Re: [Pharo-users] Binary Decision Diagram Package in Smalltalk

2017-11-07 Thread Prof. Andrew P. Black
> On 28 Oct 2017, at 17:37 , Steffen Märcker wrote: > > Does that mean the sets/bdd would be constructed mainly at comile time? > Anyway, Andrew, feel free to contact me, I might help you with this. > Thanks for the offer, Steffen! The problem is that I need to use SmaCC for