Alex Simoes

Results 36 comments of Alex Simoes

@crisjf do you have the raw data or a script to calculate these numbers available? If so we could add the calculation to the [product space calcs repo](https://github.com/alexandersimoes/ps_calcs).

Good catch, SITC rev2 product 6821 should be: "Copper and copper alloys, refined or not, unwrought" which we can simplify to "Copper (unwrought)". http://comtrade.un.org/db/mr/rfCommoditiesList.aspx?px=S2&cc=682 This will be fixed in the...

Thanks! That does help, could that be the case looking at over 100 blocks? Seems strange to me but I also don't have a great intuition of this dataset yet.

This would be a major overhaul of the current CMS, database and require significant code refactoring. Currently the site is hard coded to support only english and portuguese.

Related to #215. As mentioned there, it would required significant code refactoring.

The idea here was to refactor some API endpoints to reduce duplication. Currently there are some endpoints where the same resource is requested in different ways. For example, finding a...

Another example: https://pt.dev.codelife.com/profile/carlos-navarrete%20lizama

As a fix moving forward, the spaces appearing in usernames could be replaced during the sign up process: https://github.com/CodeLifeOrg/codelife/blob/b5fc8a6d1279cc29c7ab092c56711584868b4ffa/app/components/SignupForm.jsx#L58.

![Screen Shot 2019-09-19 at 12 19 01 PM](https://user-images.githubusercontent.com/252276/65262170-bae67500-dad7-11e9-8ca1-7e5934e0eecb.png) The titles referred to are the HTML `` tag in the `` of the document. This can be set dynamically using a...

This relates to the HTML code validation rules that get run after a user submits their code. Currently there is no rule to check that the `` and `` elements...