CyrilFerlicot

Results 396 comments of CyrilFerlicot

@dmitrymakhnin Hi, I don't have too much time to explain why I think naming convention are important but in the wikipedia pages there is a good start. https://en.wikipedia.org/wiki/Coding_conventions ``` Reducing...

This is something true for all the Pharo books. When we'll change that we have to change the others books too.

I got this error two times today. Once in 32 bits and once in 64bits.

Hi, I've got an intern and we tried to setup his development environment and he gets the same error on Windows 10. We tried to generate him a key with...

The problem is that the menu should not be here. To good entry point is under GitHub -> View PR We should remove this menu entry in the extra menu.

Hum, I see that my repository was not up to date but at the last release because I was using the release before trying with master. This might be resolved...

I'm reopening because even with the latest Zinc I get errors. Just letting my image live cause me this error: ``` Process(Object)>>doesNotUnderstand: #isValid [ serverSocket isValid ifFalse: [ "will trigger...

The problem is that they are not the same. The same configuration will bring different packages with Gofer and Metacello. I heard that Metacello should be the default one (Christophe,...

We cannot use Metacello now at Synectique because our configurations works only with gofer. Our current configuration works with gofer probably because of bugs in gofer (for example if we...

The idea is to build a visualization around the a configuration version. With the Telescope framework I have this code: ```smalltalk self addNodesFromEntities: self versionsNodes. self connectFollowingProperty: [ :each |...