Jerrad

Results 8 issues of Jerrad

root@kali:/opt/pupy# ./create-workspace.py pupyws WARNING: No swap limit support [+] Git repo at /opt/pupy WARNING: No swap limit support Missing python module: virtualenv root@kali:/opt/pupy# pip install virtualenv bash: pip: command not...

## Feature Request Allow for external formatter plugins ### Use Case/Motivation I would like to create formatting plugins for jrnl entries that include other services. Like an API rest backend...

enhancement
:pushpin:

I am trying to write a file system layer on data stored in a sqlite3 db. It need only be read-only but I'm having a bit of a time trying...

question

In the source setup.py and fro the whl file the template directories are not being installed to the correct place resulting in an "internal server error. Index not found"

https://datatables.net/manual/tech-notes/7 ![Screenshot 2020-02-23 23 24 33](https://user-images.githubusercontent.com/29623/75128767-ba0fcb80-5693-11ea-9f13-cc2c57654b9e.png) Fresh install

I've been reading and it seems that this api hooks ALL keyboards. Where would I go to alter this so that one could choose a specific keyboard device? I.e. I...

(pupy) root@kali:/opt/pupy/pupy# python3 pupysh.py Traceback (most recent call last): File "pupysh.py", line 104, in import pupylib.PupySignalHandler File "/opt/pupy/pupy/pupylib/__init__.py", line 27, in from .PupyCredentials import Credentials File "/opt/pupy/pupy/pupylib/PupyCredentials.py", line 24, in...

# Steps to set up environment `` #!/bin/bash echo "Removing pupy virtual env" rm -rf /opt/environments/pupy/ echo "Building pupy virtual env" virtualenv /opt/environments/pupy echo "Activating environment" source /opt/environments/pupy/bin/activate echo "Removing...