Ibraheem Ahmed

Results 204 comments of Ibraheem Ahmed

The site's footer uses expects a `CURRENT_TIME` environment variable, because zola does not expose a function for that: `export CURRENT_TIME=$(date '+%d %B %Y'); zola build`.

> probably the most significant is that there are multiple mature and production-ready frameworks—actix-web is the closest to mature and production-ready, and it’s an HTTP server library, not a web...

I or anyone else is not qualified to speak on behalf of the entire ecosystem. This is a pretty important issue, so I think we should get some thoughts from...

I think most of the concern was caused by the reference to Rails and Django which I removed. @robjtede 's point can probably be incorporated into the paragraph "While development...

I think we should keep some form of the legend symbols. It is true that it is hard for a single person to determine the maturity of crates. I think...

There have been hundreds of beginner asking basic module system questions on the rust discord servers, *after* reading the book. [These](https://fasterthanli.me/articles/rust-modules-vs-files) [two](http://www.sheshbabu.com/posts/rust-module-system/) articles to a very good job of explaining...

Synchronous I/O makes the server susceptible to certain types of attacks, which is makes putting it behind an async reverse proxy is pretty important. Maybe for your case that isn't...

Sorry for the late review, I don't want to pull in the entire futures crate for this, could you update the code to depend on the `atomic-waker` crate instead?

Hi, thanks for the contribution. What's the usecase for this?

Have you considered using the `http` crate? It would be of great benefit to the ecosystem for it to see more adoption.