Martin André
Martin André
Hey ! I recently ported the idea of this library to Rust and discovered a few errors in your implementation. The **first** is that the UUID and the generated phrase...
Hi ! In a recent project I ended up needing DHCP packet and found this PR (https://github.com/libpnet/libpnet/pull/386). With the previous PR closed and the comment from a maintainer that one...
This can be useful if the caller want to manipulate the socket differently at creating. For example setting a BPF filter on the socket before passing it in the channel:...
## PR Type Feature ## Overview Add the possibility to use the MPTCP protocol at the socket level for users of ServerBuilder. MPTCP is now more widely available since Linux...
### crawl4ai version 0.7.7 ### Expected Behavior Should parse the webpage correctly. ### Current Behavior When crawling this page: https://www.toshiba-lifestyle.com/th-en/blog/how-to-choose-the-right-laundry-product-for-you I get the following error: ``` [ERROR]... × https://www.toshiba-lif...laundry-product-for-you |...
## Summary When scraping many URLs continuously, browser contexts accumulate in memory and are never cleaned up. The existing cleanup mechanism only runs when browsers go idle, which never happens...