Leonhard Markert

Results 63 comments of Leonhard Markert

It looks like `nix-instantiate` fails with the error message > file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I) I don't understand how,...

Sanity check shows that calling `Command::args` multiple times is not the issue here since they just get appended: https://doc.rust-lang.org/src/std/process.rs.html#535-542

> @curiousleo did the merged PR fix this issue? No, #250 just added some checks, it did not aim to fix the issue.

Possibly useful for future reference: https://github.com/kubernetes/kube-openapi is the code that generates the Kubernetes OpenAPI spec (from Go structs in https://github.com/kubernetes/kubernetes).

`books.proto` is also incomplete: ``` books.proto:361:26: "GETReviewsFormatRequest" is not defined. books.proto:361:60: "GETReviewsFormatResponse" is not defined. ```

`kubernetes.proto` has over a thousand "... is not defined" errors. Note: the updated `kubernetes.proto` in https://github.com/nytimes/openapi2proto/pull/129 passes `protoc` validation.

See https://travis-ci.org/github/nytimes/openapi2proto/jobs/728735641#L158 for all validation failures on `master`.

@jO-Osko thanks for the report. Unfortunately I don't have a macOS machine, and I have no idea how to even investigate this further. Just to clarify: I'm assuming you tried...

Hey @jO-Osko, it looks like the pinned version of `jupyterWith` used in the `monad-bayes-series` environment is quite old. Newer versions have been tested against macOS in CI. I've updated the...

@turion I expanded the README a bit to include instruction for running the notebook locally: https://github.com/tweag/blog-resources/blob/master/monad-bayes-series/README.md - it would be great to hear your feedback on whether this helps!