Islam Nofl
Islam Nofl
After using the tool ex: ``` sudo tun2proxy --setup --proxy socks5://USER:PASS@PROXY_IP:PROXY_PORT --dns over-tcp ``` My SSH session just hung and I can't reconnect again. I checked my proxy and its...
The `__init__` function should look something like that: ```python if not any([(e is None) for e in ends]): self.duration = max(ends) self.end = max(ends) elif not any([(d is None) for...
Conceder upgrading to Python3.12 ``` The current project's supported Python range (>=3.12,=3.9.0, =3.12,=3.9.0,
### Environment ------------------------------ - Operating System: Linux - Node Version: v22.9.0 - Nuxt Version: 3.13.2 - CLI Version: 3.13.2 - Nitro Version: 2.9.7 - Package Manager: [email protected] - Builder: -...
It would be nice to be able to get `PageSize`. maybe also `MinimumApplicationAddress` and `lpMaximumApplicationAddress`. Reference: https://learn.microsoft.com/en-us/windows/win32/api/sysinfoapi/ns-sysinfoapi-system_info
### What version of Bun is running? 1.1.38+bf2f153f5 ### What platform is your computer? Microsoft Windows NT 10.0.26100.0 x64 ### What steps can reproduce the bug? Create **Nuxt** project: -...
The `setUserSession` and `replaceUserSession` methods return a `UserSession` object that reflects the **intended** session data, even when the data fails to persist due to storage limits 4096-byte. This behavior creates...
```rust #[derive(Clone, Serialize, Type, Event)] #[serde( rename_all = "camelCase", rename_all_fields = "camelCase", tag = "event", content = "data" )] enum LoadProjectEvent
/closes #850 /claim #850 ## Description Add support for RDP. ## How to test 1. Build `screenpipe-rdp`. (its is isolated not member in workspace for ez build and test) 2....
Im using [cargo-xwin](https://github.com/rust-cross/cargo-xwin). build.rs(error comes from `.generate()`): ```rust use std::env; use std::path::PathBuf; fn main() { println!("cargo::rerun-if-changed=src"); println!("cargo::rerun-if-changed=cbindgen.toml"); // println!("cargo::rustc-flags=-C linker-flavor=gcc"); let crate_dir: String = env::var("CARGO_MANIFEST_DIR").unwrap(); let c_out_path: PathBuf = PathBuf::from(&crate_dir).join("include/plugin_api.h");...