gnieto
gnieto
I've ran clippy on the project and it reports some issues. I think it would be nice to apply the suggestions and even ran clippy on CI/Travis. What do you...
Previous to this changes, only the relevant headers for the hook were forwarded. Right now, we are keeping all of them and then we are checking that, required headers, are...
Last week you merged some fixes and improvements to the project. I was wondering if there's a release policy so I can have some expectations about when this new changes...
Since https://github.com/rust-lang/rust/pull/49124, expressions and statements can be mutated if the flag `stmt_expr_attributes` is used. Currently, mutagen assumes that mutations happen only on func/methods contexts. For example, there are some mutations...
There are issues when decompressing some APKs on the dex2jar phase. `com.alibaba.aliexpresshd` and `com.google.android.apps.fireball` are known to fail due to this issue. Super fails with the following error: ``` Starting...
It would be nice to analyze binary libraries and apply the current rules there. This way, super would be able to extract URLs, IPs and some more data that resides...
## Bug Report ### Version v0.6.0-rc.1 ### Crates axum v0.6.0-rc1 axum-extra v0.4.0-rc.1 ### Description Release notes for the RC 0.6.0 mentions that trailing slashes support was removed from axum and...
Since Matrix spec v1, the username when login with password should be sent in the `identifier` field, as explained here: https://spec.matrix.org/v1.1/client-server-api/#matrix-user-id A full example of a password based login payload...