-
Did a fresh install of the v4.0.0 tagged and master branch.
Statsite was not flushing to Graphite. I found this error in the syslog.
Jul 11 21:34:07 ubuntu-bionic statsite[28695]: Traceback (mos…
-
```
i tried to set a whole multi attribute in a single row
and i was given an error
maya 2009x64
pymel 0.9.1
i skinned a 1538 vtx mesh with 9 joints
and i tried this:
sk=PyNode('skinCluster1')
zero…
-
### What
Add a new tick mode:
```
# Usage:
xaxis: {
tickmode: 'proportional',
tickvals: [0, .5, 1],
}
```
**Effect:**
Plotly will make ticks propotional to the range: So if the x r…
-
lists, tuples and listish already support indexing
range/xrange have varying magic behaviour depending on CPython 2, CPython 3 or PyPy
-
- more specifically test for _ in xrange(ceCounter) loop
- determine from test if to upgrade function to
1. remove or
2. return max values from for loop)
@cgoodale
-
When I run:
```
for i in xrange(0,100000,1):
print i
```
It crashes and burns. Skulpt might not be powerful enough.
-
Which python3 version is tested? I run into many issues with `Python 3.5.3`. Such as `iteritems` vs `items` `xrange` vs `range` or trying to add `zip` + `list` variables.
see-- updated
4 years ago
-
![image](https://user-images.githubusercontent.com/14135553/29003550-7219c894-7ad6-11e7-928f-dd3baebfff32.png)
-
Master version of "airmtp" doesn't run on Ubuntu 24.02
```
python3 airmtp.py
/home/user/Software/Foto-Download/airmtp-master/airmtp.py:638: SyntaxWarning: invalid escape sequence '\M'
parser.…
-
```
What steps will reproduce the problem?
1. Create test file with
for j in xrange(50000):
print ",".join(str(i) for i in [random.choice(xrange(1000)) for i in xrange(8)
2. Test with
time (c…