Hung Tran

Results 22 comments of Hung Tran

@dlip Thank you for putting effort to this. I'm new to Nix, and I've been trying different things to make this work. Currently, I want to provide a devShell for...

After some struggle, I was able to get this working with a devShell. I basically read from https://github.com/prisma/prisma/issues/3026#issuecomment-927258138 to make Prisma on NixOS possible. To sum up, it requires direnv...

Thank you for the insights, this really describes what the problem might be. I'll investigate as soon as I can about this.

I also really like this idea, what are currently the blockers on this?

## Context on `hypercorn` + `poetry2nix` The part that brings in (I guess $PYTHONPATH, or allow for `python -m my.backend`) is `workspace_app.dependencyEnv`, which is ```nix workspace_app = poetry2nix.mkPoetryApplication { projectDir...

I skimmed through the discussion, and I'm in favor of this getting merged. We have couple netop tools that only cares about some intermediate results, so it's quite chatty on...

How does this look under flakes output? Do we plan on partially supporting flakes output or go with the pure `std` in the near future?

Actions capturing is very cool, though flakes' output is flat, so we'll need to massage it a bit at the harvest level, so we'll need to massage. We could definitely...

My case is quite worse, it's not that big of a project (around 20-40 MB), but it's taking me more than 1m30 to start. I'm not sure in my case,...

Chiming in to the issue train, this is preventing us from compiling Leptos (in a workspace): Original ```toml [[workspace.metadata.leptos]] ## Workspace config # The name used by wasm-bindgen/cargo-leptos for the...