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

2024-05-03 Thread Sebastian Jordan Montano
You have the guide how to contribute to a fix in Pharo: https://github.com/pharo-project/pharo/wiki/Contribute-a-fix-to-Pharo Sebastian - Mail original - > De: "Richard O'Keefe" > À: "Any question about pharo is welcome" > Envoyé: Vendredi 3 Mai 2024 12:28:16 > Objet: [Pharo-users]

[Pharo-users] Re: "Introducing Atlas" — New blog post on all: objects all: theTime

2024-03-11 Thread Sebastian Jordan Montano
Nice!! Sebastian > De: "Russ Whaley" > À: "Any question about pharo is welcome" > Envoyé: Dimanche 10 Mars 2024 19:14:40 > Objet: [Pharo-users] Re: "Introducing Atlas" — New blog post on all: objects > all: theTime > Great reading Koen. I'm looking forward to your efforts :) > On Sun, Mar

[Pharo-users] Embedding FAUST in Pharo - meet the FAUST team in Lyon

2023-08-17 Thread Sebastian Jordan Montano
Here is a message from Domenico: I tried to sent an email about this to the Pharo mailing list, but I am not sure it was forwarded. so: as ESUG in Lyon this year, I was chatting with some people of the FAUST (https://faust.grame.fr/) team at GRAME (https://www.grame.fr/) about my live coding

[Pharo-users] Re: Collection>>reduce naming

2023-04-13 Thread Sebastian Jordan Montano
Hello Steffen, Let's take Kotlin documentation (https://kotlinlang.org/docs/collection-aggregate.html#fold-and-reduce) > The difference between the two functions is that fold() takes an initial > value and uses it as the accumulated value on the first step, whereas the > first step of

[Pharo-users] Pharo accepted to Google Summer of Code 2023

2023-02-23 Thread Sebastian Jordan Montano
Hello! We are happy to announce that we got accepted for this year Google Summer of Code! This is really good for us because it helps to expand the impact of our technologies and to have more people involved in our community. Please share it on your social medias. I will put some links -

[Pharo-users] New Memory Profiler

2023-02-21 Thread Sebastian Jordan Montano
Hello, I have been working on a new Memory Profiling for profiling object allocations. The profiler has reached a first stable version and I would like to share it with you. [ https://github.com/jordanmontt/illimani-memory-profiler |

[Pharo-users] Re: Call for project ideas: Google Summer of Code 2023

2023-02-03 Thread Sebastian Jordan Montano
Hello Vince, Thank you for your suggestion. But unfortunately the project seems complex enough to be picked up by someone who does not have experience in the subject. Sebastian > De: vin...@gmail.com > À: "pharo-users" > Envoyé: Jeudi 2 Février 2023 06:25:49 > Objet: [Pharo-users] Re: Call

[Pharo-users] Call for project ideas: Google Summer of Code 2023

2023-02-01 Thread Sebastian Jordan Montano
Hello all, As Pharo community we are postulating to Google Summer of Code 2023. We would like to have new brand ideas for this new edition! We would like to know if there are people in the community that have some cool project ideas :) If you have an idea.s, don’t hesitate to share

[Pharo-users] Removing Calypso rule critiques

2023-01-18 Thread Sebastian Jordan Montano
Hello everyone, I would like to hide/remove all Calypso rules. I tried in Settings > Code Browsing > Calypso Browser > "Show critiques method" group but it does not work. When you are new in Pharo they are ok because they help you learn Pharo. But after a time they only bother and occupy

[Pharo-users] Re: Causal profiling

2023-01-15 Thread Sebastian Jordan Montano
Hello Mayuresh, As you said, in Pharo we don't have an implementation of a casual profiler at the moments. I don't know if someone will implement one in a near future. We have other profilers in Pharo: MessageTally and AndreasProfiler, both already in the image, are profilers that use sampling

[Pharo-users] Re: New to Pharo: Some questions

2023-01-15 Thread Sebastian Jordan Montano
Hola Juan, Good to hear that you are interested in Pharo. The equivalent of Matplotlib is Roassal. You can check this video that we did (7min) of using Roassal for making visualizations for football data: [ https://www.youtube.com/watch?v=LOn9jVGa83c |

[Pharo-users] Re: Pharo dark window buttons

2022-12-02 Thread Sebastian Jordan Montano
in that aspect. Cordialement, Sebastian Jordan - Mail original - > De: "pierre misse-chanabier" > À: "pharo-users" > Cc: "Sebastian Jordan Montano" > Envoyé: Jeudi 1 Décembre 2022 06:01:02 > Objet: Re: [Pharo-users] Pharo dark window but

[Pharo-users] Re: Is there a pragma to disable a critic for a particular method?

2022-08-31 Thread Sebastian Jordan Montano
Hello, I don't know about any pragma, but you can deactivate the lint rule to only one method. You need to click on the "x" that is next to the name of the rule and then select the option that you prefer. This will create a Manifiesto class that contains the information of which rules to ban

[Pharo-users] Re: [Pharo-dev] Re: Please check older Issue tracker entries!

2022-05-18 Thread Sebastian Jordan Montano
Yes, thank you Marcus! Sebastian Jordan - Mail original - > De: "serge stinckwich" > À: "Pharo Development List" > Cc: "Any question about pharo is welcome" > Envoyé: Mercredi 18 Mai 2022 11:51:30 > Objet: [Pharo-dev] Re: Please check older Issue tracker entries! > Thank you Marcus

[Pharo-users] Re: Civic Tech, data activism and grassroots innovation for upcoming Colombian elections (Pharo/GToolkit powered)

2022-05-17 Thread Sebastian Jordan Montano
Hello Offray, This is s super nice work and also very important for the democracy. Is the code open source? I am particularly interested in the Roassal3 part. If possible, could you share all the Roassal3 code: how you create the sheets, the classes, the process between obtaining the data

[Pharo-users] Pharo GSoC 2022 call for projects

2022-02-08 Thread Sebastian Jordan Montano
Hello to all, We, as Pharo organization, are appliying to the Google Summer of Code (GSoC) 2022 version. More info in: https://summerofcode.withgoogle.com/ >From GSoC Page: "Google Summer of Code is a global, online program focused on >bringing new contributors into open source software

[Pharo-users] Re: Too many parenthesis - a matter of syntax

2022-01-26 Thread Sebastian Jordan Montano
I agree that the expression is unreadable. What I would initially do is to extract it into temporary variables. Like: tree := json at: 'tree'. blobs := tree select: [ :each | (each at: 'type') = 'blob' ]. paths := blobs collect: [ :each | Path from: (each at: 'path')]). ... After you can

[Pharo-users] Re: Necessity / Location / Credentials for Repositories listed in iceberg

2021-12-20 Thread Sebastian Jordan Montano
For the ones that you asked: - https://github.com/pharo-spec/Spec - https://github.com/pharo-spec/NewTools - https://github.com/pharo-vcs/libgit2-pharo-bindings - Mail original - > De: "pharo-users" > À: "pharo-users" > Cc: "in pharo users" > Envoyé: Lundi 20 Décembre 2021 10:51:45 >

[Pharo-users] Re: Pharo Graphs

2021-12-02 Thread Sebastian Jordan Montano
ed for my work. Do you plan to replace completely MooseAlgo with the new library? Regards, On Wed, 1 Dec 2021 at 22:56, Sebastian Jordan Montano < [ mailto:sebastian.jor...@inria.fr | sebastian.jor...@inria.fr ] > wrote: BQ_BEGIN Hello everybody, We are happy to announce that w

[Pharo-users] Pharo Graphs

2021-12-01 Thread Sebastian Jordan Montano
Hello everybody, We are happy to announce that we have a brand new library for graphs algorithms in Pharo! We have implemented some of the most-know graph algorithms like: Dijkstra, Tarjan, BFS, Kruskal, Topological Sort, and more. Here is the GitHub repository: [