Leonardo

Results 22 comments of Leonardo

Check this post: [https://forums.kali.org/showthread.php?37911-Getting-RTL8188-to-work-with-Kali-in-monitor-mode](https://forums.kali.org/showthread.php?37911-Getting-RTL8188-to-work-with-Kali-in-monitor-mode)

@csrgxtu I need to read the body in JSON format in several middleware in order to process the data for various reasons (logging, security, sanitizing, etc.) so I wonder what...

Is it possible to stream a request multiple times in FastAPI using `self.stream()`? I tried various approches, like copying the `Request` object, but none of them worked.

@XingDongZhe I'm trying to process the request body through different middleware for different purposes (such as logging, sanitizing, etc.) however once the `request.stream()` has been called once by the first...

Hello. I'm new as a contributor to zcash and I would like to work on this issue.

Hello. I'm new to the development of the Lightning Network Daemon. I would like to work on this issue.

Same issue here. My system details: OS: Ubuntu 22.04.3 LTS x86_64 Kernel: 6.2.0-39-generic go version go1.20.5 linux/amd64

` http2.Server` doesn't have a `ReadTimeout` or `WriteTimeout` fields, but it does have a `IdleTimeout` field. Should this field be set to a default value when calling `Engine.Handler()`? ```go func...

I believe that the handler is functioning as intended. Instead retrieving the value of `rec.Code`, which hasn't been updated in the call to your handler function, you should get `c.Writer.Status()`,...

@maflcko I'll continue our conversation here since https://github.com/bitcoin/bitcoin/pull/29395 was closed. I'm not sure if I understood your idea clearly. We would add a sleep in the source code than run...