CyrilFerlicot

Results 269 issues of CyrilFerlicot

It does not seems to be a core thing to me.

I got a problem because the dev toolbar of Seaside caught an event of an element behind it. Would be cool to disable it for the test app.

Since there is some random failure with tests it would be nice to let the user define a number of retry when a test fail. By default it would be...

In the development branch of Spec planned for Pharo 8 I renamed defaultWindowModelClass for defaultWindowPresenterClass. We should update the documentation in a pharo8 branch.

In the new version of Spec I did a PR to add spacers to layouts. If it is integrated we should add documentation about it. https://github.com/pharo-spec/Spec/pull/65/files Example of demo: ```Smalltalk...

Currently, there is only a Morphic binding to Spec so it is not really useful to know how to use another binding. When we will have a second one we...

The book is good for the user documentation but Spec is also missing a developer documentation. Maybe in the future we could have some chapters on the internals of Spec...

In the Reuse chapter there is this code: ```Smalltalk WidgetClassList >> initializeWidgets list := self newList. list items: (AbstractWidgetModel allSubclasses sorted: [:a :b | a name < b name ])....

In the book the tutorial use WASession>>expire but this is not available anymore. In section `Manually Expiring Sessions`.

Latter

The cache changed and the documentation about session cache need to be review.

Latter