Carlos Miranda

Results 13 issues of Carlos Miranda

This is what the homepage looks like, when I'm logged in: ![image](https://cloud.githubusercontent.com/assets/1917892/6162070/4fd43808-b2b7-11e4-93f4-1deb4300dbfa.png) The first two links of "recent conversations" are to repos that are private, namely `teamed/sigzig` and `teamed/xockets-layer`. When...

bug

See the following PR on the [xockets-layer](https://github.com/teamed/xockets-layer/pull/560#issuecomment-129332413) project: ![image](https://cloud.githubusercontent.com/assets/1917892/9189897/9ffd56a0-4021-11e5-81f1-e17aec521028.png) In this project, I'm the architect and I mistakenly asked Rultor to merge when I meant deploy. It correctly told me...

bug

Let's add a new command, `@0crat volunteer`, which will allow users to volunteer to perform any in-scope, unassigned tasks that they are qualified for (they have the appropriate role, etc.)...

Project [zerocracy/farm](https://github.com/zerocracy/farm) is currently on version 0.62.5. When upgrading to 0.62.6 or beyond, we are getting an XML error from `people.xml`. For example, [`PeopleTest.upgradesXsdAutomatically`](https://github.com/zerocracy/farm/blob/ec37b9d7fd3add535faab9398fc83e6c2f0dcfce/src/test/java/com/zerocracy/pmo/PeopleTest.java#L184-L201) ```java public void upgradesXsdAutomatically() throws Exception...

scope

Let's add the Stack Overflow score and Github followers count to `people.xml`. See https://github.com/zerocracy/farm/issues/915#issuecomment-380539989

scope

Right now `milestones.xsd` requires the `date` element. However, the milestone due dates on Github are actually optional: ![image](https://user-images.githubusercontent.com/1917892/43116723-aa8b966a-8f3b-11e8-90ed-f71d4cd0dc67.png) Let's make the element optional to reflect actual Github rules.

scope

Right now, `@rultor release` command will create a release whose title is the same as the ticket description. Most of the time this doesn't make any sense. For instance, the...

bug
enhancement
help wanted

This is somewhat related to #1. In our README, we have the following instruction: > Then, make sure PlantUML is installed on your build machine, and can be executed with...

bug
DEV
30 mins
TS/FIX

I was trying to generate the site for the [Thindeck](https://github.com/yegor256/thindeck) project. I had Ruby installed, but the Maven build failed with the following error: ``` [INFO] --- exec-maven-plugin:1.3:exec (jekyll-build) @...

bug
DEV
30 mins
TS/FIX

#38: Added `RtRemote`, and incomplete implementation of `push`. Added puzzles for completing the task.

scope