[Pharo-users] [ANN] license selector

2021-12-05 Thread Hernán Morales Durand
Hi everyone, Today I released license-selector, a little Pharo Spec based application to browse available licenses from the SPDX list (Software Package Data Exchange, an open standard now published as ISO). It is also possible to get updates for new licenses and export the license text to a file.

[Pharo-users] UFFI callback, getting function pointer

2021-12-05 Thread tomazz . turk
Dear all, I'm constructing a rudimentary webview library for Pharo with UFFI (available here [https://github.com/eftomi/Pharo-Webview](https://github.com/eftomi/Pharo-Webview "https://github.com/eftomi/Pharo-Webview";)). For now, the basic things work under Windows. I’m using “a tiny cross-pla