Zhenhao Li

Results 19 comments of Zhenhao Li

I read this on https://github.com/sksamuel/exts > This project is a collection of random Scala helpers that was used by [elastic4s](https://github.com/sksamuel/elastic4s). Since Dec 2021 the utilities have been merged into elastic4s...

hi @phaer , Yes, I have `name` defined under `[tool.poetry]`. I got the same error when trying the following `pyproject.toml`, ``` [project] name = "titanic_ml" description = "titanic_ml example package"...

> The `pyproject.toml` of the python project is not a valid value for the `projects` field. > > Please use a dream2nix project description there. > > `nix run github:nix-community/dream2nix#detect-projects...

hi @erikvanoosten, did you find a solution for no. 4?

> Does that mean that it doesn't happen every time or that you can't share the full application and can't minimize it into a smaller example? It is always reproducible...

> @Zhen-hao no, I can't recall this being a "no-fix" issue :). Parameterless-enums are a bit special (as the cases don't form proper types), so maybe some special-casing needs to...

I didn't get the time to work on it. Hopefully, I can look into it in October.

> * Home-manager installed programs are not accessible in $PATH Hi @srid, did you find a solution for it? I now have the same issue.

I couldn't reproduce the issue with unit tests for the above function. It seems that the issue sometimes occurs when the function is used inside code blocks using Korolev DSL....