jk-1

Results 12 issues of jk-1

This proposal is based on v0.7.2 I tried to compare usbguard output with lsusb output. See this example output about Logitech M105 mouse: lsusb -v Bus 003 Device 012: ID...

RFE
C:usbguard-daemon
C:libusbguard

Please add support for [`mill` build tool](https://github.com/com-lihaoyi/mill). According the search -functionality, there are no hits for `mill` in the Scala.js documentation. Scala.js documentation should contain instructions how to use `mill`...

Please add new documentation annotation for program level help text. Place for this text could be before "Available subcommands:" so at the very top or at the bottom or both...

- YubiKey Manager (ykman) version: ``` ykman --version YubiKey Manager (ykman) version: 5.1.1 ``` - How was it installed?: Added Yubico PPA Instructions, see: https://support.yubico.com/hc/en-us/articles/360016649039-Enabling-the-Yubico-PPA-on-Ubuntu https://launchpad.net/~yubico/+archive/ubuntu/stable sudo add-apt-repository ppa:yubico/stable sudo...

Current mill foo.assembly creates a fat jar that is big but can be run without network access. Scala-cli has command [package](https://scala-cli.virtuslab.org/docs/commands/package/) which creates smaller "lightweight launcher jar" or "dependency-downloading bootstrapper...

I have this simplified test object: ``` package TestExp object BugTests extends TestSuite{ val a = true val b = true val tests = Tests { test("1 foo bar") {...

Configuring uTest [Per-Run Setup/Teardown, and other test-running Config](https://github.com/com-lihaoyi/utest?tab=readme-ov-file#per-run-setupteardown-and-other-test-running-config) Folowing code: ``` def resultsHeader = BaseRunner.renderBanner("Results") def failureHeader = BaseRunner.renderBanner("Failures") def startHeader(path: String) = BaseRunner.renderBanner("Running Tests" + path) ``` Does not...

I'm trying to run simple `ssh-ping` command using ammonite but it fails. `ssh-ping` is part of small optional Ubuntu package `ssh-tools`. On Mate terminal command output when pinging non-existing host...

Is it possible to have few examples how to create client, send, receive messages and destroy client through tdlib-json-cli? Thank you for your support!

enhancement

Please add new built in command in Test suite that lists full names of all test classes or test cases. E.g. ``` mill myLib.test.testList com.myCompany.aa.FooTest com.myCompany.aa.BarTest com.myCompany.bb.BlaaTest com.myCompany.cc.BlaaBlaaTest com.myCompany.cc.BazTest com.myCompany.cc.HelloWorldTest...