[Pharo-users] Re: Foliage 2.1.0

2025-08-05 Thread stephane ducasse via Pharo-users
age github page) > https://github.com/FoliageSample (from your mail) > > Ciao, > Steffen > > > stephane ducasse via Pharo-users schrieb am Sonntag, 3. August 2025 15:33:38 > (+02:00): > > Hello > > I released a new version of Foliage: v2.1.0 > > Foli

[Pharo-users] Foliage 2.1.0

2025-08-03 Thread stephane ducasse via Pharo-users
Hello I released a new version of Foliage: v2.1.0 Foliage is a static web page generator. It takes as input Microdown (including HTML) and generates HTML. ### Features It supports: - Composable template - Simple yet nice blog - [For researchers ] automated publicati

[Pharo-users] Re: New Circular Buffer Implementation for Pharo

2025-06-30 Thread stephane ducasse via Pharo-users
all out of favour and I didn't get the memo? >>> (5) It looks as though calling #capacity: at the wrong time can >>> destroy the integrity of one of >>>these containers, but there is nothing sayiing "don't do that". >>> (6) I am puzzled that they

[Pharo-users] Re: New Circular Buffer Implementation for Pharo

2025-06-30 Thread stephane ducasse via Pharo-users
had tested Deque, but didn't really care about > BoundedDeque > very much, so hadn't tested it very thoroughly.) My bug *was* revealed by a > conventional public-interface-only test, but it would have been revealed > quicker > by a test-the-implementation test like theirs.

[Pharo-users] Re: New Circular Buffer Implementation for Pharo

2025-06-28 Thread stephane ducasse via Pharo-users
familiar #removeAll.    -- See note on question 2.(4) I am extremely puzzled why ALL, like ALL, of the internals of thedata structure are exposed.    Did encapsulation fall out of favour and I didn't get the memo?(5) It looks as though calling #capacity: at the wrong time candestroy the inte

[Pharo-users] Re: New Circular Buffer Implementation for Pharo

2025-06-27 Thread stephane ducasse via Pharo-users
Thanks this is great! > On 18 Jun 2025, at 12:13, Alok via Pharo-users > wrote: > > Hello Everyone, > We're excited to share a new addition to the pharo-containers > . An efficient Circular Buffer > implementation, developed as part of Google Summer of Cod

[Pharo-users] using zinc to server local files

2025-05-29 Thread stephane ducasse via Pharo-users
Hi I would like to use Zinc to debug some files that I’m generating. I do the following (ZnServer defaultOn: 7071) start. (ZnServer defaultOn: 7071) start. ZnServer default delegate: (ZnStaticFileServerDelegate new prefixFromString: ''; directory: '/Users/ducas

[Pharo-users] Re: "Book release: Application Building with Spec 2.0" — New blog post on all: objects all: theTime

2025-02-06 Thread stephane ducasse
to get what they need with a UI for their Pharo > programs. > > For me, it also helps me advocating for Pharo with my colleagues. > > Cheers > Mark > > On Sun, 2 Feb 2025, 12:07 am stephane ducasse, <mailto:stephane.duca...@inria.fr>> wrote: >> Thanks. &

[Pharo-users] About String and Symbol equality

2025-02-02 Thread stephane ducasse
Hello people In Pharo (following Squeak tradition) a string is equals to its symbol representation. e.g. ’tintin’ = #tintin > true In other Smalltalk dialects this is not the case. We have been working (sponsored by Lifeware) to support both semantics (yes this is a kind of

[Pharo-users] Re: "Book release: Application Building with Spec 2.0" — New blog post on all: objects all: theTime

2025-02-01 Thread stephane ducasse
Thanks. Writing this book was a daunting huge difficult exhausting task that took me around 4 years or more. This publisher is managed using a not so great Php software and I can tell you that you can feel it when you have to manage the books. S > On 30 Jan 2025, at 17:51, giorgio ferraris

[Pharo-users] Little poll to help us improving Spotter

2025-01-25 Thread stephane ducasse
Hi Pharoers We’re gathering feedback to improve the Spotter tool in Pharo. The survey is quick and focuses on your experience with it, if you could take a few minutes to share your thoughts it would be great. Here's the link: https://sondages.inria.fr/index.php/319877?lang=en Best regards, Sa

[Pharo-users] Re: New VM Release v10.3.3

2025-01-20 Thread stephane ducasse
Thanks a lot for you dedication and positive energy around this important artefact. S > On 16 Jan 2025, at 10:27, Guillermo Polito wrote: > > Hi all, > > We’ve published a new VM release (v10.3.3) to be used with Pharo versions 10 > through 13. > > 10.3.3 includes all changes in 10.3.2 (tha

[Pharo-users] Re: [Pharo-dev] "Evaluation of SUnit" — New blog post on all: objects all: theTime

2025-01-07 Thread stephane ducasse
Thanks for sharing it with us. It is great! > On 22 Nov 2024, at 23:10, Yanni Chiu wrote: > > The blog post has "Nobody thought about automating that process. Until > Kent Beck did." That is not accurate, AFAIK. I believe it was in Kent > Beck's original EXtreme Programming book where he says

[Pharo-users] Re: [Ann] v10.4.0 pillar

2024-11-15 Thread stephane ducasse
> On 12 Nov 2024, at 14:56, Samuel Teixeira Santos wrote: > > Hi all > > Very interesting your project Stéphane, congratulations for it > > Is there any tutorial or video showing the entire process from creation to > publishing (detailing things like margins, layouts, colors RGB to CMYK, >

[Pharo-users] Re: "Book release: Application Building with Spec 2.0" — New blog post on all: objects all: theTime

2024-11-13 Thread stephane ducasse
The pdf is online check https://books.pharo.org > On 7 Nov 2024, at 12:30, Samuel Teixeira Santos wrote: > > Hi everyone > > Congratulations for the effort. Definitely a welcome project to all that > enjoy Pharo. > > Is it possible to list the table of contents? > > Regards > > > Samuel

[Pharo-users] Re: "Book release: Application Building with Spec 2.0" — New blog post on all: objects all: theTime

2024-11-13 Thread stephane ducasse
The language is english and on the bod interface I explicitly said it but may be the company (a german company having an office at Paris pushes information as french … who knows). Now on amazon I’m even marked as author of a book I never wrote. > On 7 Nov 2024, at 12:27, giorgio ferraris wro

[Pharo-users] [Ann] v10.4.0 pillar

2024-11-12 Thread stephane ducasse
Hello Pharoers I’m regularly improving Microdown and Pillar. I’m happy to announce the release of Pillar v10.4.1 https://github.com/pillar-markup/pillar/releases/tag/v10.4.1 Uses Microdown V2.7.1: introduces new elements to support Foliage and web generation. It improves the document checker.

[Pharo-users] Re: Pharo 12 and instanceVariables

2024-09-22 Thread stephane ducasse
https://github.com/pharo-project/pharo/pull/17151 with less typos :) > On 22 Sep 2024, at 22:01, stephane ducasse wrote: > > Thanks for your question. > I will add the following to the doc folder :) > > Stéphane Ducasse http://stephane.ducasse.free.fr 06 30 93 66 73

[Pharo-users] Re: [Ann] Soil v2

2024-08-29 Thread stephane ducasse
Excellent news! S > On 28 Aug 2024, at 14:00, Norbert Hartl wrote: > > We are proud to announce the availability of Soil version 2. > > This release is dated back to July because we made some bigger changes after > that and all the bug fixes before that deserve a release. You can access the

[Pharo-users] Ottawa area is looking for a full time Smalltalk job

2024-08-03 Thread stephane ducasse
If anyone in the Ottawa area is looking for a full time Smalltalk job, EDC is hiring: https://www.linkedin.com/jobs/view/3969510008/ Export Development Canada | Exportation et développement Canada hir... Posted 3:46:38 PM. Export Development Canad

[Pharo-users] Re: [ANN] class-diff: a new tool for comparing classes

2024-07-24 Thread stephane ducasse
Pharo 12 or 13 or 11 Pharo 9 is quite old S > On 24 Jul 2024, at 04:06, Richard O'Keefe wrote: > > Thanks for the advice about Spec2. > I was keen to try Class-diff out, so I fired up Pharo, followed the > installation instructions with no problems, and then tried the > example. > The example

[Pharo-users] Re: Does the Pharo and Squeak IDEs have some kind of screen and keyboard macro system?

2024-06-27 Thread stephane ducasse
Yes! In pharo you can control the SDL2.0 driver. S > On 25 Jun 2024, at 21:14, vfclists wrote: > > > Does Pharo and Squeak have some screen activity recording system that can > record your keystrokes and mouse clicks and convert them to UI commands for > playback? > > > -- > Frank Church

[Pharo-users] Re: Can the rewrite tool replace a single statement with multiple statements?

2024-06-05 Thread stephane ducasse
anted to pick them apart). I think the top tip in all of this is to > use the handy source code ast inspector to help you reason on the structure. > Sometimes this is arcane to me. I think that I would have to concentrate and do a full review of code using tons of new tests :) > The

[Pharo-users] Re: Can the rewrite tool replace a single statement with multiple statements?

2024-06-04 Thread stephane ducasse
Hi Tim This is on my todo to have a serious look at the pattern matcher Now one of the few documentation that we have in the blog and I ported it in the blog post in /doc folder. S > On 4 Jun 2024, at 01:35, Tim Mackinnon wrote: > > Hey Gabriel - thanks for chipping in - you've made me re

[Pharo-users] Re: Can the rewrite tool replace a single statement with multiple statements?

2024-06-04 Thread stephane ducasse
Hi Tim This is on my todo to have a serious look at the pattern matcher Now one of the few documentation that we have in the blog and I ported it in the blog post in /doc folder. S > On 4 Jun 2024, at 01:35, Tim Mackinnon wrote: > > Hey Gabriel - thanks for chipping in - you've made me re

[Pharo-users] 12 Month engineer position at Toulouse in Pharo

2024-06-01 Thread stephane ducasse
Hi people Can you distribute this job position around you? Yannick Chevalier has a position to develop a tool to detect abnomalies Développement de l’outil iCANt pour la détection d’anomalies Who: yannick.cheval...@gmail.com

[Pharo-users] Re: Recent Pharo's seem to lose first keystroke when you swap to them to paste?

2024-05-29 Thread stephane ducasse
Tx I did not know that pasting twice was working… How a strange bug. S > On 27 May 2024, at 22:32, Tim Mackinnon wrote: > > I've submitted the issue https://github.com/pharo-project/pharo/issues/16700 > and noted other comments > > On Mon, 27 May 2024, at 5:02 PM, Tim Mackinnon wrote: >> >>

[Pharo-users] Re: [SOLVED] Shortcut CMD-v for version history

2024-05-25 Thread stephane ducasse
Since this mailing-list is not a bug tracker I created an issue with the feature. https://github.com/pharo-project/pharo/issues/16694 I will not comment this but smart people will easily guess. Now Pharo is more important than that. S > On 25 May 2024, at 06:42, Davide Varvello via Pharo-users

[Pharo-users] Re: Getting started with the easy projects

2024-05-16 Thread stephane ducasse
Hi richard I wanted to tell you that there is also a chapter about how to contribute in the Managing your code https://books.pharo.org/booklet-ManageCode/pdf/2020-05-12-ManageCode.pdf 2020-05-12-ManageCode PDF Document · 2,1 MB S > On 4 May 2024, at 09:10, stephane ducasse wrote: >

[Pharo-users] Re: [Pharo-dev] This week (19/2024) on the Pharo Issue Tracker

2024-05-13 Thread stephane ducasse
t; On 13 May 2024, at 15:31, stephane ducasse wrote: >> >> Hi >> >> I imagine that this is for Pharo 13 >> >> S >> >>> On 13 May 2024, at 03:11, Marcus Denker wrote: >>> >>> # Pharo 12 >>> >>>

[Pharo-users] Re: P12 new Tonel formatting and PR implications

2024-05-13 Thread stephane ducasse
-- > Cyril Ferlicot-Delbecque > https://ferlicot.fr <https://ferlicot.fr/> > > On Monday, May 13th, 2024 at 12:55 PM, stephane ducasse > wrote: >> Cyril >> >> could you add that in the wiki somewhere. I will publish something on pharo >> weekly. &g

[Pharo-users] Re: [Pharo-dev] This week (19/2024) on the Pharo Issue Tracker

2024-05-13 Thread stephane ducasse
Hi I imagine that this is for Pharo 13 S > On 13 May 2024, at 03:11, Marcus Denker wrote: > > # Pharo 12 > > - 16576-Problem-with-completion-in-the-tutorial #16582 > https://github.com/pharo-project/pharo/pull/16582 > > > # Virtual Machine > > - Bump to MacOS 11 and above #792 >

[Pharo-users] Re: P12 new Tonel formatting and PR implications

2024-05-13 Thread stephane ducasse
https://pharoweekly.wordpress.com/2024/05/13/about-controling-change-format-in-p12/ > On 13 May 2024, at 05:45, Cyril FERLICOT-DELBECQUE via Pharo-users > wrote: > > Hi, > > Here are some additional notes to what was already answered. > > If you want to convert all the files of a repository

[Pharo-users] Re: P12 new Tonel formatting and PR implications

2024-05-13 Thread stephane ducasse
Cyril could you add that in the wiki somewhere. I will publish something on pharo weekly. S > On 13 May 2024, at 05:45, Cyril FERLICOT-DELBECQUE via Pharo-users > wrote: > > Hi, > > Here are some additional notes to what was already answered. > > If you want to convert all the files of a

[Pharo-users] Re: The System Browser has recently started showing 2 comments tabs - one is text and one is formatted pretty. That seems odd and is not wanted...

2024-05-13 Thread stephane ducasse
nday, May 13, 2024 at 11:05:39 AM GMT+2, stephane ducasse > wrote: > > > > > > I understand. > Can you tell us what is blocking you to switch versions? > > > You should know that we did an amazing amount of job fixing a lot of glitches > and improving

[Pharo-users] Re: P12 new Tonel formatting and PR implications

2024-05-12 Thread stephane ducasse
The team will be back from vacation…. last week was a three free days week :). S > On 12 May 2024, at 06:21, Tim Mackinnon wrote: > > Asking this here as it didn’t get much traction on Discord - but with the > move to P12, the category format in Tonel has changed from a symbol to a > string e

[Pharo-users] Re: Window size: look at ClyBrowserMorph>>initialExtent

2024-05-12 Thread stephane ducasse
+ 1000 S > On 10 May 2024, at 13:03, Tim Mackinnon wrote: > > Davide - why don't you submit a PR? I'm sure you can figure out how to add a > settings to the system (can't offhand remember, but there are examples - and > you can ask on the discord) and it would be a nice contribution to make .

[Pharo-users] Re: The System Browser has recently started showing 2 comments tabs - one is text and one is formatted pretty. That seems odd and is not wanted...

2024-05-12 Thread stephane ducasse
y the issue by creating another new image based > on Pharo 10 (stable). > > This time I didn’t make any changes, alter settings, or loading any code or > libraries. > > I checked the simple image and verified that the System Browser issue was > happening. > > Beca

[Pharo-users] Re: Getting started with the easy projects

2024-05-04 Thread stephane ducasse
connected to a repository. >> >> I think a "Complete Idiot's Guide to Getting Started with Distributed >> Development in Phraro" probably already exists somewhere, I just >> don't know where to look for it. >> >> On Sat, 27 Apr 2024 at 21:05, stepha

[Pharo-users] Re: Getting started with the easy projects

2024-04-27 Thread stephane ducasse
Hi richard > https://github.com/orgs/pharo-project/projects/8 > lists some easy projects. I'd like to make a contribution. Cool. The first thing I suggest is to take the stupidiest issue like adding a comment in a method or fixing a badly written comment and make a PR. I like to do this trivia

[Pharo-users] Re: [Esug-list] [ANN] Pharo 12 released !

2024-04-26 Thread stephane ducasse
Thanks to all the team and contributors for this cool release. S > On 26 Apr 2024, at 12:18, Esteban Lorenzano wrote: > > Dear Pharo users and dynamic language lovers: > > We have released Pharo version 12! > > What is Pharo? > > Pharo is a pure object-oriented programm

[Pharo-users] Re: How to log pharo output to stdio safely?

2024-04-17 Thread stephane ducasse
just out of my mind and before breakfast :) did you see Stdio ? S > On 18 Apr 2024, at 01:31, Tim Mackinnon wrote: > > Hi - I've been messing around with deploying a hobby pharo app to the web.. > which has become a lot simpler over the years, although the tech keeps > changing and you have

[Pharo-users] Re: remove breakpoint ?

2024-04-14 Thread stephane ducasse
ys encourage to ask and I value that a lot! I did that also in > discord channel. > best regards > Haroldo > > El dom, 7 abr 2024 a la(s) 5:38 p.m., stephane ducasse > (stephane.duca...@inria.fr <mailto:stephane.duca...@inria.fr>) escribió: >> Hi arnoldo >>

[Pharo-users] Early rate deadline is approaching....

2024-04-09 Thread stephane ducasse
Hello People do not miss this unique opportunity to participate in ESUG in early July https://esug.org Pay attention that the early rate end is approaching… 15 of April 2024. https://registration.esug.org/ESUG Stéphane Ducasse http://stephane.ducasse.free.fr 06 30 93 66 73 "

[Pharo-users] Call for Presentations @ ESUG 2024

2024-04-04 Thread stephane ducasse
Dear Friends The deadline for the presentation proposal was 1st of April. We extended it until 8th of April. You are probably busy but we the organisers deserve consideration too. ESUG 2024 Call for Presentations from 8 to 11 July 2024 Lille France https://esug.github

[Pharo-users] Re: Books about Pharo

2024-04-03 Thread stephane ducasse
a.se/blog/2024/02/02/blogging_in_djot_instead_of_markdown/ > [4] https://github.com/ruidajo/markdeep/ > > [^a]: I'm half of the population of the two active Smalltalkers/Pharoers in > my country, working in the language part time. We need to cleverly combine > resources with

[Pharo-users] Re: Books about Pharo

2024-03-27 Thread stephane ducasse
ng. But seeing the advances in > Microdown and its interactive viewer is pretty inspiring. I hope to check > some Pharo books prepackaged with upcoming releases. > > Keep the good work, > > Offray > > On 14/03/24 9:40, stephane ducasse wrote: >> Hi Richard >> >&

[Pharo-users] Call for presentation @ ESUG 2024

2024-02-13 Thread stephane ducasse
Dear friends Please distribute the following call ESUG 2024 Call for Presentations from 8 to 11 July 2024 Lille France https://esug.github.io https://esug.github.io/2024-Conference/conf2024.html You can support the ESUG conference in many different ways: - Spon

[Pharo-users] Re: A little post Why class number is an idiotic quality metric?

2024-02-11 Thread stephane ducasse
https://pharoweekly.wordpress.com/2024/02/10/why-class-number-is-an-idiotic-quality-metric/ > On 10 Feb 2024, at 10:13, stephane ducasse wrote: > > > https://wordpress.com/post/pharoweekly.wordpress.com/4226 > > > Stéphane Ducasse > http://stephane.ducasse.free.fr &

[Pharo-users] A little post Why class number is an idiotic quality metric?

2024-02-10 Thread stephane ducasse
https://wordpress.com/post/pharoweekly.wordpress.com/4226 Stéphane Ducasse http://stephane.ducasse.free.fr 06 30 93 66 73 "If you knew today was your last day on earth, what would you do differently? ESPECIALLY if, by doing something different, today might not be your last day on earth.”

[Pharo-users] ESUG 2024 book the dates

2024-01-15 Thread stephane ducasse
Hello The ESUG board decided the dates and location of the next ESUG conference ESUG 2024 will be at Lille from 8th to 11th July 2024. Notice that this year the conference will be on 4 days. The early rate registration will be 15 of April 2024. The IWST workshop will

[Pharo-users] Call for chapters

2024-01-06 Thread stephane ducasse
Welcome to this collaborative book. We are looking for contributions to new tools in the Pharo ecosystem. Here is a non-exhaustive list of possible tools we have in mind. Development tools such as refactoring, memory usage, and new approaches to debugging Development tools such as UI builders D

[Pharo-users] PhD on Pharo completion with machine learning

2023-12-22 Thread stephane ducasse
Code completion for large projects and small languages https://recrutement.inria.fr/public/classic/fr/offres/2023-07003 S Stéphane Ducasse http://stephane.ducasse.free.fr / http://www.pharo.org 03 59 35 87 52 Assistant: Aurore Dalle FAX 03 59 57 78

[Pharo-users] Re: [rmod] Pharo needs you! Call to save the Pharo UI

2023-11-23 Thread stephane ducasse
Thanks hernan. I do not think that there is a fileList in newTools. I will check your file dialog. S > On 23 Nov 2023, at 20:43, Hernán Morales > wrote: > > Hi Stef, > > De: "Stephane Ducasse" <mailto:stephane.duca...@inria.fr>> > Para:

[Pharo-users] Pharo needs you! Call to save the Pharo UI

2023-11-23 Thread stephane ducasse
Hello people If you want that Pharo just do not endlessly stay with such a crappy UI we all know, please consider joining the effort. We should make sure that as a general principle, a model MUST not refer to a UI. So that we can change the UI. We are working on it. But we need help. We shoul

[Pharo-users] Summer school at Split

2023-07-02 Thread stephane ducasse
Hello people We are so excited to announce the Immersive Pharo Summer School, to be held fro 11th to 15th of September in Split, Croatia. If you are or you have a student or a newcomer interested to learn about Pharo and technologies around it, please find more info and apply at https://newcom

[Pharo-users] Help Pharo by tagging your pharo projects on GH

2023-06-20 Thread stephane ducasse
Hi guys We would like to make sure that the numbers given in the following page https://github.com/topics/pharo reflects a bit better the numbers of projects in Github. So could you tag your pharo projects on github with the Pharo tag? Thanks in advance. S

[Pharo-users] Do not miss ESUG 2023

2023-06-13 Thread stephane ducasse
Just a little reminder… Do not miss ESUG 2023. http://registration.esug.org/ come and meet the community https://www.youtube.com/watch?v=9p-AkoHjRVk The city is really nice, the food great, super nice conference. Really nice museums. https://esug.github.io/2023-Conferen

[Pharo-users] Talk next wednesday

2023-05-27 Thread stephane ducasse
Hello I will give a presentation with discussion via the UK smalltalk online gathering next wednesday. https://www.meetup.com/ukstug/events/293473947/ MeetupStephane Ducasse - Pharo: a vision implemented step by step, Wed, M...For our May presentation, Stephane Ducasse will present the vision

[Pharo-users] Fwd: 📅 Just scheduled: Stephane Ducasse - Pharo: a vision implemented step by step

2023-05-24 Thread stephane ducasse
Hi guys I will present some points around Pharo and P11 in particular For our May presentation, Stephane Ducasse will present the vision behind Pharo and how that is been implemented incrementally across multiple releases. In Stef's words: "The vision of Pharo is based on thr

[Pharo-users] Re: It's been a while since I've used Pharo, and I'm having trouble with multibyte input on linux.

2023-05-19 Thread stephane ducasse
Thanks Tomohiro. S > On 19 May 2023, at 00:33, Tomohiro Oda wrote: > > Peter, > > Please try setting the env vars SDL_IM_MODULE=fcitx. > I haven't tried korean inputs, but I used a japanese input on > linux/pharo with a trick. (cf > https://github.com/tomooda/PharoIM/issues/11#issuecomment-104

[Pharo-users] Re: It's been a while since I've used Pharo, and I'm having trouble with multibyte input on linux.

2023-05-18 Thread stephane ducasse
Hi peter What is xim? What you should know is that Pharo event / input now is based on SDL 20. S > On 18 May 2023, at 18:44, peter yoo wrote: > > Until PHARO 9.0, I had no problem with XIM input on LINUX. > > After a long time, I heard about PHARO 11 and tested it and it doesn't accept > X

[Pharo-users] ESUG Presentation deadline is 1st of JUNE!

2023-05-01 Thread stephane ducasse
Hello people do not wait the last moment, it will help the organizers. ESUG 2023 Call for Presentations 28.8.2023 to 01.9.2023 Lyon France https://esug.github.io https://esug.github.io/2023-Conference/conf2023.html Deadline for

[Pharo-users] ESUG 2023 student volunteer program!

2023-05-01 Thread stephane ducasse
Please distribute to the community and more Call for Student Volunteers Student volunteers help keep the conference running smoothly; in return, they have free accommodations, while still having most of the time to enjoy the conference. Pay attention: the places are limited so do not wait till

[Pharo-users] Fwd: [Esug-list] [IWST 2023]Call for Papers

2023-04-12 Thread stephane ducasse
ond > place and 400 USD for third place. > > The ranking will be decided by the program committee during the review > process. The awards will be given during the ESUG conference social event. > > The Best Paper Award will take place only with a minimum of six submissions. > No

[Pharo-users] ESUG 2023 Call for participation

2023-02-11 Thread stephane ducasse
ESUG 2023 Call for Presentations 28.8.2023 to 01.9.2023 Lyon France https://esug.github.io https://esug.github.io/2023-Conference/conf2023.html ESUG is the premium and fun conference around smalltalk technologies. You can support the ESUG conference in many differ

[Pharo-users] IWST proceedings online

2023-01-10 Thread stephane ducasse
Hi guys I’m happy to sahre with you this EXCELLENT news. The proceedings of IWST 22 are now online https://ceur-ws.org/Vol-3325/ in a nice collection. I would like to warmly thank all the authors, loic and vincent for their great job. Soon we will send around the call for paper for 2023! S

[Pharo-users] Re: The System Browser has recently started showing 2 comments tabs - one is text and one is formatted pretty. That seems odd and is not wanted - has anyone else seen this? Pharo 10 stab

2023-01-08 Thread stephane ducasse
Hi mark Which version of Pharo are you using? In P11 I saw some regressions. S > On 8 Jan 2023, at 14:30, mark.odonoghue.2...@gmail.com wrote: > > >

[Pharo-users] [ Smalltalkers wanted... ]

2022-11-23 Thread stephane ducasse
We are looking for Smalltalkers for adesso insurance solutions GmbH. Remote work is possible and German language is required (at least B2). Links: https://www.adesso.de/de/jobs-karriere/unsere-stellenangebote/Software-Engineer-Smalltalk-all-genders-fuer-die-adesso-in-de-j2429.html

[Pharo-users] Re: STON little question

2022-11-04 Thread stephane ducasse
I found stonProcessSubObjects: block "Execute block to (potentially) change each of my subObjects. In general, all instance and indexable variables are processed. Overwrite when necessary. Not used when #stonContainSubObjects returns false." 1 to: self cl

[Pharo-users] Re: STON little question

2022-11-04 Thread stephane ducasse
> On 4 Nov 2022, at 17:56, stephane ducasse wrote: > > Hi Sven > > I was using STON in P7 and I’m now migrating to P10. > In the past I had no problem with a SortedCollection and now I have because > of the block serialisation (of course). > So I cannot really

[Pharo-users] STON little question

2022-11-04 Thread stephane ducasse
Hi Sven I was using STON in P7 and I’m now migrating to P10. In the past I had no problem with a SortedCollection and now I have because of the block serialisation (of course). So I cannot really ignore or skip my sorted collection because it has what I want. I could go over all my collections

[Pharo-users] [Ann] Bloc v1.0

2022-10-26 Thread stephane ducasse
Hi all At ESUG and after about a year of development, the Pharo consortium was happy to announce a first version of the Bloc graphics framework as available in https://github.com/pharo-graphics/bloc Here is the video of the ESUG presentation

[Pharo-users] Version of magritte for Pharo10

2022-10-08 Thread stephane ducasse
Hi I tried to load v3.7 in plain Pharo 10 and it breaks :( I tried to load v3.8 and it breaks with the same error Which version is supposed to work with P10? Because I saw that the baseline was updated. S

[Pharo-users] Sponsoring our new mooc

2022-10-05 Thread stephane ducasse
Since more than a year we have been working on a new mooc called: “Advanced Object-oriented Design and Development” It will be quite good. We are bullet proofing it with a new lecture here at Lille. It will not focus on Pharo but on object-oriented design, tests, design patterns. It will pres

[Pharo-users] [Roassal - Spec ] How can I trigger the refresh of an inspector pane

2022-09-25 Thread stephane ducasse
Hi I have a roassal pane in my inspector to display quadtrees. I added the possibility to add a point to the inspected quadtree. But the pane does not refresh I have to do it by hand and I would like to know how I can force the inspector to refresh

[Pharo-users] Re: Esug - Angela Bragagnolo

2022-08-21 Thread stephane ducasse
Hi santiago I just learned that and I’m really so sad. Do you know who we should call? Does she have a contact point? Do you know the taiwanese ambassy at Paris. S > On 21 Aug 2022, at 15:41, Santiago Bragagnolo > wrote: > > Hello everyone, my wife Angela was going to assist esug this year

[Pharo-users] Re: Porting from VW 8.3 to Pharo

2022-08-03 Thread stephane ducasse
Hi If in the process you discover easy changes on the pharo side that can be either integrated in Pharo or packages from the Pharo side to help migration let us know. We would like to help but we are really really super full. I tried to help to package values but I did not understand the proces

[Pharo-users] Two engineer positions

2022-07-29 Thread stephane ducasse
Hello please distribute We have two engineer positions opening: - one on improving the Pharo VMs - one on designing IA library We will also have another engineering position on analysing Fortran (with the possibility to develop a startup) Contact us if you are interesting

[Pharo-users] Fwd: [Esug-list] [ESUG 2022] Innovation Technology Awards

2022-07-03 Thread stephane ducasse
> Begin forwarded message: > > From: Noury Bouraqadi > Subject: [Esug-list] [ESUG 2022] Innovation Technology Awards > Date: 20 June 2022 at 11:55:43 CEST > To: Members ESUG > > Dear fellow Smalltalkers, > > ESUG conference is a great event with multiple opportunities to discover and > exc

[Pharo-users] Pharo-vm mailing-list

2022-07-01 Thread stephane ducasse
Hi Since a couple of years the Pharo crew has been working on the Pharo-vm and most of the communication was using internal channels. Now that the community is growing we believe that it is important to have a public way to communicate around the VM and our current and future developments.

[Pharo-users] ESUG deadline for Presentation

2022-06-03 Thread stephane ducasse
Hi Happy Smalltalkers Two important points - We are starting to work on the program of ESUG 2022 and we will accept some more talks but do not wait too long. https://esug.github.io/2022-Conference/call2022.html

[Pharo-users] Re: MIDI Interface?

2022-05-18 Thread stephane ducasse
Antoine can you reply to Stewart? > On 16 May 2022, at 01:03, Stewart MacLean wrote: > > Hi Santiago, > > Thanks for this. My primary interest at the moment is interfacing with Midi. > > The sound stuff looks interesting, even if it is not quite my cup of tea > music wise :) > > How far ha

[Pharo-users] Re: [Esug-list] [PDFtalk] Porting to non-namespace Smalltalks

2022-03-27 Thread stephane ducasse
BTW about porting from VW, you see a friend of mine wanted to see how to help porting Siren to Pharo. Now this is not possible because he could not get a personal VW license. So even if people want to help pointing to a store database is equivalent to /dev/null for most people. For example I c

[Pharo-users] Pharo with Style (new version) is now available as physical book

2022-03-12 Thread stephane ducasse
-9782322182015.html> https://www.bod.fr/librairie/pharo-with-style-stephane-ducasse-9782322182015 <https://www.bod.fr/librairie/pharo-with-style-stephane-ducasse-9782322182015> I will update the web site as soon as I get time. S

[Pharo-users] Re: Detecting keystrokes in Spec2 input fields

2022-03-12 Thread stephane ducasse
in general this is not a good style to set color directly. Using style will make sure that your components will support themes in a simpler way. Because you will not have to have case statements and check all the place where you change color. S > On 12 Mar 2022, at 15:53, Robert Briggs via Pha

[Pharo-users] Fwd: ESUG 2022 call for presentations And Call for student volunteers

2022-02-20 Thread stephane ducasse
A reminder… S > Begin forwarded message: > > From: "stephane.duca...@free.fr" > Subject: ESUG 2022 call for presentations And Call for student volunteers > Date: 13 January 2022 at 13:23:44 CET > > ESUG 2022 > Serbia 22. – 26.8. > > You can support the ESUG conference in many different

[Pharo-users] ESUG 2022 call for presentations & Call for student volunteers

2022-01-13 Thread stephane ducasse
ESUG 2022 Novisad Serbia 22. – 26.8. https://esug.github.io/2022-Conference/call2022.html You can support the ESUG conference in many different ways: Sponsor the conference. New sponsoring packages are described at http://www.esug.org/supportesug/becomeasponsor/

[Pharo-users] Pharo sprint at Prague

2021-11-23 Thread stephane ducasse
Hi happy smalltalkers We want to organise a Pharo sprint at Prague either friday 26 Nov or saturday 27 Nov Let us know if you want to join hacking and having fun. S.

[Pharo-users] Book the dates: Pharo Days 2021: 3/4 March 2022 @ Lille

2021-10-21 Thread stephane ducasse
Dear Pharoers We are super excited to announce the dates of the next Pharo Days. Pharo Days 2021 will be held at Lille 3/4 March 2022 We will set soon a program and a website. Stay tuned. S.

[Pharo-users] possible dates for Pharo Days 2022 :)

2021-10-07 Thread stephane ducasse
Hello guys We are super excited because we want to organise PharoDays at Lille We are checking some possible dates and we would like to know your point of view. right now we were thinking that 3/4 or 10/11 march would be good. So let us know. S

[Pharo-users] https://yesplan.be/en/vacancy/full-stack-software-engineer

2021-08-01 Thread stephane ducasse
Job at yesplan… Cool company. S

[Pharo-users] Updates from the trenches...

2021-07-28 Thread stephane ducasse
Hello community Just a little mail from holidays to let you know that from September on we will try a new organisation. Pharo 9 (with Covid and amount of work) was stressful for us. Seriously we deliver more than expected so we did several meta meetings (and we will continue) to understand how

Re: [Pharo-users] Sorry - Please Stay!!!

2018-04-22 Thread Stephane Ducasse
Apr 22, 2018 at 6:46 PM, Stephane Ducasse wrote: > +1 > > On Sun, Apr 22, 2018 at 2:29 PM, wrote: >>> Well, I guess I don't belong here anymore… >> >> Please don't let one personality define our community. I'm sure there are a >> lot of p

Re: [Pharo-users] question re. meaning of 'self' in a method used for testing

2018-04-22 Thread Stephane Ducasse
Indeed TestCase is a really a special class and it can be really looking strange at first. On Sun, Apr 22, 2018 at 2:20 PM, Sean P. DeNigris wrote: > Gregg Williams wrote >> Hi—I’m a beginner in Pharo and am working my way through Pharo by Example >> 5.0 (PbE) and Learning OOP and TDD with Pharo

Re: [Pharo-users] Sorry - Please Stay!!!

2018-04-22 Thread Stephane Ducasse
+1 On Sun, Apr 22, 2018 at 2:29 PM, wrote: >> Well, I guess I don't belong here anymore… > > Please don't let one personality define our community. I'm sure there are a > lot of people, like me, who appreciate your perspective and efforts. Steph > has said the same thing to me multiple times a

Re: [Pharo-users] question re. meaning of 'self' in a method used for testing

2018-04-22 Thread Stephane Ducasse
tx guys for your help. cleaning the garden (was a junggle -well still). On Sun, Apr 22, 2018 at 12:18 PM, Hilaire wrote: > Le 22/04/2018 à 05:25, Gregg Williams a écrit : >> >> 2) In testAllIsogramSet, why do you need ‘self’? After all ‘isograms’ is a >> data structure, and its message is ‘do:’ >

Re: [Pharo-users] Where do we go now ?

2018-04-21 Thread Stephane Ducasse
way to get > it misinterpreted. (E.g. "grafoscopio" which has nothing to do with graphs > or visualizations, as it is text/nodes/code snippets organization tool.) > > (For the record I tend to name projects with the most boring name I can come > up with (tonel-migration, I

Re: [Pharo-users] min:max:

2018-04-21 Thread Stephane Ducasse
Yes :) On Sat, Apr 21, 2018 at 4:21 PM, Sven Van Caekenberghe wrote: > > >> On 21 Apr 2018, at 15:35, Stephane Ducasse wrote: >> >> Oh yes >> >> On Sat, Apr 21, 2018 at 12:12 AM, Chris Cunningham >> wrote: >>> A name like

Re: [Pharo-users] min:max:

2018-04-21 Thread Stephane Ducasse
Oh yes On Sat, Apr 21, 2018 at 12:12 AM, Chris Cunningham wrote: > A name like this would be clearer (although much more annoying): > > returnAtLeast: minValue butNoMoreThan: maxValue > 10 returnAtLeast: 12 butNoMoreThan: 48 > > Thanks, > cbc > > On Fri, Apr 20, 2018 at 12:51 PM, Hilaire

  1   2   3   4   5   6   7   8   9   10   >