jtagcat

Results 241 comments of jtagcat

It is. I tested it on a Ryzen system, it worked. The machine I want to run it on is on Xeon X5670, what's declared as too old. I suspect...

jfyiya: RCS and RCS are different things. One is Google's, other is generic.

I'd add, that Google's Android default SMS app supports doing it via web. QR code pairing seems to be the best solution. Android SMS uses it, whatsapp uses it. This...

Flexibility wise, having the QKSMS mobile app talk to a (microservice) server sounds the sanest. If you self-host, or pay to have it hosted by the devs, you point the...

(your reminder to stop +1 +9, whatever, and saying things already said, it pings more than a dozen persons)

Check out https://mupdf.com/ for library?

```sh $ go get -u github.com/spf13/cobra $ go version go version go1.17.5 linux/amd64 $ ls ~/.cobra.yaml "/home/jc/.cobra.yaml": No such file or directory (os error 2) $ cd $(mktemp -d) $...

Additionally, it'd be nice if I could opt-out of the in-each-file header, if that's ok.

ah, the notification abuse bot has arrived!! /enthusiastic

> In principle it should be as easy as replacing `"flag"` import with [spf13/pflag](https://github.com/spf13/pflag) but it seems not synchronized with upstreams and we have few errors: Mentioned errors solved: -...