[Pharo-users] Re: Constraint solver in Pharo?

2020-11-06 Thread stephan
at 3:58 pm, Stéphane Ducasse wrote: Hi stephan did you publish the code? On 6 Nov 2020, at 15:12, stephan mailto:step...@stack.nl>> wrote: Replacing BTNGVariable>>#nextValue by nextValue     | nextValue |     self currentValue

[Pharo-users] Re: Constraint solver in Pharo?

2020-11-06 Thread stephan
tValue: nextValue.     ^ nextValue returning nil instead of self when there are no more new values makes the tests pass in BackTalkNG-Noury.20.mcz (Pharo 9) That version looks like it is work in progress but has one working solver. Stephan

[Pharo-users] Re: Easiest light weight cloud/web persistence for Pharo?

2020-10-22 Thread stephan
For some situations, creating something on github might be a perfectly good persistence strategy. Stephan

Re: [Pharo-users] Reintroducing code rewriting GUI

2020-05-25 Thread stephan
A first step: https://github.com/pharo-project/pharo/pull/6396

[Pharo-users] Reintroducing code rewriting GUI

2020-05-25 Thread stephan
ents from MatchTool and RewriteTool is more likely to be effective, as it allows starting from working code. And also to do the development directly in pharo-project/pharo, not in a separate project, as that is unlikely to be kept up-to-date Stephan

Re: [Pharo-users] [Esug-list] looking for input for a lecture on TDD and XtremeTDD

2020-04-15 Thread Stephan Eggermont
https://vimeo.com/329368348 Stephan Verstuurd vanaf mijn iPhone > Op 14 apr. 2020 om 14:36 heeft Stéphane Ducasse > het volgende geschreven: > > Hello > > I would like to build a lecture around TDD and XtremeTDD (coding in the > debugger). > I’m looking around t

[Pharo-users] [ANN] RewriteTool has successfully ported to Spec2

2020-04-08 Thread stephan
Thanks. I've done a PR and also one in Matchtool Stephan

Re: [Pharo-users] Test method auto-generation in Calypso

2019-10-04 Thread Stephan Eggermont
gt; written itself, and another for its test, where at least the method > selector could be autogenerated by writing test When do you find that useful? I have only a very small number of test cases where the name of the test is that of the method. Stephan

Re: [Pharo-users] Workflows and possible usages

2019-09-29 Thread Stephan Eggermont
So, is there a causal relationship? And in which direction? Stephan

Re: [Pharo-users] Code of Conduct

2019-09-23 Thread Stephan Eggermont
asier for white males to succeed. There are enough models explaining why that happens > Maybe the bulk of the low recruitment statistics is simply due to > non-interest within that sub-culture. Back to identity politics? Stephan

Re: [Pharo-users] pharo for ios and android

2019-09-21 Thread Stephan Eggermont
uld write a vm for ios using the "smalltalk blue > book" and it would be fun to learn how vm's work by trying to write > sometihng for ios. Is someone already working on this? Craig Latta runs Smalltalk images on the javascript vm written by Bert Freudenberg. Search for Caffeine Stephan

Re: [Pharo-users] Code of Conduct

2019-09-21 Thread Stephan Eggermont
hat you can afford to ignore politics. Stephan

Re: [Pharo-users] uFFI ExternalAddress challenges

2019-09-17 Thread Stephan Eggermont
Tomaž Turk wrote: > OK, great, I'll try it out. Hi Tomaž, What you are discovering here would be very useful as a section/chapter in the uFFI booklet. Just posting it as text here will do if you don’t feel up to translating to Pillar. Cheers Stephan

Re: [Pharo-users] [ANN] Pharo Chip Designer

2019-08-15 Thread Stephan Eggermont
like common tools for logic circuits designs, in Pharo Chip > Designer, you need to face the real-life problems like propagation delays > or limited amount of layers and available substrate area. Ha. Back to the Apollo. That is a long time ago Stephan

Re: [Pharo-users] An IPFS interface for Pharo

2019-06-12 Thread Stephan Eggermont
Konrad Hinsen wrote: > On 11/06/2019 18:07, Stephan Eggermont wrote: >> Konrad Hinsen >> wrote: >> : >>> . To make this >>> effective, you have to think a bit about good data management >>> strategies. Few people will want to mirror all the h

Re: [Pharo-users] An IPFS interface for Pharo

2019-06-11 Thread Stephan Eggermont
Konrad Hinsen wrote: : > . To make this > effective, you have to think a bit about good data management > strategies. Few people will want to mirror all the history of Pharo. Why? Fits on an SD card in a raspberry pi Stephan

Re: [Pharo-users] More Morphic snags

2019-06-01 Thread Stephan Eggermont
s starting at https://vimeo.com/130781061 I’m not sure the configurations are up to date for Pharo 7 Stephan

Re: [Pharo-users] Mindmaps and WardleyMaps in Pharo

2019-05-09 Thread Stephan Eggermont
Rafael Luque wrote: > I'm looking for drawing some mindmaps and (obviously) I'd like to be able > to draw and visualize them inside my own Pharo tools. > > I've found this video in Stephan Eggermont's channel: > > https://vimeo.com/136943448 > >

Re: [Pharo-users] Pharo 6.0 and 6.1 64 bit freeze on MacMini -also in 7.03

2019-05-01 Thread Stephan Eggermont
ft has the same problem Stephan

Re: [Pharo-users] Pharo 6.0 and 6.1 64 bit freeze on MacMini -also in 7.03

2019-04-30 Thread Stephan Eggermont
ve data in > in my test app running in the web browser! > No idea why. That is consistent with other reports. Looks like the event loop receiving keyboard and mouse events gets stopped and not restarted. The http server runs in its own process Stephan

Re: [Pharo-users] Pharo 6.0 and 6.1 64 bit freeze on MacMini -also in 7.03

2019-04-29 Thread Stephan Eggermont
Ben Coman wrote: > On Sun, 28 Apr 2019 at 17:33, Stephan Eggermont > wrote: >> >> TedVanGaalen wrote: >>> Hi Stephan >>> yes, you wrote that already before, but >>> which specific VM from files.pharo.org? there are many. >>> TedvG >>

Re: [Pharo-users] Pharo 6.0 and 6.1 64 bit freeze on MacMini -also in 7.03

2019-04-28 Thread Stephan Eggermont
TedVanGaalen wrote: > Hi Stephan > yes, you wrote that already before, but > which specific VM from files.pharo.org? there are many. > TedvG Please compare if you have the same results I had as I described in the issue 20181039 works, 201810230536 is broken

Re: [Pharo-users] Pharo 6.0 and 6.1 64 bit freeze on MacMini -also in 7.03

2019-04-26 Thread Stephan Eggermont
TedVanGaalen wrote: > Hi Stephan > I am a bit confused, not really at home in your VM world, > so please send me a link for the VM + an Image that you'd like me to try on > my mac. > Thanks > Ted > > > > > -- > Sent from: http://forum.wor

Re: [Pharo-users] Pharo 6.0 and 6.1 64 bit freeze on MacMini -also in 7.03

2019-04-18 Thread Stephan Eggermont
TedVanGaalen wrote: > ok, I'll try > please give me a link to that VM 20182039 > can't find it here: > https://files.pharo.org/vm/pharo-spur64/ Sorry, that’s a typo. See the issue

Re: [Pharo-users] Pharo 6.0 and 6.1 64 bit freeze on MacMini -also in 7.03

2019-04-18 Thread Stephan Eggermont
TedVanGaalen wrote: > Thanks for the Info/Link, Stephan > > So it is a VM error then? > That is what I asked you to verify. Does the problem occur with 20182039? If not, then it is probably the same bug. Stephsn

Re: [Pharo-users] Pharo 6.0 and 6.1 64 bit freeze on MacMini -also in 7.03

2019-04-17 Thread Stephan Eggermont
TedVanGaalen wrote: > Sure. Which one? and with what image? See https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/380 Stephan

Re: [Pharo-users] Pharo 6.0 and 6.1 64 bit freeze on MacMini -also in 7.03

2019-04-17 Thread Stephan Eggermont
rom just before? Stephan

Re: [Pharo-users] Screencasts on Debugger driven development

2019-04-10 Thread Stephan Eggermont
Guillermo Polito wrote: > Thanks! we need more of this :) Working on it. You see me having to work around not being able to step into in the debugger. What is needed to make that work? Stephan

[Pharo-users] Screencasts on Debugger driven development

2019-04-09 Thread stephan
/329368348 Stephan

Re: [Pharo-users] How to catch and handle multiple exceptions

2019-04-07 Thread Stephan Eggermont
m to be somehow ugly. I don’t want to encourage you to nest and chain exceptions 😀 Stephan

Re: [Pharo-users] What oo/modelling books/articles do we recommend these days?

2019-03-26 Thread Stephan Eggermont
’ll build up a list that I can > point people to, that hopefully puts them in a better place to solve > these more interesting and hopefully rewarding problems. Rebecca Wirfs-Brock and Alan McKean (2002) Object Design, Roles, Responsibilities, and Collaborations? Stephan

Re: [Pharo-users] Traits for class methods?

2019-02-14 Thread Stephan Eggermont
alternative (Smalltalk) view is that inheritance is primarily a code reuse instrument. Use it when it allows you to do so. Java and c++ deformed a lot of OO thinking Stephan

Re: [Pharo-users] Limits of ZnManagingMultiThreadedServer

2019-01-18 Thread Stephan Eggermont
Ah, found another consumer of sockets :). For reliable systems, putting limits on the number of retries seems a useful idea. Thanks Sven, Stephan

Re: [Pharo-users] Limits of ZnManagingMultiThreadedServer

2019-01-18 Thread Stephan Eggermont via Pharo-users
on't have any issues. How many requests are we talking > about, how many concurrent users, how long before things go wrong ? I haven’t instrumented it yet, but after several hours. And the machine is pushed to its limits. Stephan --- End Message ---

[Pharo-users] Limits of ZnManagingMultiThreadedServer

2019-01-18 Thread Stephan Eggermont via Pharo-users
probably should switch to keeping connections open and avoid this problem, but it made me wonder about the limitations I should expect here. What are the limits here and can I change them? Stephan --- End Message ---

Re: [Pharo-users] adding instance variables (data) to the Object class

2019-01-16 Thread Stephan Eggermont
objects (any class)? You might want to take a look at the documentation of Magma. http://wiki.squeak.org/squeak/2665 Stephan

Re: [Pharo-users] External module not found

2018-11-17 Thread Stephan Eggermont
me. > > This may be a 32 vs 64 bit issue. I am investigating... Your old 32 bit .so will definitely not work with 64 bit. And does it work with Pharo 6.1? Stephan

Re: [Pharo-users] ring deprecation in pharo 7

2018-10-26 Thread Stephan Eggermont
is not how I understand we deprecate code. How is this migration supposed to work? Stephan

Re: [Pharo-users] [Demo] Creating Bloc Widgets in Pharo

2018-09-27 Thread Stephan Eggermont
Sven Van Caekenberghe wrote: > This is nice. Shows off some impressive capabilities. > > Not sure many people are capable of coming up this kind of code though ;-) I hope to provide enough examples that the patterns become visible Stephan

[Pharo-users] [Demo] Creating Bloc Widgets in Pharo

2018-09-16 Thread stephan
Bloc has improved a lot in the past year. It is ready for your experiments. Here is one of mine: https://github.com/StephanEggermont/Presentations Bloc supports the creation of beautiful GUIs, with nice interactions. This one shows a number of different ways of using drag-and-drop. https://git

Re: [Pharo-users] Error in fresh image

2018-08-19 Thread Stephan Eggermont
That might be a windows bug. Does it persist after you restart your windows? Stephan

Re: [Pharo-users] Jupyter notebooks / Dynabook / JupyterTalk

2018-08-16 Thread Stephan Eggermont
In the group with Roassal you should load the (symbolic) version of Roassal you need. Stephan

Re: [Pharo-users] Jupyter notebooks / Dynabook / JupyterTalk

2018-08-15 Thread Stephan Eggermont
er, I suggest you to install them before > JupyterTalk. If you are not planning to work with them, you just have to > press "PROCEED" button. No. Fix the baseline. Read up on Metacello. You need to add some groups Stephan

Re: [Pharo-users] Jupyter notebooks / Dynabook / JupyterTalk

2018-08-15 Thread Stephan Eggermont
his supposed to be run in Moose only? Stephan

Re: [Pharo-users] SpecGenerator

2018-07-26 Thread Stephan Eggermont
john pfersich wrote: > I have a question about SpecGenerator. The video introducing SpecGenerator > about 2 years ago says you start it with: > MEApplicationList open. > > There's no open method in version 15 that I loaded from SmalltalkHub. > > How do you start the app? > > See the MEApplica

Re: [Pharo-users] Loading Local Repositories with Iceberg

2018-06-05 Thread Stephan Eggermont
Norbert Hartl wrote: > Ok, but where is the problem? - needs to work on different filesystems, with tricky behavior - git itself did not get the behavior right - git used to be non-reentrant. Did that change? Stephan

Re: [Pharo-users] Loading Local Repositories with Iceberg

2018-06-05 Thread Stephan Eggermont
Norbert Hartl wrote: >> Am 04.06.2018 um 19:26 schrieb Stephan Eggermont : >> Ah, nice. How is that guarded against concurrent access, live-lock & >> dead-lock? >> > Usually git supports that out of the box. I hope libgit does not do anything > different. h

Re: [Pharo-users] Loading Local Repositories with Iceberg

2018-06-04 Thread Stephan Eggermont
that guarded against concurrent access, live-lock & dead-lock? Stephan

Re: [Pharo-users] Loading Local Repositories with Iceberg

2018-06-04 Thread Stephan Eggermont
branch needed for your current image, and you only have one image open at a time. Stephan

Re: [Pharo-users] Macros?

2018-05-25 Thread Stephan Eggermont
ld be a good idea? We have powerful meta-programming facilities that are well understood and somewhat supported by tooling. How do we get value out of macros? Stephan

Re: [Pharo-users] On UDP broadcast

2018-05-21 Thread Stephan Eggermont
Sven Van Caekenberghe wrote:. > > I can't get the broadcast sending via nc to work (like your terminal > example). The -b nc option on macOS is not related to broadcasting. Who’s allowed to broadcast? Stephan

Re: [Pharo-users] Personal Programming onPharo

2018-05-07 Thread Stephan Eggermont
s 24 behavioral incompatibilities between Java SE 7 and SE 6. Stephan

Re: [Pharo-users] Saving a Smalltalk Project

2018-05-06 Thread Stephan Eggermont
Todd Blanchard wrote: > Just out of curiosity, why do you want an OODB? http://wiki.squeak.org/squeak/5602

Re: [Pharo-users] Saving a Smalltalk Project

2018-05-05 Thread Stephan Eggermont
is needed Stephan

Re: [Pharo-users] Saving a Smalltalk Project

2018-05-05 Thread Stephan Eggermont
ot since magma worked on pharo last Stephan

Re: [Pharo-users] Saving a Smalltalk Project

2018-05-05 Thread Stephan Eggermont
horrido wrote: > What is the best response to this person? Thanks. > Also, this is a project done by Chris Muller. He knows smalltalkers. https://news.squeak.org/2016/05/12/squeak-in-action/ That means the question has a political background. Why not ask him directly? Stephan

Re: [Pharo-users] Saving a Smalltalk Project

2018-05-04 Thread Stephan Eggermont
es as expensive there as in South Africa. The Smalltalkers you’ll be able to find will most likely be either just graduated or very experienced. Stephan

Re: [Pharo-users] Pharo as an advanced desktop with applications

2018-03-23 Thread Stephan Eggermont
persist them. You might want to take a look at Ward Cunningham’s work on federated wiki for collaboration. You can find some GUI experiments I did for large screens on https://vimeo.com/139960287 Stephan

Re: [Pharo-users] casting to subclass

2018-03-02 Thread Stephan Eggermont
Is this very performance critical code? Stephan

Re: [Pharo-users] Object configuration idioms

2018-02-12 Thread Stephan Eggermont
Sean P. DeNigris wrote: > > Are you talking about the solution described in this mailing list thread Yes, that's the one. I would welcome a (blog)post about this Stephan

Re: [Pharo-users] Object configuration idioms

2018-02-12 Thread Stephan Eggermont
red in the image Stephan

Re: [Pharo-users] How can a Morph display a context menu on a mouse click?

2018-02-08 Thread Stephan Eggermont
And your original question morph := 'Hello' asMorph. colorBlock := [ :colorName | morph color: (Color perform: colorName)]. morph on: #mouseUp send: value to: [ |menu| menu := MenuMorph new. menu add: 'orange' target: colorBlock selector: #value: argument: #orange. menu add: 'blue' target:

Re: [Pharo-users] [ANN] sentry.io (OSS error tracking platform) SDK

2018-02-07 Thread Stephan Eggermont
Ben Coman wrote: > Such a custom solution is easy, but I've thought that something similar out > of the box > with a GUI tool to manage it would be valuable to many. > Definitely Stephan

Re: [Pharo-users] How can a Morph display a context menu on a mouse click?

2018-02-07 Thread Stephan Eggermont
gt; #mouseUp event neither. Well, it works for me on 60528 on Windows. Did you open the transcript window before running the example? Stephan

Re: [Pharo-users] How can a Morph display a context menu on a mouse click?

2018-02-05 Thread Stephan Eggermont
use the variant sending #value: to a block with the morph as an argument? Stephan

Re: [Pharo-users] How can a Morph display a context menu on a mouse click?

2018-02-03 Thread stephan
On 02-02-18 15:19, Juraj Kubelka wrote: Thank you Stephan! There is my exercise: “when:send:to" morph := 'Hello' asMorph. morph when: #click send: #traceCr: to: morph. morph openInWindow. Sorry morph := 'Hello' asMorph. morph on: #mouseUp send: #traceCr: to: morph. morph openInWindow.

Re: [Pharo-users] is OSSubProcess working in Pharo 6.1?

2018-02-02 Thread Stephan Eggermont
dency ^^. Well yes, and depending on tags instead of branches is still going to give you reproducible brittle builds and dependency problems. Stephan

Re: [Pharo-users] How can a Morph display a context menu on a mouse click?

2018-02-01 Thread Stephan Eggermont
e the > logic in the #mouseDown: method? #when:send:to:, or replace the eventhandler, or subclass Stephan

Re: [Pharo-users] is OSSubProcess working in Pharo 6.1?

2018-02-01 Thread Stephan Eggermont
es, you can not use a tag and expect the code to work. For that you need to refer to a branch. Stephan

Re: [Pharo-users] Monticello or Iceberg ... which to use

2018-01-24 Thread Stephan Eggermont
you don't have problems that Iceberg would solve now, wait and use Monticello. There are significant improvements coming in the Iceberg workflow. Stephan

Re: [Pharo-users] Aare questions

2018-01-21 Thread Stephan Eggermont
Cédrick Béler wrote: > Yes sure. But at this is an important requirement for me, I prefer to > talk about it first :) Distributed systems design is a different subject. Different constraints, different solutions. Stephan

[Pharo-users] Proposals and mentors GSoC

2018-01-09 Thread Stephan Eggermont
The time has come again to propose projects you'd want to see done in Google's Summer of Code for Pharo. And of course we're also looking for mentors Stephan

Re: [Pharo-users] A playground for Markdown?

2017-12-31 Thread Stephan Eggermont
writer: > > |INPUT --reader--> AST --filter--> AST --writer--> OUTPUT| > > Filters are “pipes” that read from standard input and write to standard > output. Perhaps just reading the original Pier and Magritte thesis work by Lukas Renggli would be helpful then. Anything new or better in Pandoc? Stephan

Re: [Pharo-users] Learning Morphic

2017-12-28 Thread Stephan Eggermont
T.D. Telford wrote: >Perhaps someone could point me to Morphic documentation (or supply > examples) on my area of interest that includes a lot of examples. Thanks. There are some screencasts with links to source starting at https://vimeo.com/130781061 Stephan

Re: [Pharo-users] Object Persistence

2017-12-28 Thread Stephan Eggermont
igging and experience with Squeak and Pharo. Stephan

Re: [Pharo-users] Thanks All.

2017-12-26 Thread Stephan Eggermont
Op 26-12-2017 om 14:03 schreef Ian Ian: After some looking into it I believe Mongo Voyager is the easiest given the current options. Too bad Gemstone limits usage after a given number of Gems. I have always found the Gemstone people very approachable, and open to trying out ideas. Stephan

Re: [Pharo-users] Thanks All.

2017-12-26 Thread Stephan Eggermont
Op 26-12-2017 om 14:03 schreef Ian Ian: After some looking into it I believe Mongo Voyager is the easiest given the current options. Too bad Gemstone limits usage after a given number of Gems. I have always found the Gemstone people very approachable, and open to trying out ideas. Stephan

Re: [Pharo-users] Thanks All.

2017-12-26 Thread Stephan Eggermont
Op 26-12-2017 om 14:03 schreef Ian Ian: After some looking into it I believe Mongo Voyager is the easiest given the current options. Too bad Gemstone limits usage after a given number of Gems. I have always found the Gemstone people very approachable, and open to trying out ideas. Stephan

Re: [Pharo-users] P7 image and VM miss matches

2017-12-14 Thread stephan
e linux 32 x86 pharo vm is also currently missing https://bintray.com/opensmalltalk/vm/cog/201712121955#files Stephan

Re: [Pharo-users] HTTP request question for an arango driver

2017-12-10 Thread Stephan Eggermont
hared tunnel(s) might be good enough Stephan

Re: [Pharo-users] I love the launcher!!!!

2017-11-29 Thread stephan
snapshots of an image show up in the launcher would actually be a pretty useful feature. The interaction with different git branches gets interesting then. Stephan

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread stephan
0 4418k 0 0:00:04 0:00:04 --:--:-- 4419k 100 17.7M 100 17.7M0 0 4150k 0 0:00:04 0:00:04 --:--:-- 4859k 100 17.7M 100 17.7M0 0 4619k 0 0:00:03 0:00:03 --:--:-- 4786k Stephan

Re: [Pharo-users] Fuel transfer from Pharo 1.4 to Pharo 6.1

2017-11-28 Thread stephan
bytecode hash of the 1.4 methods, you might be able to use those to materialize again in 6.1. Or at least get a step further, as there will be more things new & renamed & missing. Stephan

Re: [Pharo-users] Pharo-Chrome (was: Soup bug(fix))

2017-11-27 Thread stephan
oring existing users of the code and bad Metacello practices. Stephan

Re: [Pharo-users] Why does the test runner show red when I correct a test?

2017-11-14 Thread Stephan Eggermont
writen enough code where running it twice was not enough to get to green :) Stephan

[Pharo-users] Thriving on chaos

2017-11-13 Thread Stephan Eggermont
I'm certain that will happen. It will be sooner if you make Pharo yours, and help us get there. Stephan

Re: [Pharo-users] PharoLauncher directories

2017-11-13 Thread Stephan Eggermont
Op 8-11-2017 om 15:56 schreef stephan: I run into all kinds of issues with the directory structure used by the new PharoLauncher. When I copy an image with the launcher, how can I synchronize the Iceberg repositories again? Do I just need to copy the original directory containing them? Is

Re: [Pharo-users] I18n in pharo

2017-11-11 Thread stephan
On 11-11-17 21:18, H. Hirzel wrote: On 11/11/17, stephan wrote: On 10-11-17 12:23, Cédrick Béler wrote: Plus I have the impression Morphic mess is about to be solved. There is still an awful lot of essential complexity in beautiful graphics and typography that is not going away. Microsoft

Re: [Pharo-users] deployment of pharo applications

2017-11-11 Thread stephan
are not modularized enough yet and need their baselines to be split up further than they are now. The minimal image is rather minimal. See the esug videos Stephan

Re: [Pharo-users] I18n in pharo

2017-11-11 Thread stephan
development Stephan

Re: [Pharo-users] Why does the test runner show red when I correct a test?

2017-11-10 Thread stephan
On 10-11-17 18:56, Richard Sargent wrote: That would be fine. The point is that, without running the test in its entirety, from start to finish, without interruption, error, or failure, one cannot claim success. So after a restart we whould expect green Stephan

Re: [Pharo-users] perspective request for those earningalivingfromSmalltalk

2017-11-10 Thread stephan
On 10-11-17 17:56, Prof. Andrew P. Black wrote: On 6 Nov 2017, at 21:00 , Andrew Glynn wrote: Btw, did Self ever work? Self works fine. I played with it on a mac last year. I think Tobias Pape released a new version last year or so. Stephan

Re: [Pharo-users] QCMagritte on Github

2017-11-10 Thread stephan
On 10-11-17 15:59, laurent wrote: Now a QCMagritte image (vm 64) is built by Travis on each commit, see https://github.com/Afibre/QCMagritte/releases and https://travis-ci.org/Afibre/QCMagritte Thanks, Laurent, good to see progress being made. Stephan

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

2017-11-10 Thread stephan
On 10-11-17 12:06, H. Hirzel wrote: Is the code available somewhere? I've been fighting somewhat with Iceberg, and using fast-changing functionality in Bloc. I'm integrating the experiments and will provide a link then. Stephan

Re: [Pharo-users] I18n in pharo

2017-11-10 Thread stephan
functionality but it is something that translators are used to. Stephan

Re: [Pharo-users] PharoLauncher directories

2017-11-09 Thread stephan
On 09-11-17 11:49, Christophe Demarey wrote: Stephan, could you open an issue for that on GH? https://github.com/pharo-project/pharo-launcher/issues/51 Stephan

Re: [Pharo-users] PharoLauncher directories

2017-11-09 Thread stephan
On 09-11-17 10:18, Guillermo Polito wrote: An analysis of the situation so people out of context can understand better the forces in play here :) Thanks Guille, that clears up a number of my misunderstandings Stephan

Re: [Pharo-users] QCMagritte on Github

2017-11-08 Thread stephan
On 08-11-17 20:53, Tobias Pape wrote: Modulo time, as always. If the convex hull of the dependencies need too much changes for other platforms, I might have to drop that endeavor :/ And I trust you'll complain about our lack of responsible dependency management in that case Stephan

[Pharo-users] PharoLauncher directories

2017-11-08 Thread stephan
files. The missing sources files is less of a problem. Stephan

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 G

  1   2   3   4   5   6   7   >