Pavel Anpin
Pavel Anpin
@alienzj were you able to find a solution? I see you have two repositories, one of them is fork of this repo and another seems to be the reproduction you...
ok I figured it out https://github.com/anpin/jupyenv/tree/dev jupyterlab should be under `[tool.poetry.dev-dependencies]` not `[tool.poetry.dependencies]` ```patch diff --git a/pyproject.toml b/pyproject.toml index 2dbd78ac..1980b4ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,10 +6,10 @@ authors...
seems like [options.py](https://github.com/tweag/jupyenv/blob/55e42c3dea87d3c1e3e9dfde28df637e88d6bd39/docs/python-scripts/options.py) is no longer working Tagging @garbas and @djacu since they are the only authors
I found that `nest_options_in_dom` function is producing empty DOM. However both `nix build .\#lib.x86_64-linux.options.optionsJSON` and `html = md.render(commonmark)` in above options.py seems to yield the same format as before.
fixing ocaml kernel requires knowledge of some deep magic beyond my current understanding ```console [I 2025-02-13 21:47:20.765 ServerApp] Kernel started: 24b40db1-ce0c-4f76-ba46-5b3bf34dc4bb /nix/store/p2s5ccpqgzgcq16b277rmfqg5bv0aflx-extra-ocaml-path: line 2: declare: BASHOPTS: readonly variable [I 2025-02-13...
hey @balsoft, pinging you since you are opam-nix maintainer. maybe you can help with this one?
I tried this very crude fix and it got me further ```diff diff --git a/modules/kernels/ocaml/default.nix b/modules/kernels/ocaml/default.nix index a023be6..ed17a50 100644 --- a/modules/kernels/ocaml/default.nix +++ b/modules/kernels/ocaml/default.nix @@ -76,6 +76,15 @@ name = "extra-ocaml-path";...
I just bumped a giraffe project with lots of F#+ from TF net8.0 to TF net10.0 and saw lots of compiler errors around Reader.map and Seq.traverse pipes composed in functions...
I tried with a simple fsx, but couldn't find a reproduction case yet. Will try again at another time.
Hi @Jonathhhan, thank for your effort. I'm still getting this on OF nightly branch ```console └[~/projects/ofxLua/scripts]> ./generate_bindings.sh ### Generating: openFrameworks desktop swig -c++ -lua -O -small -I/home/a/projects/openFrameworks/libs/openFrameworks -DMODULE_NAME=of -DOF_SWIG_RENAME -o...