Naomi Seyfer

Results 11 comments of Naomi Seyfer

Another run gave a different error: ``` ERROR: Message 'superclasses' not understood. RECEIVER: Instance of Function { (0x7f8e02c55818, gc=14, fmt=00, flg=00, set=02) instance variables [2] def : instance of FunctionDef...

Edited to add a minimal-ish repro. `test_gcBug` fails; `test_minimallyDifferent` succeeds.

Indeed any attempt to use the return value of a function that throws as part of any expression other than simple assignment to a single variable seems to confuse the...

Ah! Topple is indeed the comparator case that does not crash so that makes sense.

I believe the current client behavior on master is that: * When you specify an `--image` parameter to an update, we'll generate a name for you locally, by default *...

I think it's a valuable thing to be able to "use knative" with kn alone. I currently don't think creating a namespace is part of that, but knowing what namespaces...

In other words "with arbitrary setters, you can have an lvalue be of a different type than its corresponding rvalue"

Right now, you have to `# type: ignore` the line that says `a.f = ''`, but not the definition. Should you have to `# type: ignore` the setter definition too?...

Double-check me, but I am pretty sure I coded it to load a mono sample into both channels in StereoGlut, so you can still play mono samples. The architecture of...

Yea, it can, with an asterisk. The limitation is the amount of grain overlap-stereo can support less overall grain overlap. On Sun, Dec 4, 2022 at 9:45 AM Artem Popov...