Christopher Armstrong

Results 59 comments of Christopher Armstrong

Actually, I don't think this *is* possible, because I don't think context managers have any way to *stop* their code block from being run.

unless you commit crimes like what this PR for `adt` does: https://github.com/jspahrsummers/adt/pull/38 -- basically using exceptions and python's ability to mutate the calling frame to jump around in the code.

@aarondewindt Yes, you can of course feel free to take any ideas (or code) you want from sumtypes. I would honestly be happy to just deprecate sumtypes if adt can...

It's unclear to me what the conclusion to this was -- is there any way at all to specify the python executable or virtualenv for evaluating code in LT?

fwiw, this would also allow us to avoid pathfinding infinitely when trying to path to an inaccessible destination.

of course by limiting the number of steps, what I really mean is limiting the total cost of a path.

Why was this closed? It doesn't look like workers-rs supports the images binding yet.

I've updated this PR to target 0.1.x, since that's the version we're on. I'm not sure what the CI failures are about - they don't seem relevant to my change...

@giuliohome just so you know, this library is effectively abandoned, since I haven't touched it or even really written any Python in several years. You should look at the way...