Rousan Ali

Results 18 issues of Rousan Ali

Use width and height in Getting started code in Readme.md file as follows: ```js canvas .data(dm) // Set data to the chart. .rows(["Horsepower"]) // Fields drawn on Y axis. .columns(["Origin"])...

bug

We should design the `routerify::Error` as enum type or as `Box

Reference methods: https://docs.rs/reqwest/0.10.4/reqwest/struct.Response.html#method.cookies including `.cookies()`.

help wanted

An example: ```rust let r = Router::builder() .get_re("^/users/(\d+)$", handler) ``` Then if it matches, the captured matches can be extracted from `req` as `req.captures()`. ```rust let r = Router::builder() .get_re(r"^/users/(\d+)$",...

help wanted

Add the following attributes to package.json: 1. repository 2. bugs 3. homepage 4. engines 5. Update "author" to "Charts.com (https://charts.com/)"

bug