[Pharo-users] [ANN] Willow v14.1.0 [v14.1.0] released!

2021-02-10 Thread Buenos Aires Smalltalk
Willow, the Web Interaction Library that eases the burden of creating AJAX-based web applications reached it's v14.1.0 version. Added identification support for input commands (many implementors of #beIdentifiable) Removed the need to specify the id of the component when configuring the interactio

[Pharo-users] Hack to show timestamp and author on versions of methods

2021-02-10 Thread Davide Varvello via Pharo-users
Hi Guys In my opinion it is really uncomfortable working without the timestamp of a specific version of a method, I read the explanation of Esteban in the previous thread (http://forum.world.st/pharo-8-method-versions-how-to-see-author-timestamp-td5116685.html) but probably it will take some time b

[Pharo-users] Problem with Dictionary and Associations

2021-02-10 Thread da...@totallyobjects.com
I am using STON to objects out to disk. Up to two days ago, I was reading them in as Dictionaries and converting to objects from there. All of a sudden yesterday morning, I got an error saying that the association is only indexable with integers. Even so, I don't seem to be able to access the co

[Pharo-users] Re: Problem with Dictionary and Associations

2021-02-10 Thread Sven Van Caekenberghe
Hi David, > On 10 Feb 2021, at 19:18, da...@totallyobjects.com wrote: > > I am using STON to objects out to disk. Up to two days ago, I was reading > them in as Dictionaries and converting to objects from there. All of a sudden > yesterday morning, I got an error saying that the association is

[Pharo-users] [ANN] Willow-Bootstrap v13.1.0 [v13.1.0] released!

2021-02-10 Thread Buenos Aires Smalltalk
Willow-Bootstrap, integration between Willow & Bootstrap 3/4 reached it's v13.1.0 version. Adjusted to changes in Willow v14 (#beIdentifiable implementors and senders) Regards, The Buenos Aires Smalltalk team

[Pharo-users] Re: Hack to show timestamp and author on versions of methods

2021-02-10 Thread Kasper Osterbye
Cheers Wonderful to have this hack. While I am looking forward to getting git-history in-image, I still appreciate the existing tool for its finer granularity and the fact that I am amble to go back to every save I did. Best, Kasper > On 10 Feb 2021, at 16.49, Davide Varvello via Pharo-user