Viewing profile — frostming
frostming
HN member- Joined
- Fri, Mar 13, 2020, 5:46 AM UTC
- HN karma
- 23
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About frostming
No profile information was provided.
Recent public activity
-
comment
Comment #48233498
UX issues are the least important; it's just a matter of minutes for AI to improve, but you need to report it on GitHub. The "unsafe version" is an unreasonable accusation. Do peop…
-
comment
Comment #38863068
A Casual Discussion on L4 Load Balancing - by @laixintao(in Chinese) https://www.kawabangga.com/posts/5301
-
comment
Comment #29506274
PDM also supports centralized package cache like [pnpm] while still keeping project's dependencies isolated. > Also this will just pollute your source directories with generated di…
-
comment
Comment #29506256
Yes, PDM does some hacks to make it work with the familiar `python` executable. See the example at https://github.com/pdm-project/pdm/#quickstart . All you need is a fews lines to …
-
comment
Comment #29506233
Thanks for the kind words on PDM. At time of creating PDM I don't want it to be similar with any other package mangers, so I chose PEP 582, and I thought I can play more new stuff …
-
comment
Comment #29506183
In PDM, add command supports a `--unconstrained` option to relax the version constraints to find a solution. You don't need to edit the file manually.
-
comment
Comment #29506152
PDM author here, if anyone want to know the advantage of __pypackages__ over virtualenv-based tools(venv, virtualenv, poetry, pipenv), here it is: The fact that virtualenvs come wi…
-
comment
Comment #26032047
> So careful, far from stable. True, bugs can't be exposed by a few users. People have vastly different environment setup for their Python development. System python, in-venv, pyen…
-
comment
Comment #26025149
As I wrote in the post, you cannot make two tools isolated in their own environment work together(work together meaning one needs to import from the other). The only way to make it…
-
comment
Comment #26025114
__pypackages__ also has a bin/ directory and you can run the console_scripts with pdm run my_bin or by absolute path: /path/to/__pypackages__/3.8/bin/my_bin
-
comment
Comment #26025101
Thanks for giving a look and leaving so many reactions. This project was originally built to experiment on some new PEPs on Python packaging and it turned out working well. 1. What…
- story