Gustavo Goretkin

Results 85 comments of Gustavo Goretkin

I just removed that identifier from the list of flags. You can try that

> In general, yes, play(node::AudioNode) adds the node to the render chain, and other methods of play typically wrap the thing inside an AudioNode and then call play on that...

> the underscore already has the meaning of > **"fill in whatever you get, I won't refer to it anywhere else"** > See underscore as left hand side where it's...

> > there is only one field in the struct, which is perfect for "wrapper" types > > @goretkin that case is perfectly handled by interpreting it as 0-d and...

> More than 1 callback can trigger for step. Yes, that's the point. You can save the solution before and after each callback. So, e.g. you could have `solution.t[2:5] =...

For reference, there's no error: ```python In [1]: import matplotlib.pyplot as plt In [2]: plt.semilogy([1,2,3],[1,2,0]) Out[2]: [] In [3]: plt.show() ```

Does "wont fix" mean that a patch for this would not be accepted? Why? On Sat, Sep 25, 2021, 5:32 AM t-bltg ***@***.***> wrote: > Closed #2046 . > >...

I'd also just like to more easily terminate the REPL (e.g. with Ctrl D) and have the option to restart it without it closing and then having to re-issue the...

I haven't tried that setting yet. In what sense is it a workaround? What does it do?

I think the automatic conversions in `PyCall` are great, and it's also great to be able to inhibit the conversion with e.g. `py"1j"o`.