Gary E. Miller

Results 52 comments of Gary E. Miller

"The validator website generates validation errors. :-)" Uh, no: https://validator.w3.org/check?uri=https%3A%2F%2Fvalidator.w3.org&charset=%28detect+automatically%29&doctype=Inline&group=0&verbose=1&user-agent=W3C_Validator%2F1.3+http%3A%2F%2Fvalidator.w3.org%2Fservices

I see pylint has more to say on stratux-screen.py: ``` # pylint stratux-screen.py No config file found, using default configuration ************* Module stratux-screen C: 42, 0: Trailing whitespace (trailing-whitespace) C:...

@penniesfromkevin I'm on the road until Monday. I'll check then.

Log of my running make. [build.txt](https://github.com/cyoung/stratux/files/1103990/build.txt)

Hmm. I was using package net-wireless/rtl-sdr-0.5.3_p20150730 on gentoo. When I remove that and pull from the librtlsdr git it works for me. So that solves my problem. I'll create a...

Hmm, gentoo installs steve-m/librtlsdr, but you had me install jpoirier/librtlsdr.git Any way to get Stratux to work with either librtlsdr?

Your URLgit clone [email protected]:jpoirier/librtlsdr.git needs a password. It is the URL for developers. Use the public URL: git clone [email protected]:jpoirier/librtlsdr.git

![Screenshot_2023-12-19_13-06-46](https://github.com/winder/Universal-G-Code-Sender/assets/1270340/d613e8f0-7a67-4e43-a4f0-e590e83eb349) This is what I see. The x-height in the Welcome Page is only 6 pixels. Hard for me to read even with pixeltool. If the text was the same...

I found the problem. You css is specifying fonts in pixels (px) and not points (pt). For example: ./ugs-pendant/src/main/webapp/node_modules/unique-filename/coverage/base.css font-size: 14px; At 96 DPI: 1 Point = 0.75 * Pixel...