Vitor Medina Cruz

Results 8 issues of Vitor Medina Cruz

While trying to use Seaside, I put the callback definition after a with: message sent. Only after some time I figure, looking through this page http://book.seaside.st/book/fundamentals/rendering-components/brush-structure, that with: message should...

STON cannot convert block closure, so what must I do to deal with a object that have N instance variables where one of them is a block closure instance? How...

By migrating it to github pages you can benefit from the integrated SEO (https://help.github.com/articles/search-engine-optimization-for-github-pages/) while keeping the docs construction in the git itself.

enhancement

As described by https://docs.tsuru.io/stable/installing/using-tsuru-installer.html, I installed tsuru client and then tried ```tsuru install-create```, but then I got > tsuru: "install-create" is not a tsuru command. See "tsuru help". Error or...

For example, if it is desirable by a project to add a rule explaining an API misuse, is it possible for this project to provide such rule that once installed...

ClyUnitEnvironmentPlugin don't honor TestCase>>testSelectors definition, so if I subclass TestCase and override testSelector calypso don't consider selectors returned by it, but instead all of those started with "test" or "should".

So that one can use: ``` (1 2 3 4 5 6 7 8 9) chain select: [ :num | num even ]; collect: [ :a | a / 2]....

Platform: Pharo

Pharo 11, Windows, using Seaside 3.5.9 While trying to build a WAHtmlCanvas and storing it in a file, I got a "Instance of ZnCharacterWriteStream did not understand #greaseNext:putAll:startingAt:". The code...