Sage
Sage
Fixed https://github.com/SajjadPourali/Surnames/commit/0cdd595888cb9989ff743e5d4a7f4cf0a4cd9fed
@chayleaf: I've created a basic TCP/IP stack for Narrowlink, currently in a somewhat unstable state but functioning adequately. I invite you to review it and contribute if you're interested until...
@yurivict : Thank you for the report. Narrowlink relies on Quinn for the P2P communications over QUIC, which still uses Ring 0.16 and it is out of my control at...
> The mentioned PR has been completed and closed, by the way. :) Updating the ring involves some breaking changes, which makes it a bit time-consuming. Moreover, I am refactoring...
Only one man(1) file for each binary is sufficient. The man file is typically used on Unix platforms (macOS, BSD, Linux, etc). We don't need a man file for Windows....
Looks good, I think it would be better to use man 1 for narrowlink. https://github.com/9to1url/narrowlink/blob/feature/docs_man_page/docs/narrowlink-gateway.1#L3
> [b733e8a](https://github.com/narrowlink/narrowlink/commit/b733e8ae659875bb5022356af37c30ce67479742) > > > Please advise what to put in Author. Also should we put a sample gateway config yaml in the man page? Let's omit the author part...
Priority to load config file: 1) custom_path `using -c command` 2) current_dir `./` 3) config_dir + narrowlink `Linux: /home/$USER/.config/narrowlink` `macOS: /Users/$USER/Library/Application Support/narrowlink` `Windows: C:\Users\$USER\AppData\Roaming\narrowlink` 4) home_dir + .narrowlink `Linux and...
Perfect, I'll checked in the weekend if you don't mind.
I definitely agree. Since Narrowlink doesn't require any special dependencies, its implementation should not be difficult. Moreover, we could also consider creating documentation for Podman; given that the agent doesn't...