Jared Mackey

Results 17 issues of Jared Mackey

These traits are extremely useful and would be great for debugging issues.

Does this package support the new flux query syntax?

enhancement
help wanted

It appears that connections are not being closed correctly when the connection is "lost". I first noticed this when redis stopped taking in new connections and had reached it's maximum...

Somehow my redis keeps getting set to save RDB snapshots. This is not something that I am trying to setup. I am using the docker image for redis and it...

Please provide documentation on the `Sobelow.XSS.SendResp` lint including ideal resolution.

Please provide documentation on the `Sobelow.Traversal.SendDownload` lint including ideal resolution.

I keep hitting the following panic: https://github.com/tokio-rs/tokio-proto/blob/master/src/streaming/pipeline/advanced.rs#L173 I cannot seem to figure out why! My example code: ```rust struct NatsProto; pub struct Client { inner: ClientService, ... } impl Client...

It would be handy to have the lexer/parser separate from the compiler if possible. That would allow projects to make an interpreted version without having to rewrite the lexer/parser.

I want to define labels at the site level and just copy to each project. How can I copy labels without specifying a project?

enhancement

Is there plans to include swagger UI automatically like RESTPlus?

help wanted