-
I'm not entirely sure these are related... but they all show up as one block when running `jupyterhub --debug`.
I installed with `jupyter labextension install pylantern`
I'm on jupyterlab-sql 0.…
-
Hi, _**redis-py-cluster**_ locked the version constraint of _**redis**_ as **_redis==2.10.6_**, which leads to a troubling scenario that its direct downstream project _**[arxiv-auth, scrapy-redis-bloo…
-
Is there any way to install this from source using pip? I would like to use some of the provider functionality that has been added in since the 0.1.0 release last June. I tried
```
pip install -e…
-
# Bug report
## What's wrong
Syntax not supported in python3.5
File "/usr/local/lib/python3.5/dist-packages/mimesis/__init__.py", line 10, in
from mimesis.providers import *
File "/us…
-
What is PEP561? https://www.python.org/dev/peps/pep-0561/
It is a way to ship types together with the code itself.
If the package is PEP561 compatible, then `mypy` will import types from it and us…
-
`User().fill_fake(count=2000, locale='de')`
I am trying to do this, but I am not able to find the source code for this.
-
Can we use `wemake-python-styleguide` for mimesis?
@sobolevn What do you think?
-
# Bug report
## What's wrong
I'm trying to use mimesis to generate mock data for tests I'm going to develop and am writing [schema](https://mimesis.readthedocs.io/getting_started.html#schema-and…
-
We're looking for people who want to work on mimesis with us. At this moment this package is maintained only by @sobolevn and me (@lk-geimfari ).
The problem is that we are both busy а lot of time…
-
I noticed that the mybinder environment.yml file pins dask to version 0.20, but the latest dask release is now up to 1.1.2. It's probably time to update or unpin some of these dependencies. Should we …