xzvf
xzvf
@vsessink I have the same printer and the same issue. I worked around it by using PCL3 instead of the "recommended" PostScript
The main issue with implementing this, is that there is no (linux) system metric that directly provides the codenames. Instead all these tools maintain their own list, which FF would...
Looking more closely at etfallen's CPUID, accurate detection (especially for intel) is not something that can be done simply by checking the model and family parts of cpuid, but requires...
For Intel CPUs on Linux, we could use: `/sys/devices/cpu/caps/pmu_name`
In that case, `cpuid -1S | sed -nE 's/^.*\(synth\) = .*\[(.*)\].*$/\1/p'` is probably the best thing users can put into their configurations. I wish we could at least use the...
I am not sure who to contact when adding a package, so I am pinging the maintainers of the `zerotierone` package. @sjmackenzie @zimbatm @ehmry @obadz @danielfullmer @mic92
@Prince213 Can you remove the "needs-changes tag" then?
But if this is too controversial, I'll remove the service commit and then merge just the package for now.
@zimbatm What should it be?
Something like this should work. ```diff diff --git a/build.sh b/build.sh index f7ea6139..4d888264 100644 --- a/build.sh +++ b/build.sh @@ -4,7 +4,17 @@ cd "$(dirname "$0")" # --- Unpack Arguments -------------------------------------------------------- for...