Chris Rose
Chris Rose
In order to make it easier to manage building forked, but still viable builds of Mastodon, it is simpler to push the built containers to a repository-specific container instead of...
The `is_dst` argument to `make_aware()` is deprecated as of Django 5.0: https://docs.djangoproject.com/en/dev/internals/deprecation/#deprecation-removed-in-5-0 Running `manage.py seed` on an application with `DateTimeField` in the models results in this: ``` /Users/offby1/projects/worldcon/nomnom/.venv/lib/python3.10/site-packages/django/db/models/fields/__init__.py:1654: RuntimeWarning: DateTimeField...
This'll allow icecream to be included without breakage in packages that peform type checking. It's very _loose_ typing, but hopefully it'll be enough to start? - generated an initial bundle...
"fabric" is the name of an existing Python library: https://github.com/fabric I'm not sure what to suggest here, but I think you may find that this generates some confusion.
I have a timed task that does this weekly, but I also want the ability to upgrade immediately sometimes. This adds a `-a` flag that sets the number of seconds...
I would like to install this with the C source attached, so that when I look for references to variables or functions, the C source is in a predictable location....
In `social_django/middleware.py`, the redirect URI is resolved like this: ```python def get_redirect_uri(self, request, exception): strategy = getattr(request, "social_strategy", None) return strategy.setting("LOGIN_ERROR_URL") ``` This doesn't pass the `backend` into `strategy.setting()` which...
This resolves: ``` ../../.asdf/installs/golang/1.20.6/packages/pkg/mod/github.com/hasit/[email protected]/bolter.go:45:16: cannot use []*cli.Author{…} (value of type []*cli.Author) as []cli.Author value in assignment ```
As it sits right now, it looks like md-roam does a good job of finding articles by title when using the `[[wiki-style-links]]` but if you open the same file in...
I noticed an exception from devpi earlier today when I was disconnected from the network. I attempted to run `devpi list hatchling` to see which versions of hatching I _could_...