Joe Politz

Results 64 issues of Joe Politz

This program reports a shadowing error: ``` import lists as lists import lists as lists ``` It shouldn't. We have similar logic for cases like this (which is *not* a...

It would be useful to make some Selenium tests for `/blocks`, at least loading the page, figuring out what to wait on, running a simple program, etc. Probably needs a...

Consider ``` { method _output(self): VS.vs-constr("thing", [list: VS.vs-str("abc"), VS.vs-str("def")]) end } ``` Right now constructed values don't have much aria text assigned to them. But there's an issue where `vs-constr`...

@shriram and I talked briefly the other day about quickly documenting what it takes to import a JS file into CPO. Like, say you wanted to use https://simple-statistics.github.io/ I revisited...