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

2019-03-26 Thread Christopher Fuhrman
exercism exercises (I signed up but saw that smalltalk is still in alpha). Is there a sneak peak of an example exercise? Cris > > Tim > > On 24 Mar 2019, at 22:47, Christopher Fuhrman < > christopher.fuhr...@gmail.com> wrote: > > On Sun, 24 Mar 2019 at 21:26, Tim Mackinnon w

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

2019-03-24 Thread Christopher Fuhrman
On Sun, 24 Mar 2019 at 21:26, Tim Mackinnon wrote: > Any good references come to mind? As I’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. > Since 2003 in one of my courses I've used

[Pharo-users] Running Pharo under Ubuntu (Windows Subsystem for Linux)

2019-02-28 Thread Christopher Fuhrman
Thanks to Cyril who told me it was possible, I got Pharo 7 Unix running under the Ubuntu 18 that's part of Windows Subsystem for Linux (WSL) in Windows 10. It's not a VM VirtualBox. I documented the install steps on my new blog that uses Jekyll and github pages, which actually took longer to set

[Pharo-users] LibC experiments in Pharo 7

2019-03-16 Thread Christopher Fuhrman
I wrote a blog entry about how I've used LibC in Pharo 7. https://fuhrmanator.github.io/LibC-Pharo-experiments/ Cheers! Christopher

Re: [Pharo-users] Test skip isn't working?

2019-03-18 Thread Christopher Fuhrman
What about: self skipOnClassRun: 'message'. ? On Mon, Mar 18, 2019, 15:53 Ben Coman wrote: > This is a tough one to consider. Dennis's position seems very reasonable, > but that Vitor got stuck is an indication of something missing. > Just one other option occurs to me, that a notification

[Pharo-users] Using GitHub's APIs to query repo metadata with Pharo 7

2019-03-22 Thread Christopher Fuhrman
Another blog entry, this time for my experiments with GitHub's API to get metadata about repos. It's probably not so esoteric, but I documented what I did in hope that it will be useful. https://fuhrmanator.github.io/Using-GitHub-API-in-Pharo/

Re: [Pharo-users] Iceberg for files other than code?

2019-04-06 Thread Christopher Fuhrman
mplexity to deal with. I picked my battles and maintain README on GitHub. Christopher > Konrad. > > -- Christopher Fuhrman, P.Eng, PhD *Professor in the Département of Software and IT EngineeringÉTS (École de technologie supérieure)* http://profs.etsmtl.ca/cfuhrman +1 514 396 8638 *L'

[Pharo-users] Pharo Launcher could select newly created image (to be played) by default

2019-05-17 Thread Christopher Fuhrman
I posted a feature request at https://github.com/pharo-project/pharo-launcher/issues/339

Re: [Pharo-users] Strange 'Connection closed while waiting for data.' Zinc error

2019-06-07 Thread Christopher Fuhrman
Hi - I'm resurrecting an old question I found on forum.world.st (sorry for the formatting) Dec 26, 2017; 10:14am Sven wrote: > > On 26 Dec 2017, at 08:21, Yuriy Tymchuk wrote: > > > > Hi

Re: [Pharo-users] Modeling HABTM

2019-06-10 Thread Christopher Fuhrman
Using an intermediate object "Play" (abstraction of a track being played during an episode), a UML diagram

Re: [Pharo-users] Modeling HABTM

2019-06-13 Thread Christopher Fuhrman
On Thu, Jun 13, 2019, 04:35 Jeff Gray wrote: > This may not be a very object thing to say but if you have a relational > database with tables for episode, track and play like in Christopher's > diagram, you may not need a class to model play. As it is just a repository > for a set of links I

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

2019-05-09 Thread Christopher Fuhrman
PlantUML now supports mind maps. I am thinking of doing a class in pharo to use PlantUML on the web to render diagrams (PNG, SVG) in Pharo. On Thu, May 9, 2019, 11:46 Rafael Luque wrote: > I'm looking for drawing some mindmaps and (obviously) I'd like to be able > to draw and visualize them

Re: [Pharo-users] Right clicking often fails first time?

2019-05-20 Thread Christopher Fuhrman
Since I read your email, I've noticed now that an image when opened ignores my first click (right or otherwise). Using the latest Pharo Launcher with Pharo 703 images in Windows Subsystem for Linux (Windows 10). It's very easy to just click again, so I never really noticed before. But it is mildly

Re: [Pharo-users] Smalltalk tutorial is broken

2019-05-10 Thread Christopher Fuhrman
On Fri, May 10, 2019, 15:32 Richard Kenneth Eng wrote: > So say many visitors to https://amber-lang.net/learn.html. > > The problem is this: visitors are failing to read and comprehend the last > instruction on the first page of the tutorial. The one that reads: *Select > the text below and

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

2019-08-01 Thread Christopher Fuhrman
With the help of several folks in RMoD, the project for PlantUML is now pretty stable. Here's an example with a mind map: https://github.com/fuhrmanator/PlantUMLPharoGizmo#mind-map On Thu, 9 May 2019 at 20:27, Christopher Fuhrman < christopher.fuhr...@gmail.com> wrote: > PlantUML now

Re: [Pharo-users] [ANN] GitBridge

2019-07-16 Thread Christopher Fuhrman
Very cool! I think the quickstart section would benefit from an example such as loading icons or a test resource (mse file for moose). Also, can you explain how updating a Readme.md would work using GitBridge? I assume it would be modified with a text editor in Pharo then Iceberg will see the

Re: [Pharo-users] Microsoft COM

2019-09-26 Thread Christopher Fuhrman
on is crucial to me. I decided to spent my free evenings > working on > > the project finalization. I'm not sure of how long will it take though > :-) > > Pablo, I hope that I can count on your help regarding the questions about > > the overall architecture that you set. >

Re: [Pharo-users] Workflows and possible usages

2019-09-27 Thread Christopher Fuhrman
On Thu, 26 Sep 2019 at 04:27, Tim Mackinnon wrote: > > Anyone have any thoughts or directions to explore? > My contribution is very academic, and not really my field of expertise (we evaluated a BPML/BPMN tool about 10 years ago which I think is dead now). The conference paper from 2016 at

Re: [Pharo-users] Workflows and possible usages

2019-09-29 Thread Christopher Fuhrman
On Sun, 29 Sep 2019 at 11:01, Stephan Eggermont wrote: > Christopher Fuhrman > wrote: > > On Thu, 26 Sep 2019 at 04:27, Tim Mackinnon > > wrote: > >> Anyone have any thoughts or directions to explore? > > > My intuition says that most software projects

Re: [Pharo-users] We Are Smalltalk

2019-10-30 Thread Christopher Fuhrman
On Tue, 29 Oct 2019 at 12:24, Christopher Fuhrman < christopher.fuhr...@etsmtl.ca> wrote: > ... expecting to find a link to a tutorial > Google helped me find it: https://pharoweekly.wordpress.com/2015/03/07/athenssketch-how-to-browse-cool-athens-graphics-example/ I subclassed

Re: [Pharo-users] Zinc & IdentityServer4

2019-11-14 Thread Christopher Fuhrman
On Sat, Nov 9, 2019, 08:17 Tim Mackinnon wrote: > should we have something written that google will find first, to help > people get to this stuff? > Google indexes stackoverflow almost instantly. Maybe pose and answer the same question there? I did it already for a few questions like how to do

Re: [Pharo-users] We Are Smalltalk

2019-10-29 Thread Christopher Fuhrman
anyone can do this in Pharo (or whatever environment it was done in...). Can someone add that please? -- Christopher Fuhrman, P.Eng., PhD *Professeur au Département de génie logiciel et des technologies de l'informationÉTS (École de technologie supérieure)*

Re: [Pharo-users] New to Pharo. "Could not coerce arguments" (Problem with character encoding?) + Learning resources?

2019-10-19 Thread Christopher Fuhrman
Hello, On Sat, 19 Oct 2019 at 09:45, M O wrote: > I’m new to Pharo, and generally, in programming. I decided that my first > programming language is going to be Pharo. However I have encountered some > issues when I was exploring some examples. I don’t want them to bother me > later, so I’d

Re: [Pharo-users] Installing PharoJS

2019-10-06 Thread Christopher Fuhrman
Hello, The screenshot cuts off the error, but it may be the problem with file names that are too long in libgit2. It's a controversial problem in libgit2 for at least six years. https://github.com/libgit2/libgit2/issues/1899 Hitting this problem is what drove me to install WSL on Windows 10 and

Re: [Pharo-users] Transcript: printString or asString

2019-10-14 Thread Christopher Fuhrman
On Mon, Oct 14, 2019, 08:49 Samuel Teixeira Santos wrote: > when you say when: "what this object converted *to a string means in my > domain"* - what really means, specially about when you say *'domain'?* > > Could you give some example for this? > > Thanks > A good example might be PLU codes

Re: [Pharo-users] Code overview - or maybe not

2019-12-19 Thread Christopher Fuhrman
or weeks (not every day, but still) to find out how > > to change the system to be able to give background color to text. > > > -- > Dr. Geo > http://drgeo.eu > > > > -- Christopher Fuhrman, P.Eng., PhD *Professeur au Département de génie logiciel et des technologies de l'informationÉTS (École de technologie supérieure)*

Re: [Pharo-users] Code overview - or maybe not

2019-12-20 Thread Christopher Fuhrman
ndered in class and package comments. Again, in my image I have > an extension which allow the [[[ … ]]] syntax of pillar (and ```of github) > to use a language called ‘plantuml’, which renders the diagram in the > documentation. I hope to package it all up over the holidays or ear

Re: [Pharo-users] can I somehow test the contents of a package

2020-02-14 Thread Christopher Fuhrman
Mean time, you can report the Google Drive ZIP files for abuse to Google. I think you have to be logged in to Google and then you put the ID from the ZIP file's URL at the end of the following URL: https://drive.google.com/u/0/abuse?id= On Fri, 14 Feb 2020 at 17:29, p...@highoctane.be wrote: >

Re: [Pharo-users] Hi-DPI Support

2020-04-07 Thread Christopher Fuhrman
ve scripts that install Pharo Launcher and Pharo IOT in Linux, that > create > & add clickable launcher icons; my plan was to modify these scripts to > write > the cursor size correction scripts into their respective folders when > they're installed.) > > I'll make this av

[Pharo-users] Re: [Pharo-dev] beta testers for the new version of the Pharo mooc

2020-10-01 Thread Christopher Fuhrman
Hi Stef, At the very least I can help, but I will try to find some students. I just upgraded to WSL2 on Windows 10 and would like to see how Pharo performs. C. Fuhrman On Wed, Sep 30, 2020, 10:30 Stéphane Ducasse wrote: > Hello guys > > We are looking for beta tester for the new version of

Re: [Pharo-users] Cant able to run EXE file using LibC

2020-06-21 Thread Christopher Fuhrman
m trying to run "LibC system: 'D:\DEV_FreeCAD\build\bin\test1.exe' " . > But it dont execute. But if i click the test1.exe than it execute. > > > Thanks for the help > > > > -- > Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html > > --

Re: [Pharo-users] How to set path as a variable

2020-06-28 Thread Christopher Fuhrman
ith me. > > Thanks for your help > > > > > -- > Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html > > -- Christopher Fuhrman, P.Eng., PhD *Professeur au Département de génie logiciel et des technologies de l'informationÉTS (École de technologie supé

Re: [Pharo-users] How to set path as a variable

2020-06-28 Thread Christopher Fuhrman
V_FreeCAD\build\bin\;' , path. Cheers, On Sun, 28 Jun 2020 at 11:16, Christopher Fuhrman < christopher.fuhr...@etsmtl.ca> wrote: > Hello, > > Why not use the PATH environment variable in Windows to do what you want? > I deal with setting variables used with

[Pharo-users] Re: We haven't had a design debate in a while - thoughts on CD.buy article...

2021-05-21 Thread Christopher Fuhrman
Hello all - I am reviving this thread with some OO Design archaeology I stumbled upon while revising my course notes. In 1995 Peter Coad proposed a "Do it myself" pattern for assigning responsibilities that says: > > "I do those things that are normally done to the actual object that I'm an >

[Pharo-users] Re: creating a subclass in system browser

2021-04-27 Thread Christopher Fuhrman
/Pharo-Smalltalk-Users-f1310670.html > -- Christopher Fuhrman, P.Eng., PhD *Professeur au Département de génie logiciel et des technologies de l'informationÉTS (École de technologie supérieure)* http://profs.etsmtl.ca/cfuhrman +1 514 396 8638 *L'ÉTS est une constituante de l'Université du Québec*

[Pharo-users] Re: Seaside disappearing under Windows

2021-04-22 Thread Christopher Fuhrman
supporting Windows. On Thu, 22 Apr 2021 at 15:39, Petter wrote: > It might be worth trying to run Pharo under wsl if you have to go Windows? > I > do on my job laptop and it works fine for me. > > > > -- > Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.

[Pharo-users] Re: Pharo 10 & Windows 10 - Frozen

2022-06-12 Thread Christopher Fuhrman
I also had a frozen image problem on my Surface Pro after it sleeps. In my case the frozen Pharo window appears to have an image that was put back into the wrong resolution (I see colored pixels like a P10 window, but they're misaligned). As far as I can tell, the image doesn't respond to

[Pharo-users] Re: Wow - Chat GPT understands Smalltalk

2023-03-15 Thread Christopher Fuhrman
he variable i) is odd by using the >> "isOdd" method. If an element is odd, it will be rejected from the >> collection. >> >> So, the final result is a collection of all even numbers from 1 to 100, >> incrementing by 3 at each step. >> Share this expla