The Wayback Machine - https://web.archive.org/web/20210308215925/https://github.com/ecanuto
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@dut-lang

Popular repositories

  1. Use different domains for admin and frontend on Wordpress

    PHP 7 1

  2. Nautilus 3.5.90 fork with missing features

    C 1 1

  3. Tiny jQuery like API

    JavaScript 1 1

  4. Custom fields improvements for Redmine

    Ruby 1

  5. Forked from wg/wrk

    Modern HTTP benchmarking tool

    C

100 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri

Contribution activity

February - March 2021

ecanuto has no activity yet for this period.

January 2021

Created 1 commit in 1 repository
Created 2 repositories

Created a pull request in cferdinandi/reef that received 5 comments

Fix router concat

The Array.concat method creates a new array so _routes.concat(routes); do nothing. We could you this.routes = _routes.concat(routes); but routes is…

+2 −4 5 comments
Reviewed 2 pull requests in 1 repository

Created an issue in cferdinandi/reef that received 3 comments

Router addRoutes don't works

Router addRouter don't works as expected. If you look at console on test case you can see that third console.log still prints only two elements. At…

3 comments