Arman The Parman

Results 14 comments of Arman The Parman

Oh, right. Maybe I'll add a comment to say that, so the user knows/learns, as I just did. The instructions I read here didn't say to include "--user" as far...

It could be because I was trying all sorts of solutions to get rocksdb installed with python (failed over and over). I'll do a clean up and try again. On...

> `sudo pip3 install .` installs the binaries in /usr/local/bin You're absolutely right, but the instructions in readthedocs.io do not indicate 'sudo'. Without sudo, pip and pip3 installs to $HOME/.local/bin...

OK, I learned something new On Tue, 11 June 2024, 6:40 pm Simon L., ***@***.***> wrote: > ***@***.**** commented on this pull request. > ------------------------------ > > In reverse-proxy.md >...

> Maybe it would be better to say that the conventional names depend on the tag/kind they're attached to. `mark`, `hint`, `petname`, etc are all "conventional", just not for every...

Correction made about Schnorr signatures

You are probably right, but a little redundancy in strategic places can help readability - your call. It's only a suggestion, I won't be hurt if my edits are not...

I couldn't get 'pip install python-rocksdb' to work on Linux Mint (Debian based) x86_64. Tried Luke's Dockerfile - same failure. Hopes were high with your Dockerfile - same failure. I...

$ pip3 install python-rocksdb >log 2>&1 && tail -n100 log Defaulting to user installation because normal site-packages is not writeable Collecting python-rocksdb Using cached python-rocksdb-0.7.0.tar.gz (219 kB) Preparing metadata (setup.py):...

$ tail -n100 log rocksdb/_rocksdb.pyx:2413:37: Calling gil-requiring function not allowed without gil Error compiling Cython file: ------------------------------------------------------------ ... def get_backup_info(self): cdef vector[backup.BackupInfo] backup_info with nogil: self.engine.GetBackupInfo(cython.address(backup_info)) ^ ------------------------------------------------------------ rocksdb/_rocksdb.pyx:2413:23: Accessing...