-
There are a number of examples on the web that suggest pydot.graph_from_dot_data should create a pydot.Dot object, which has numerous write_xxx methods, including write_png & write_pdf. The stripped d…
-
_From [kurm...@gmail.com](https://code.google.com/u/111903686446163804814/) on November 06, 2011 15:23:48_
I suspect this may be a manifestation of this issue: https://bugs.eclipse.org/bugs/show_bug.…
-
Maybe there's already a way of achieving this using the existing api or via native es6 methods but I am looking to pass values down deeply into the hdom tree. Thus far I have explored ideas of a highe…
-
As a user of compose (formally fig), I would like to be able to specify the number of nodes started for any given definition (a.k.a scale) from inside the manifest (yaml configuration file), so that I…
-
Under any environment that isn't transpiling arrow functions down to normal functions, this will fail:
```js
bottle.service('foo', () => ({ doSomething: () => {} }) )
bottle.container.foo
```
…
-
What is the best practice for deleting items from the apollo store when a mutation deletes them on the server? I could not find anything related to this in the docs. Do I just have to return ids of de…
-
Original Title: **proposal: support gradual code repair while moving a type between packages**
Go should add the ability to create alternate equivalent names for types, in order to enable gradual c…
-
Hey there, just thought you might be interested in a little library I build on top of Flyd called [Reactive Magic](https://github.com/ccorcos/reactive-magic).
Perhaps the most interesting thing is …
-
A generator is a syntactic way to declare a function that can yield. Yielding will give a value to the caller of the next() method of the generator, and will suspend execution at the yield point. A ge…
-
This thread is for feedback on the full 2 November working draft. Overarching feedback on the draft can be made here, and complete responses to the draft in .doc format can also be uploaded.
*Upda…