Joao Henriques
Joao Henriques
Good find! @purpleidea and @vincentdoerig does this seem to address the issues you mentioned before?
> Simply put, I want the function f to output something that doesn't change the output of the function g. If this output `x_state` doesn't affect `g`, but you want...
This is not supported by svgwrite. However, I was able to do it with some monkey-patching: ``` class ForeignObject(svgwrite.base.BaseElement, svgwrite.mixins.Transform, svgwrite.container.Presentation): elementname = 'foreignObject' def __init__(self, obj, **extra): super().__init__(**extra) self.obj...
You're welcome! We hope it makes things easier for both you and the network.
Yes this is a bit annoying. Won't `background-blend-mode: multiply` be a problem with other sites? Can't the extension reset the blend mode to normal in this case?
Any chance the pre-compiled MEX file could make it into the standalone package? It would make for a really easy setup for any newcomers who just want to play a...
Thank you for your feedback, and sorry if this is disappointing. We will address this issue in the journal version (Nature, under review).
We take a Generator-Discriminator (GAN) approach to code too. We generated this code, and you discriminate whether it's real or fake
[Pea shooters](https://en.wikipedia.org/wiki/Peashooter_(toy)) launch capsule projectiles and are a much more humane and non-violent form of GUN. We might be working on this, stay tuned! (Disclaimer: we might actually be busy...
Yes, that's what I was thinking about. Thank you for answering!