Sebastian Pipping
Sebastian Pipping
Hi! It would be great help users understand the differences between this project and the [cache provided by `django_redis.cache`](https://github.com/niwinz/django-redis/blob/master/django_redis/cache.py) . Are there docs comparing those two somewhere? Thank you!
Hi! It seems that the alter tester at `/plugin-settings/global/` needs a service selected to not fail. Would be cool, if the form would better communicate/handle that case. Thanks!
Hi! I noticed that in `setup.py` field `install_requires` is evaluated during creation of release articacts — at `sdist` time — … https://github.com/geex-arts/django-jet/blob/06ab6436d8add9aafcf771df40358409564e6bcb/setup.py#L14-L27 … and hence ends up wrong at PyPI...
Related to #47 Potentially, we could use *two* files: - a private own for things like HAVE_REALLOC that matter *during* compilation - a public one that gets install that has...
Please get in touch about details before starting work on this matter. Thanks!
Hi! It [came to my attention](https://bugs.gentoo.org/798648) that both [Ruby dotenv](https://github.com/bkeepers/dotenv) and Python dotenv want to install/own file `/usr/bin/dotenv`. To a Linux distribution that wants (or needs) to package both of...
Running `aptly snapshot help create` produces ``` Usage: aptly snapshot create from mirror | from repo | empty [..] ``` Now the last part with `|` reads like a pipe...
Hi! I find that Debian ISOs are expected to end with `-mini.iso` in [`mbusb.d/debian.d/netboot-generic.cfg`](https://github.com/aguslr/multibootusb/blob/master/mbusb.d/debian.d/netboot-generic.cfg). Are you intending to leave current `debian-9.7.0-amd64-netinst.iso` out? Thanks and best, Sebastian
Hi! I was wondering if you're open to re-writing `makeUSB.sh` in Python 3 or 2+3 or to review pull requests in that direction. It would include a test suite with...
Hi! I'm happy to find that hyperjson rejects single surrogates as invalid characters but the exception text looks more low-level than expected. Is this a bug? Can the exception message...