[Pharo-users] UKSTUG Meeting - 29 November 2023 - Pierre Misse-Chanabier: Polyphemus

2023-11-28 Thread Giovanni Corriga
For the November UKSTUG meeting, Pierre Misse-Chanabier will talk to us about Polyphemus for the Pharo Virtual Machine ( https://github.com/hogoww/Polyphemus ). The presentation will focus on how to create Tooling on the Pharo Virtual Machine. (This does not require Virtual machine level knowledge

[Pharo-users] Cryptography repo on github not loading on Pharo 10

2023-11-28 Thread Davide Varvello via Pharo-users
Hi Guys,The crypto repo:  Metacello new    baseline: 'Cryptography';    repository: 'github://pharo-contributions/Cryptography';    load:'core'.  is not loading due to a dependency on InputEventSensor, can you help me please? TIADavide

[Pharo-users] Re: Porting Pharo8 code to Pharo10

2023-11-28 Thread Davide Varvello via Pharo-users
Hi David,Thank you for your reply, it is slightly different from my solution (see https://lists.pharo.org/empathy/thread/FKBM3BI7COOB4SMJKDHQVADBN6RQKPPN) but as same as effective. Cheers Davide On Monday, November 27, 2023 at 10:33:24 AM GMT+1, wrote: Hello Davide! I used TonelWrit