Chak-Kuen Lam

Results 121 comments of Chak-Kuen Lam

Closing this as `pipx install-all` command now exists.

You can simply run `pipx upgrade mycli` and you don't need to pass extra dependencies since it's installed. But I think we can improve the error message to make it...

> Does pipx upgrade mycli upgrade dependencies that are only pulled in by the extra? Not really, unless `--pip-args='--upgrade-strategy eager'` is passed. This is probably related to #254.

Example output for this: ``` ➜ ~ pipx reinstall-all uninstalled epr-reader! ✨ 🌟 ✨ installed package epr-reader 2.4.15, installed using Python 3.9.2 These apps are now globally available - epr...

> Did you download lisa.py and manage to load it in lldb? I can confirm that it was loaded in lldb: ``` $ lldb (lisa:>) ``` However, the crash log...

After running `cp crashmon/lisa.py ~/lisa.py`, I think the command should be `CW_LISA_PY=~/lisa.py ./bin/crashmon tests/binaries/crashexec` instead?

Looks like it still doesn't work. I've tried the new instruction on both my local machine and Github Action. The only evidence I've noticed that is this line: `[ crash...

The final output is this: ``` AttributeError: module 'capstone' has no attribute 'CS_ARCH_ARM64'. Did you mean: 'CS_ARCH_ARM'? ``` I had issues when installing capstone on M1 mac, so I needed...