David Farrell
David Farrell
Another version of this? Set dir and then type `|c` (as in |commit): ``` > =dir /=base= =% /~zod/base/~2022.6.11..01.39.07..241e ~zod:dojo/=/=/~2022.6.11..01.39.07..241e> |c drum: link [~zod %dojo] [%dojo-peer-replaced ~.drum_~zod] [unlinked from [p=~zod...
Ah deleting `-A herb` fixes it, as in https://github.com/urbit/urbit/issues/5816.
Fixed in 0018d2c33b37e69f830ad66dbc77bdb566cb2ef5.
Yes they do - but note the linked page on this line: Follow the [instructions to install the cs launcher](https://get-coursier.io/docs/cli-installation) then run: Already instructs the user to run `./cs setup`....
Or if it is being used, maybe change it to: ``` my %methods = self.^methods.map({.gist}) Z 1..*; ``` (untested)
I didn't know what an EPIPE error was. I found this [discussion](https://groups.google.com/forum/#!topic/nodejs/8VBd36dPbnU) which said: > EPIPE means that writing of (presumably) the HTTP request failed because the other end closed...
I had a go at this, here's the before/after:   What do you guys think? EDIT: cc @urcades @nerveharp
I also tried changing the code to match the `%join` signature: ``` > :group-view &group-view-action [%join [~bitbet-bolbel %urbit-community] ~bitbet-bolbel %groups %.n %.n] /app/dojo/hoon: /sur/group-view/hoon: /sur/group-view/hoon: /sur/group-view/hoon: /sur/group-view/hoon: /sur/group-view/hoon: /sur/group-view/hoon: dojo:...
~(I would post my scalapb example but I'm running into the spark v scalapb protobuf version difference which I usually shade away but isn't working rn.)~ Ah this is caused...
I forked the [test repo](https://github.com/dnmfarrell/sparksql-scalapb-test/commit/e6a8e4cc7ccb90a566caa6d9447d6290ad3c1ab3) and can reproduce the issue: - `0.11.0` displays the behavior described in this ticket - `val ds: Dataset[Small] = df.as[Small]` does not throw an exception...