Eric LE PORS
Eric LE PORS
In order to be able to manage a lot of pharo images in our working image directory, it should be interresting to regroup images into folders independentlty of directory structure,...
In pharo, you can use FFI to call library functions. I would like a way to reload a C library in Pharo without restarting the VM. On windows for the...
2 new methods which should be usefull for **BlElements** : `expectedSize` -> send the size asked by the developper when he sends the `size:` method or the final one if...
Hello, when you call a #when:do: on a BlElement, the method calls a #addEventHandlerOn:do: without returning the instance of eventHandler recorded. It must be returned in order do removal on...
upgrade proposal to close the browser (headless or not): you can add ``` ChromeTabPage>>>closeBrowser ^self sendMessage: { 'method' -> 'Browser.close' } asDictionary ```
Hi, When calling ``` browser closeAndExit. ``` a debug opens with an error : Does not understand #sigterm message (i use the latest version with Pharo 11 and Pharo-OS-Windows) i've...
Hi, When i try to terminate OS processes, the Terminating use case is working with this code : ```smalltalk newprocess := OSWSWinProcess new shellCommand: 'cmd.exe'; run. newprocess terminate. ``` But...
When i open a Pharo 11 image (Pharo-11.0.0+build.726 64bits) + Bloc + Alexandrie copied from another developper PC on my PC i have an image crash due to SDL in...
Modify references to FLLarge... to use standard Pharo objects. Performance is increased in my tests, but i don't know the full impactof this modification ... ? Cheers Eric.
Hi all, In Pharo 12.0.0 Build information: Pharo-12.0.0+SNAPSHOT.build.1538.sha.92f4878b0c2cc4439e2ee8700162de782d755027 (64 Bit) When I open "Git Repositoty Browser", when I try to browse another branch in a repository using the iceberg contextual...