-
### Short description
When I use showGrid (current master and 0.11.1), then the tick labels at the corner of the axes rectangle are not drawn correctly.
### Code to reproduce
```python
import py…
-
hi
i run this command
```
python3.6 captcha_api.py images/8RcCc9_60227150-d3ed-4446-9339-ff8ecdd450fb.png
```
and it say
```
/usr/lib/python3.6/site-packages/tensorflow/python/framework/dt…
-
## Issue
When I plot three different charts with identical y data, but transpose the x range, the x labels are incorrect, and the displayed ranges differ.
## To reproduce
```ruby
require 'un…
-
```
What steps will reproduce the problem?
1. Install Python 3.3 on Windows XP platform
2. Execute cpplint_unittest.py
3.
What is the expected output? What do you see instead?
Expected no failures…
-
Hello and thanks for that really great program I strongly rely on :-)
But... I recently upgraded from Ubuntu 22.04 to Ubuntu 24.04 and airnef stopped working.
_/home/flitter/Programme/airnef/air…
-
```
Take the code
"""
def add(a, b):
c = a + b
d = a + b
return c + d
def main():
for _ in xrange(12000):
add(1, 1)
"""
that is, we forcibly specialize add() on ints. We currentl…
-
I'm having some issues using PyTabix with the python `multiprocessing` module; it seems that it somehow results in memory corruption of some sort, and messages along the lines of
```
[get_intv] the f…
-
之前的代码
```python
x=np.asarray(label_value)
y=np.arange(len(label_value))
fig=plt.figure()
plt.plot(x,y)
plt.show()
```
是这样的
```python
xit=iter(label_value)
yit=iter(np.ar…
-
StreamEntry uses a Map for fields.
As a result, binary data which contains illegal utf-8 sequences get mangled.
Reproduce by using XADD with a key or value which contains an illegal utf-8 sequen…
-