Hayzam Sherif
Hayzam Sherif
I'm using cmd/torrent by building it like this: ```bash go build -o /tmp/torrent_cmd ./cmd/torrent ``` And then seeding a file like this: ```bash /tmp/torrent_cmd serve /tmp/sintel.mp4 ``` It starts up...
This is my network config: ``` config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option ula_prefix 'fdac:2bfe:d5cf::/48' config device option...
### Version ```sh System: OS: Linux 6.1 Debian GNU/Linux 12 (bookworm) 12 (bookworm) CPU: (16) x64 AMD Ryzen 7 5800X 8-Core Processor Memory: 7.00 GB / 31.25 GB Container: Yes...
**Describe the bug** I pass a state variable `rows` as a prop, I mutate the variable `rows` from the parent `App.svelte` before I pass it to a child `TreeTable.svelte`, in...
Include and return EX_USAGE when no arguments are provided. This ensures proper exit status for usage errors. Taken from patch in the [freebsd-ports tree](https://github.com/freebsd/freebsd-ports/blob/main/biology/fastp/files/patch-src_main.cpp) by @outpaddling