air icon indicating copy to clipboard operation
air copied to clipboard

☁️ Live reload for Go apps

Results 201 air issues
Sort by recently updated
recently updated
newest added

I have mounted a directory from Windows on a Hyper-V virtual machine. The mount command I used is: mount -t cifs -o username=xxx,password=xxxxxxx,uid=1001,gid=1001 //192.168.56.1/www /data/wwwroot. After making changes to the...

I use `cosmtrek/air` docker container because I am developing an program that utilizes Go Plugins, which do not work on an windows host, this allows me to test and develop...

Is there any documentation of installing air and using it on different Operating system and also the frameworks supported by air

it should restart after building success in current air program,stop process before rebuilding make the Go process dead,the http request get not get from the go.

Unfortunately, I can't make it work when it's executed from Windows host through Docker-desktop (using docker-compose with a volume). In theory, Docker desktop is correctly configured to share files between...

hi everyone, **Issue:** not watching root when an *exclude_dir* is setup **Air version:** 1.40.4 built with Go 1.18.3 ## Reproduce `.air.toml` file: ```toml root = "." tmp_dir = "tmp" [build]...

air.toml ``` root="." tmp_dir="tmp" [build] cmd="go build -gcflags=\"all=-N -l\" -o ./bin/main ." bin="/app/bin" full_bin="dlv exec --continue --accept-multiclient --listen=:40000 --headless=true --api-version=2 --log /app/bin/main" log="air_errors.log" include_ext=["go", "yaml"] exclude_dir=["tmp"] delay=1000 [log] time=true [misc]...

It would be super easy to install and update air using http://scoop.sh/

Fixes #534 on my 2021 M1 Pro MBP - Sonoma 14.4.1 #542 got it to a solid starting point so this was pretty simple? Thanks to whatever @ghost wrote that....

I usually unconsciously do Ctrl-C and I found this what I consider a bug or maybe it could just because of my code. I'm not really sure. So when the...