Andrew Savinykh

Results 6 issues of Andrew Savinykh

Running on windows similar to: ``` warp-packer --exec E:\path\to\folder\file.exe --input_dir E:\path\to\folder --output G:\some\test.exe --arch windows-x64 ``` Then running `test.exe`. Working locally, but copying on another machine getting: ``` Error: Os...

### Feature request: Is this a front-end feature or backend? (or both?) Mostly back-end with trivial front-end support. Description of feature: We currently have the following way to authenticate: -...

help wanted
feature-request
request-tentative

My token has the following policy attached: ``` path "secret/some/path/*" { capabilities = [ "create", "read", "update", "delete", "list"] } path "secret/some/path" { capabilities = [ "create", "read", "update", "delete",...

enhancement

The plugin only returns a single IP address. Incidentally it's not the address that I'm after. Is it possible either to return them all, or pass some kind of network...

It looks like we might need a maintenance release. Currently goreleaser gives ``` • DEPRECATED: --rm-dist was deprecated in favor of --clean, check https://goreleaser.com/deprecations#-rm-dist for more details ``` and ```...