CyrilFerlicot
CyrilFerlicot
I just got this error: `IceGenericError: GitLab: The project you were looking for could not be found.` My problem is that I am trying to load a project with a...
Hi, I have a project loading Zinc for the websockets. The dependency is defined like this: ```st spec baseline: 'ZincHTTPComponents' with: [ spec loads: #('WebSocket'); repository: 'github://svenvc/zinc:master/repository' ] ``` After...
This is a question: I think that the best way to load a project is via Metacello. But in some chapter there is Gofer scripts. Should we change them? Example:...
I have a project with many extensions methods but the coverage seems wrong because I have the impression they are not taken into account. It would be nice to cover...
I have a project with a lot of Traits and I tried to enable coveralls on it. The result does not seem really relevant because I have the impression Traits...
I'm not sure this is the right place to report this error but for now, I don't know where else to report it. I added Gemstone 3.4.1 in the .travis.yml...
Hi, I have a gitlab installed on my private server. Also, this server use a custome SSH port. Via command line, I manage the project with this remote: `ssh://[email protected]:3456/Projet/Bazard.git` My...
I have a project where all the code is not loaded in non-interactive mode because it uses the UIManager to ask the user what to do in some solutions. If...
In general I participate to project as Pharo or Metacello on my free time and I am on Windows at home. I cannot participate to Metacello because I cannot clone...