[Pharo-users] Pharo 11 release soon: Please check Issue Tracker

2023-04-05 Thread Marcus Denker
Hi,

Pharo11 us now frozen for a while, it seems we are on a good way to release 
soon.

This is always a good time to clean up the issue tracker.

Please check especially the issues you opend

https://github.com/pharo-project/pharo/issues


Github often fails to close the isssue even though it is correctly set as to be 
closed in the PR.

And often bugs are fixed due to a duplicate issue tracker entry or as part of 
other work.

As we do not timeout issues anymore, we rely on everyone to help to keep this 
in a somewhat sane state…

Marcus

[Pharo-users] Re: A blog on graph algorithms library of Pharo

2023-04-05 Thread Richard O'Keefe
Warmest congratulations to the author(s) of this library.
It's a lot of work, and it's available to the Pharo community.
It doesn't suit my graph-processing needs, but that doesn't
stop me appreciating the contribution.

On Wed, 5 Apr 2023 at 04:29, DK Goutham  wrote:

> Dear Pharo Users,
>
> Here's a blog on *pharo-ai/graph-algorithms* library. This acts as a
> primer for people new to this library and discusses the flow and
> architecture of the library. The motive of this blog is to introduce
> people to the amazing graph library of Pharo and give them enough
> confidence to contribute to this library.
>
> Link:
> https://medium.com/@dkgoutham1806/graph-algorithms-in-pharo-7d12af0be060
>
> Happy reading!
>
> Thank you,
> Goutham
>


[Pharo-users] Re: A blog on graph algorithms library of Pharo

2023-04-05 Thread Guillermo Polito
Hi Goutham!

Thanks for the post!
I like the concrete examples.
I did not find them in the repo, I think pushing the examples as comments or 
executable code in the relevant classes is a great first PR ;)

G

> El 4 abr. 2023, a las 18:29, DK Goutham  escribió:
> 
> Dear Pharo Users,
> 
> Here's a blog on pharo-ai/graph-algorithms library. This acts as a primer for 
> people new to this library and discusses the flow and architecture of the 
> library. The motive of this blog is to introduce people to the amazing graph 
> library of Pharo and give them enough confidence to contribute to this 
> library.
> 
> Link: 
> https://medium.com/@dkgoutham1806/graph-algorithms-in-pharo-7d12af0be060 
> 
> 
> Happy reading!
> 
> Thank you,
> Goutham