Brad Smith
Brad Smith
By default, django-rest-polymorphic doesn't play well with DRF's HyperlinkedModelSerializer class. For example, using the example project in this repo as a base project, if you replace each of the `serializers.ModelSerializer`s...
I have a world where some region files are causing `mcmap` to segfault or abort due to stack smashing. Using the official [archlinux:latest](https://hub.docker.com/_/archlinux) docker image, I built `mcmap` from the...
**Describe what this pull request is trying to achieve.** I have several upscalers installed, but whenever I wanted to use them in the UI, they've been listed in an unsorted...
**Describe what this pull request is trying to achieve.** The way we currently load embedding files from disk and store them in memory as `word_embeddings` is _not sorted_, making searching...
Forgive me if I missed a discussion somewhere, but this isn't covered in the README, neither py file has any pydocs to explain the situation, and the commit logs aren't...
Very minor nitpick I found while reading through the code: https://github.com/j-e-k/poketrainer/blob/develop/poketrainer/poketrainer.py#L431 ``` if settings.get('minimum_client_version', '0.0.0') > '0.33.0': ``` That works only in some cases because of how strings do comparisons:...
Apologies in advance for soapboxing… 😰 @j-e-k I just opened a pull request to fix a minor bug a short while ago, and when I discovered that the build was...
More python3 brokenness. 😖 ``` Traceback (most recent call last): File "/Users/infinitewarp/.envs/poketrainer3/lib/python3.5/site-packages/flask/app.py", line 2000, in __call__ return self.wsgi_app(environ, start_response) File "/Users/infinitewarp/Documents/code/poketrainer/web.py", line 33, in __call__ return self.app(environ, start_response) File "/Users/infinitewarp/.envs/poketrainer3/lib/python3.5/site-packages/flask/app.py",...
First I've seen one of these, but now it's happening consistently with one of my accounts. Looks like a possible protocol issue or a new manifestation of soft banning? ```...
Builds of projects that require `ansible-runner` and thereby also require `python-daemon>=3.0.0` in environments with modern versions of `setuptools` are failing with this error: ``` ModuleNotFoundError: No module named 'setuptools.extern' ```...