Hitesh Paul

Results 10 comments of Hitesh Paul

Hi @saurabhvyas , utils is not a package which you have to install via pip. It is supplied with this repository. Are you using the latest version of the code...

Hi, Seems like to abide by the convention mentioned, I need to change the header names from `x-ratelimit-remaining` to `Ratelimit-remaining` and so on. If this is the case, I can...

Hey, yes you can using `scopes`. Each scope can register independent middlewares and it's also a nice utility to group related resources/endpoints! More information here: https://docs.rs/actix-web/3.3.2/actix_web/struct.Scope.html I haven't personally tried...

Hey @nitsuga5124 , can you elaborate more about the authorization part? I'm trying to understand where in the request lifecycle is your authorization taking place, and depending on that, maybe...

Hi @nitsuga5124 , thanks for the explanation. This sounds more like a `policy` to me which is in the list of things I had in mind for this project. However,...

`realip_remote_addr` and `remote_addr` yield the same results, no matter if its deployed locally or remote(I deployed the example in cloud and cross checked for myself). The security drawback listed on...

+1 for this feature. Tooltips are really helpful and it will be great if this is implemented.

Closing this for now, as it serves the purpose.

I am a total novice in this kind of technology, but can we present an option to the user where he/she can select the desired container used by trackmenot?

Facing the same issue here, when debugging node apps inside vim, a terminal buffer quickly opens and closes.