isinstance

Results 7 issues of isinstance

Hi guys, well, I am using the Tomorrow theme in Fluent Terminal, and when I need to connect Linux server with port, the port information just hide by the theme....

**Describe the bug** As my title say... **To Reproduce** Steps to reproduce the behavior: 1. Clone the repo to local 2. Into the repo dir and run command `cargo run...

bug
native-glow

## PR Type and Checklist What kind of change does this PR introduce? - [x] FIX BUG - [x] CW attack calculation real error. - [x] Fix the `other` calculation...

Hi guys, I found that transport does not have `ipv6_packet_iter` when I coding, so is there has some way to custom the ipv6 header and recv it? 🤯🤯🤯 Thanks!

Hi guys, I just updated rustc to the latest nightly version and I found some bugs when compiling: ```bash rustc 1.80.0-nightly (9c9b56879 2024-05-05) ``` Previous versions of nigntly have worked...

OS: Windows 11 10.0.22631 Build 22631 ```rust fn test_windows() { for interface in interfaces() { // can not found ipv6 address in windows println!("{}", interface); } } ``` ## Output...