Samuel Bishop

Results 72 issues of Samuel Bishop

It would be much easier to install this using homebrew to avoid polluting my day to day system python, it would be walled off over in homebrew. Then I could...

help wanted
feature-request

More information here on the change is in the GitHub issue https://github.com/pypa/setuptools/issues/2086 and in the `setuptools` ChangeLog https://setuptools.readthedocs.io/en/latest/history.html#v58-0-0

Pendulum is incorrectly parsing ISO 8601 strings without timezone information. ``` pendulum.parse('2018-08-02T15:00') Out[16]: DateTime(2018, 8, 2, 15, 0, 0, tzinfo=Timezone('UTC')) ``` "If no UTC relation information is given with a...

Sorry if this is already supported, but it wasn't clear from the docs or the tests, if this library supports using the sqlite in memory operation mode to avoid unnecessary...

The import seems to have some serious reliability issues. While I'm sure some of these aren't due to cities doing the wrong thing. The situation around importing the data is...

Currently the user_id has the pipe character replaced with a dot. This is necessary due to the limitations of the default Django user model. If someone wants to or already...

Placing the home page as the only page at the root level of the page tree, and all pages under it, causes the menu generation code to inject 3 unwanted...

While i can find documentation on creating Django-CMS plugins, I'm quite sure theres a difference between a vanilla Django-CMS plugin, and a plugin that Arkestra can embed in semantic editor...

I was unable to build a simple "permutation gallery" using the variations tool and an `each` loop over a simple array. I tried several variations, some of which did nothing...

I often find myself doing something like this 1. Diff two objects, 2. Do something if a key has changed. _This may or may not care what has changed about...