Adam Griffiths

Results 110 comments of Adam Griffiths
trafficstars

I'm not sure what environment you're trying to build in. But there's obviously a mismatch in the function signature in cyglfw and your version of GLFW3. The code appears to...

Easiest way to replicate is to provide an invalid host name. I was supplying the host as 'http://domainname.com' instead of 'domainname.com'. This triggers the same failure path.

Added a conversion for attributes from Python's True/False to the strings "true"/"false".

Any chance you'd be interested in looking at this?

Great, thanks! Tangentially, (I haven't raised an issue for this) something to check for is rendering the html twice. I believe the generators are holding state and the second call...

It's definitely not working ootb ``` >>> import cottonmouth.tags Traceback (most recent call last): File "", line 1, in File "/.venv/lib/python3.8/site-packages/cottonmouth/tags.py", line 4, in class Tag(unicode): NameError: name 'unicode' is...

The only place I used python 2 is at work due to legacy issues. That's unrelated as we don't use this library there. So no, I don't need py2 for...

Did you just want to merge the existing python 3 branch you wrote and do a release? That way it's working for anyone that comes across this project in the...

Support for mass transforms is inconsistent and depends on the function. The intention was always to add support for it, but I never got around to it. A trivial (and...

I haven't tested it, but that should work as is, since the procedural and oo interfaces are just np.arrays. Possibly some of the extra stuff added will cause problems. [Vector3](https://github.com/adamlwgriffiths/Pyrr/blob/master/pyrr/objects/vector3.py#L51)...