-
```
What steps will reproduce the problem?
1.
#this works -draws a triangle
pyglet.graphics.draw_indexed(4, pyglet.gl.GL_TRIANGLES,
[0, 1, 2, 0, 2, 3],
('v2i', (100, 100,…
-
Right now, parametric types with inner constructors require one to specify the data type:
```
type TypeB{S}
x::Array{S}
y::Int
TypeB(x::Array{S}) = new(x,2)
end
TypeB{Int}([1,2,3])
```
I…
-
```
make the codebase support (python 2.7, python 3.3+)
Steps:
make test/ syntax compatible with 2 and 3
make utest/ syntax compatible with 2 and 3
make cocos/ support 2 and 3, verifying …
-
I'm the developer of the Piwik Drupal module. I'm currently updating the module to v0.4 and have found some issues.
I found that something seems to have changed in Piwik that breaks all reports I hav…
-
_From [kcfelix](https://code.google.com/u/kcfelix/) on October 03, 2008 11:44:21_
On the on_enter method of the color layer, the vertex buffer is created
relative to the it's position:
x, y = self.…
-
I've copied and pasted the Flash widget from piwik.org and changed the
```
```
to prevent cross site scripting blocking in flash.
```
…
-
I use [vim-textobj-rubyblock](http://github.com/nelstrom/vim-textobj-rubyblock) (ruby block text obj with "r").
Wildfire works at selecting a single ruby block, but if it's selected one with `var`, h…
-
Is required for ri:matte attribute for example, but is missing from drop down menu (only float, int, and string available currently)
Also - might as well add any other types that you can think of in …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR2863](https://bugs.llvm.org/show_bug.cgi?id=2863) |
| Status | RESOLVED DUPLICATE of [bug 2850](https://bu…