Ngalim Siregar
Ngalim Siregar
looks like this one is good implementation https://github.com/rezhajulio/tortilla/commit/45ceeed4bbfa58223ca898e3cb34f6fe23d70788 since whenever we use HEAD request never returning BODY, instead the HEAD request return its HEAD as BODY. so we can use...
Hello, i would like to help writing specs for this issue but i have several question 1. In `Core::HttpRequest` there is `get` and `post` class method, where i should test...
switch updated to `--include-detectors` instead `--include` only
Update as requested
I would like to help in this issue, may I take it?
I am not really sure, but it looks like related to this implementation https://github.com/FuelLabs/sway/blob/3afc5c18c87b82ac00ffd38a81de01d534af087b/sway-core/src/transform/attribute.rs#L721 while outer direction annotate the item that immediately follows them, we might be able to workaround...
I would like to work in this isuse, based on [rust project primer](https://rustprojectprimer.com/checks/unused.html) there are `cargo-machete` and `cargo-udeps`. While `cargo-machete` seems to good enough for CI, `cargo-udeps` may have better...