KeithWM

Results 17 issues of KeithWM

The command `sudo openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout mycert.pem -out mycert.pem` on ubuntu 18 produces a file only readable and writable by root, which gives errors...

See also https://github.com/jupyter/notebook/issues/4107, should be '0.0.0.0'

New to this, so please excuse me if I do something wrong. It would be nice if scipy.linalg.solve accepted N>2 dimensional arrays in the same way as numpy.linalg.solve does. http://docs.scipy.org/doc/numpy/reference/generated/numpy.linalg.solve.html

enhancement
scipy.linalg

The same functionality as #679, but now with a different argument syntax. I think this is neater, even if the arguments are more verbose. Maybe there's a good synonym for...

First of all, thanks for the great package. It is a very useful tool in keeping our code safe, much appreciated. My feature request is inspired by the fact that...

enhancement

A PR with a suggestion for a temporary ignoring of vulnerabilities. I'm not that happy about the syntax. I originally tried to make it work as `--ignore-vuln ID date` with...

When the edges provided to the histogram fit function have the form of a StepRangeLen, this structure can be exploited to compute the bins for each data point much more...

I've just installed Universal Media Server v13.7.0 (built 2023-09-06) on my MacBook and it works well, but the "Navigation Settings" tab is completely blank. I have tried to search for...

Would it be worthwhile to allow combinations of different units, e.g. a length expressed as 6'5" or an angle as 4°45"10'? I'd be happy to create a PR with this,...

Hi all, thanks for the great repository! I've been working on [a package](https://github.com/KeithWM/TaylorInversion.jl) to compute the Taylor expansion of the inverse of a function `y=f(x)` based on the Taylor expansion...