Jakub Szafrański
Jakub Szafrański
This PR adds the `default` keyword argument to `get()` method, which allows to support a custom default value to retrieve from the cache, if a key is not present on...
I opened a PR that adds optional support for `default` keyword argument in `get()` method: https://github.com/linsomniac/python-memcached/pull/158 This is due to a bug I've found in one of the projects I...
It looks like the public facing URL of the repository has its DNS records missconfigured - the A (or AAAA) record is missing, so it is not possible to install...
``` /home/js/.virtualenvs/ppm/bin/python /home/js/git/ppm/manage.py runserver 8000 Traceback (most recent call last): File "/home/js/git/ppm/manage.py", line 10, in execute_from_command_line(sys.argv) File "/home/js/.virtualenvs/ppm/lib64/python3.4/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line utility.execute() File "/home/js/.virtualenvs/ppm/lib64/python3.4/site-packages/django/core/management/__init__.py", line 354, in execute django.setup()...
When working on something I noticed (in a django app) that some URLs were rendered incorrectly. The url in question had a query param called `copy_origin`. When the query param...
Adds ability to define the default location of the `sysutils/node_exporter` port pidfile via the `node_exporter_pidfile` settings in `/etc/rc.conf`
### What happened? I have a custom `QuotaInput` component which is meant to abstract a text input and an unit selector to type a file size: ``` GB MB import...