Rewinter

Results 64 issues of Rewinter

Apparently, something like this doesn't work `axiom-fleet named -r ap-south-1,ap-south-2,ap-southeast-1`

good first issue

Here's the error for `$axiom-proxy "hugle*" --single` ![image](https://github.com/pry0cc/axiom/assets/64508791/952019b3-76b6-40b8-808e-980d113921f3) I'm trying to proxies for http request.

good first issue

I noticed this on `axiom-scan` help. The flag dash patterns do not follow any pattern. This can be confusing to remember the dashes ![image](https://github.com/pry0cc/axiom/assets/64508791/dc65023d-c911-4fb8-bd0a-c548bad24b97) You could instead do: 1. Single...

line 31 in the `axiom-configure` file only checks go binary in this directory, which causes a reinstallation. ```bash if [[ -d "/usr/local/go/" ]] ; then ``` A check to see...

I'm currently doing smth like this which I don't think is the best way to change proxies. How's this intended to be done? ```go package main import ( "crypto/tls" "fmt"...

interaction

What is the timeout set for the default context? When sending requests at a large scale I was getting the error `Context deadline exceeded` despite having provided a large settimeout...

This may not be the place to ask but here I am. Im trying to set this in my init.lua file `let g:suda#nopass = 1`

I just discovered this and really happy to see it work. Can I follow these instructions to get it working in Pop os KDE?