Ben Lerner
Ben Lerner
https://github.com/brownplt/pyret-lang/blob/horizon/src/arr/trove/error.arr#L1004-L1019 and https://github.com/brownplt/pyret-lang/blob/horizon/src/arr/trove/error.arr#L2232-L2274 are the relevant messages. Suggest an alternate wording, and it should be an easy issue for a student to address.
I'm certain you don't mean that -- highlighting is applied to prose text, not to rendered values, so you need to choose what wording you want to surround those rendered...
Well...if you look at the second link, it handles general `equality-failure`s, and there's clearly code in there that distinguishes between "The left side...the right side..." wording for certain kinds of...
We encountered this today in our project -- it seems closely connected to a change in Spring, from v4.0.0 to v4.1.1: https://github.com/rails/spring/commit/21e272f73efc75e9f273277fd74fed3ef86ce1eb. Is it possible you have a new version...
I have a workaround I just found, with v2.5.0 that seems to work for my case, based on the storybook example with multiple X axes -- I create my data...
I'm torn. I don't see any internally consistent middle ground between having three namespaces or having only one: if module imports ought to conflict with both type and value definitions......
Nothing -- it's in the filelib module, which isn't made available on CPO.
This is a 1-line wrapper for you, e.g. ``` t = table: x, y row: 1, 1 row: 2, 4 row: 3, 7 end map2({(x, y): {x; y}}, t.get-column("x"), t.get-column("y"))...
Do you actually have any such scenarios in BS:DS?
First of all, _no_, the signature for multiple regression does not currently use tuples at all: https://github.com/brownplt/pyret-lang/blob/448cfdfe4b65b04012397651ff03f00daf302afd/src/arr/trove/statistics.arr#L227 It's a list of lists of numbers, where each inner list is an...