yvs2014
yvs2014
Trying to run 'terminology' on Ubuntu, got these errors copy-paste from underlying terminal ``` Xlib: extension "DPMS" missing on display ":0". Xlib: extension "MIT-SCREEN-SAVER" missing on display ":0". Xlib: extension...
Hello, I can't find out if dart-args has support of 'optional arguments of options'? (If not, it's a nice feature to have with args parser) It's about funcionality like this...
there's some error in signed/unsigned integer comparison which blocks packetsize randomizing: ``` $ sudo ./mtr --psize=-100 localhost ./mtr: invalid argument: '-100' ``` possible fix ``` --- a/ui/utils.c +++ b/ui/utils.c @@...
Hello, accidentally spotted in current version ``` % sudo ./mtr 0 ``` non-gtk part probably can be fixed with ``` diff --git a/ui/net.c b/ui/net.c index efeb782..2ba94cc 100644 --- a/ui/net.c +++...
Hello, it's related to displaying some whois db entries, like ``` % whois -h riswhois.ripe.net 8.8.8.8 | tail route: 8.8.8.8/32 origin: AS4205777777 descr: lastupd-frst: 2023-11-17 17:22Z 91.206.53.35@rrc20 lastupd-last: 2023-11-17 17:22Z...
fix typo mentioned in https://github.com/waveshare/Pico_code/issues/2#issue-898831576
the following snapcraft.yaml snippet for core24 ``` base: core24 ... platforms: amd64: arm64: armhf: ``` triggers next message on snapcraft.io site at build stage: `We have detected that your snap...
Hi everyone, with osc build and debian changelog there's a bit annoying messages from rpmlint like: ``` pingpath.src: W: no-version-in-last-changelog The latest changelog entry doesn't contain a version. Please insert...