Dan Fandrich

Results 162 comments of Dan Fandrich

The install command is: `/usr/bin/python3 setup.py install -O1 --skip-build --root /home/user/rpm/BUILDROOT/displaycal-3.9.6-1.lcl9.x86_64 --no-compile --prefix=/usr --skip-postinstall` If 45-Argyll.rules file was deliberately removed, its ghost is still present: ``` $ grep -rl 45-Argyll.rules...

I'm having the same issue with ver. 1.0.2 on pypi. Running "python3 -m pandoc" gives the error: `FileNotFoundError: [Errno 2] No such file or directory: '/home/user/.local/lib/python3.7/site-packages/pandoc/definitions/1.16.hs'`

Thanks—that issue is solved. Now I'm getting the issue "NameError: name 'types' is not defined" on __init__.py:684. It's fixed by adding "import pandoc.types as types" to main() but I'm not...

On Thu, Jul 21, 2022 at 10:15:16AM -0700, TheKnarf wrote: > Name resolution APIs and libraries SHOULD recognize localhost names as > special and SHOULD always return the IP loopback...

On Thu, Jun 30, 2022 at 03:18:19PM -0700, Karlson2k wrote: > - there is no security breach in current form, it > only improves security by making it harder to...

On Fri, Jun 10, 2022 at 03:16:36PM -0700, badbeef wrote: > • crypto backend: OpenSSL installed with apt install openssl You need to install the development libraries for openssl if...

Note that scp as a protocol has problems and OpenSSH, at least, considers it deprecated and is getting rid of the existing client shortly. I wouldn't start a project using...

libssh2 is client software. You seem to be asking about a server configuration. What exactly are you asking for?

Ah, so you want the client to select the binary that the server should use to set up an sftp session? My sftp protocol knowledge is getting pretty rusty, but...

The idea of hiding symbols is to reduce the chance for conflicts with internal symbols if the caller happens to reuse a symbol name. ELF symbol binding rules makes this...