-
When using the Pharo installer (**pharo-launcher-3.2.msi**) for Windows on a new Windows PC the Windows Defender Smart Screen filter gets active and classifies Pharo as risky regarding security of the…
-
**Expected behavior**
The release goes off without a hitch
**Actual behavior**
Errors encountered during the release process
**Steps to reproduce the issue**
1. Visit [the Actions log for t…
-
relevant documents:
https://www.paul-mellon-centre.ac.uk/media/_file/collections/pharos-international-copyright-workshop-report.pdf
and https://artresearch.net/resource/IntellectualProperty
-
```
{
"title" : "Advanced Object-Oriented Design",
"subtitle" : "",
"author" : "S. Costiou, S. Jordan Montano and S. Ducasse"
}
# Lectures Web Site
- [https://github.com/UnivLille-Meta/…
-
I'm trying to debug an drawed object instance.
![image](https://github.com/user-attachments/assets/138bf459-cd80-4d5a-a60b-c4b1ee9f9a33)
![image](https://github.com/user-attachments/assets/ca7dd…
-
![Capture d'écran 2024-09-06 122843](https://github.com/user-attachments/assets/7fa7f69e-e1af-42a0-83f5-dfb1b83d0dd2)
How I did and reproduced it :
- New Pharo image (Official distribution Phar…
-
Trying to use headless option with both Pharo 11 and Pharo 12, 64bit on RedHat 9. If I run the pharo vm executable it displays --headless as an option but when I try to use it with an image it…
-
Playing with your ROBOKOP instance, I noticed two things and would like to suggest some improvements for increased provenance transparency.
Use `primary_knowledge_source` only ever for the very ori…
-
-
The CC of Pharo importer is currently based on some hardcoded collections of methods.
See:
```st
computeCyclomaticNumber: sel
"The following equations defined McCabe Cyclomatic Complexity:
…