-
In Heptapod by bitbucket_importer on Dec 18, 2019, 22:24
*Created originally on Bitbucket by [nlgranger](https://bitbucket.org/[7.3.7](https://github.com/gitlab-importer/pypy/milestone/7)B8f070531-89…
-
### Describe the bug
I see some typecheck failures in my code using aioredis v2,
which are related to https://github.com/python/mypy/issues/8554
where the arguments with generics should use covar…
-
### Describe the issue:
Numpy does not allow you to use the buffer-protocol to get a read-write buffer for numpy record. It requires you to ask for the record read-only. This is in spite of the fac…
-
The jpeg size estimate in `capture_buffer_size` is causing folks trouble:
```
if self.colorspace == OV5640_COLOR_JPEG:
return self.width * self.height // self.quality
```
repl…
-
When trying to execute the Code Example 4.8 in the [docs](http://picamera.readthedocs.io/en/release-1.13/recipes2.html).
i get:
Traceback (most recent call last):
File "Example48.py", line 41, …
-
Hello,
As part of a project, I am using PyManopt to work with a product manifold $S^{k-1} \times \mathcal{P}_{n}^k$, where $S^k=\text{Sphere}(k)$ and $\mathcal{P}_n^k = \mathcal{P}_n \times \dots …
-
* [ ] VM should not have as many things passed through
* [ ] DTS for guest should use overlay instead
* [x] UI updates are still too slow, can't tell if performance with redraws is still too bad or …
-
**Description**
String values set with `sdb.set` (using at least the redis or sqlite3 drivers) are retrieved as bytes. Presumably, they should come back as strings.
**Setup**
Add the followi…
-
@bobveringa I hope you had an enjoyable break.
I have given some thought to the changes on the `read_allocate` branch. I think, once you've ironed out any issues in your application, these should b…
-
The `distributed.comm.shard` setting, which defaults to 64 MiB, is supposed to split a buffer that is larger than the shard size into separate buffers. The intent is to prevent issues that commonly ha…