Search Criteria
Package Details: httptoolkit 1:1.1.0-1
Git Clone URL: | https://aur.archlinux.org/httptoolkit.git (read-only, click to copy) |
---|---|
Package Base: | httptoolkit |
Description: | Beautiful, cross-platform & open-source HTTP(S) proxy, analyzer and client. |
Upstream URL: | https://httptoolkit.tech/ |
Keywords: | analyzer http http-toolkit https proxy |
Licenses: | |
Conflicts: | |
Submitter: | jamezrin |
Maintainer: | jamezrin |
Last Packager: | jamezrin |
Votes: | 3 |
Popularity: | 0.000602 |
First Submitted: | 2019-07-01 23:31 |
Last Updated: | 2021-01-18 22:55 |
Dependencies (2)
- npm (npm53, npm4, nodejs6-bin) (make)
- zip (zip-natspec) (make)
Latest Comments
FallenWarrior2k commented on 2020-04-29 17:23
@jamezrin, while it's true that the underlying issue most likely lies with tabtab, the true sinner is imo electron-forge for unconditionally trying to install completions in the
install
lifecycle script, as you can see here.jamezrin commented on 2020-04-29 17:08
@FallanWarrior2k, that's interesting, I would have expected that to be handled correctly, since most of the time they appear as if they were a regular file.
I don't think it is an issue of upstream but of the tabtab lib (https://github.com/mklabs/tabtab) but maybe upstream can do something.
FallenWarrior2k commented on 2020-04-29 16:54
Building this on my user account broke my ZSH setup because it tried to install completions for
electron-forge
to my .zshrc, but completely broke upon the concept of a symlink, and ended up replacing the symlink with a copy of the pointee file, with the relevant lines appended.jamezrin commented on 2020-01-14 18:24
@gin078 this package now builds from source
gin078 commented on 2020-01-13 17:21
This package should be renamed
-bin
since it is built from a precompiled binary rather than source.