David Farrell

Results 46 comments of 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.

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: ![Screenshot from 2022-04-12 20-03-23](https://user-images.githubusercontent.com/1469333/163073834-81016b9a-fb0c-4060-b41c-3335b4836822.png) ![Screenshot from 2022-04-12 20-03-01](https://user-images.githubusercontent.com/1469333/163073840-7c73bfd0-a465-4cfc-a24f-4941b3f4e749.png) 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...