Mike Sperber
Mike Sperber
@sheepforce While I support this work, note that the Tensorflow Haskell bindings have had regular Nix packages for a long time. The current version has a blocking issue though: https://github.com/tensorflow/haskell/issues/274
> However, it is marked broken since a long time and does not actually build. I saw your PR attempting to fix it [NixOS/nixpkgs#119411](https://github.com/NixOS/nixpkgs/pull/119411) The nixpkgs pulls the Hackage version...
To fix this problem, I need to set the output port to the REPL's value port. Unfortunately, there doesn't seem to be a REPL. Is there any way to make...
Well, I can `(require racket)`. @jbclements I'm aiming for a lower-hanging fruit: Just instantiate a regular REPL that is connected to the regular DrRacket interactions pane, and have the output...
> I agree with John on this point. The stepper should just run the program and capture its output (on each step). Robby Do you have an idea where it...
I just pushed a patch to deinprogramm-signature that has a custom error message for this situation: function call: expected a function after the parenthesis, but received a signature I'm sure...
@samth ProfJ was broken before, for other reasons, and we decided to leave it. I've sent fixes to CSC104.
> I appreciate making an effort to move people to new APIs, but unless these old APIs are very hard to support, the fact that they were used somewhere suggests...
It's on my radar, but I'm unsure of a good strategy. Just dropping the boxes is probably not going to work, since test-engine's output (and the translations, and, and ...)...
> perhaps indirectly. I think the issue here is that the reconstructor is just blindsided by the appearance of a quote-syntax, which suggests that it has to do with the...