tglman
tglman
Hi, Some crates may need file system access/operations for tests or examples, I got a crate that has file system access and the test fails( here is an example log:https://gist.github.com/tglman/6347a78ea3695ad0b2bbfa1158c6f3f1),...
Colors do make everything a bit more readable so would be nice to have the output do some coloring, we could follow a similar scheme of the vim plugin highlight,...
Hi, Did you ever considered to allow to have dot-http scritps embedded as code in markdown ? this would allow to have some documentation together to the script or even...
Hi, Been using this for more then a month now, I really like it and I see more features on top of this, in the specific an improved response handling...
Include the error message produced by boa in the rust javascript error message
Hi, Would be cool have support for other DBMS not strictly purely SQL based DBMS, the API defined so far are generic enough that could be used also with some...
Hi, I noticed that when running for long and serving more than some requests, the server do not serve request any more, I could not pinpoint any single failure or...
Hi, As today is not possible to configure multiple host name (or host alias) for a single server configuration, so the configuration need to be duplicated for all the cases,...
Hi, This is yet a preliminary change to just collect feedback: So this PR add a new feature on the logger middleware, to limit the logging to a range of...
Hi, This add a new feature to the `Logger` middleware to set the level of the log. # Example ` Logger::default().level(Level::Debug);` This would ideally go together with https://github.com/actix/actix-web/pull/3086 ## PR...