Nicolás Fantone
Nicolás Fantone
@nickmccurdy On a related note, I'm also not too fond of moving configuration to `package.json` (not only eslint, but any kind). - `package.json` is a common source of conflicts. Limiting...
Any movements here? Using `poetry` in macOS along with `brew` is a pain right now.
Hit this today after a `brew upgrade`. `--uninstall` did not work. ```sh dyld[36086]: Library not loaded: @loader_path/../../../../Python.framework/Versions/3.11/Python Referenced from: /Users/nicolas.fantone/Library/Application Support/pypoetry/venv/bin/python3.11 Reason: tried: '/Users/nicolas.fantone/Library/Application Support/pypoetry/venv/bin/../../../../Python.framework/Versions/3.11/Python' (no such file), '/Library/Frameworks/Python.framework/Versions/3.11/Python' (no...
@keithvsr I don't think you are. From [Poetry's own docs](https://python-poetry.org/docs/managing-environments/): > Poetry makes project environment isolation one of its core features. > > What this means is that it will...
@charlespierce Apologies for the ping, but is there anything blocking you from releasing this? Can I help in any way?
Found this while looking to add type hints to `environs` parsed variables. Having this would be great! @sloria @ribetm Can I help here?
What about point-free functions that don't have _explicit_ arguments declaration? ```js const { add } = require('ramda'); /** * Adds 10 to `x`. * @param {number} x Any number *...
@dietergeerts Worked like a charm. Thanks a million for pointing it out! Still kinda awkward, if you ask me. I get the idea of wanting to infer types or match...
@youyo Any blockers here? Would be nice to have this released.
FWIW, I'm having the same with `npx`. ```sh ❯ npx patch-package some-module Need to install the following packages: [email protected] Ok to proceed? (y) npm warn deprecated [email protected]: This module is...