Sam Estep

Results 39 issues of Sam Estep

A couple days ago, I booted up my laptop and found that Spotify no longer plays sound. I don't know for sure that this is caused by `Spotify-AdKiller`, but I...

Last month @wodeni and @JonathanAldrich and I had a Slack conversation about #961, lamenting how errors from the parser can be "quite cryptic", causing us to make the parser less...

@heleaf added support for staged diagram generation in #610. It is surfaced by `@penrose/automator`, but we currently don't test it either in our `@penrose/core` unit test suite or in our...

#858 updates the tutorials so they are (hopefully) correct as of 2022-01-17 (modulo [`inRange` being broken](https://github.com/penrose/penrose/issues/860) I think), but we currently have no mechanism to ensure that they stay up...

@wodeni and I removed them in #976. We should bring them back after #984.

# Description Related issue/PR: # (issue/PR) Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are...

Currently https://penrose.cs.cmu.edu/try/ does not give an indication of which version of Penrose it is using. It should instead give a commit of this repo (probably linking to that commit) and...

system:ide

@jiriminarcik and @keenancrane have been pointing out that it would be nice to be able to define local functions in Style programs: @joshsunshine suggests that we want to encourage these...

Currently, running `yarn` prints about a hundred lines of warnings; it would be nice if we could somehow get rid of those: https://github.com/penrose/penrose/runs/5209474720?check_suite_focus=true ``` yarn install v1.[22](https://github.com/penrose/penrose/runs/5209474720?check_suite_focus=true#step:3:22).17 [1/4] Resolving packages......

We have a [changelog](https://github.com/penrose/penrose/blob/main/CHANGELOG.md) but we've stopped updating it since v1.3.0. We need to bring it up to date with the changes we've made since then, and make a habit...