Astares

Results 118 comments of Astares

Whatever will be provided should be easy to use by the end user. Basic use cases could be like: 1. A user might want to download a clean Px image...

@guillep Whatever helpes to solves this. I can not fix it from the outside as I have no access to the infrastructure. Who would be able to create the symlink...

Another option is to log errors using OutputDebugStringA() OutputDebugStringW() then. This goes to the Windows debug stream see http://unixwiz.net/techtips/outputdebugstring.html Understanding Win32 "OutputDebugString" One can see them then using https://docs.microsoft.com/en-us/sysinternals/downloads/debugview

Details (copied from Discord chat) There seems to be a conflict with the standard image for SortedCollection>>#groupedBy: Looks like PharoJS is overwriting this method as an extension with a custom...

Pharo marks it because the extension overwrites an existing method in the system. But the pragma is a marker for you to not include it into transpilation, right? => Exactly.

The only way to solve that really cleanly is to: - having a separate class side method (for all behaviours) like #skippedSelectorsForPharoJS which by default returns the selectors as collected...

Dont know if this still applies for Pharo VM butthe Squeak VM for Windows allowed to have an INI file (with the name of the executable, so Squeak.exe looked for...

@VincentBlondeau / @tesonep / @guillep Yes - we had a solution originally: - ISSUE: Pharo 9 looked bad on Windows HiDPI Devices (Microsoft Surface) https://github.com/pharo-project/pharo/issues/9715 - PR: it was fixed...

It has some benefits. It could help writing code that is easier to follow / understand and avoid too many parenthesis/wrong placing of parenthesis. If we have this as an...

Just two thoughts: - the "W" came historically from Workspace as in Smalltalk tradition, with GT the Playground was introduced "abusing" the same shortcut => I think it would be...