pyret-lang
pyret-lang copied to clipboard
The Pyret language.
This should fix #1653 This is my first PR so I might be wrong, but here is the solution: When creating array from a column name and values, we don't...
https://www.pyret.org/docs/latest/gdrive-sheets.html does not make clear what the `id` field of `load-spreadsheet` is. In particular, it does not explain the URL-surgery that is needed to obtain an `id`. This is documented...
It's unclear to me why [`table-from-columns`](https://www.pyret.org/docs/latest/tables.html#%28part._tables_table-from-columns%29) cannot work with empty lists, for creating an empty table of the right shape that will be populated programmatically. The document does not indicate...
The Google Sheets sharing menu has changed: https://www.pyret.org/docs/latest/tables.html#%28part._s~3atables~3aloading%29 is now outdated, not just in the visuals but also the instructions of where to click (which is more problematic).
Pyret is awesome. It would be even more awesome if one could use it to write and run programs right in the Sheets UI. For example, it would be awesome...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
Suppose you wrote ``` check: [raw-array: 1] is [raw-array: 1] end ``` The test will fail because raw arrays are mutable. We should consider _rerunning the test_ in this case...
It's frustrating that refinements can't refer to one another, and that they can't be expressions. For example, we can't write this example so nicely: https://twitter.com/jameskjx/status/1534353153218445312?s=20&t=C-kuCLcS1P9dLTEscvL47w ``` fun get(n :: Number%(n...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...