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

Description: I propose the introduction of a feature that allows specifying certain directories to be monitored without triggering a full application rebuild. Instead, when changes are detected in these directories,...

## What has been changed Configures proxy to not follow redirects and return to the client the actual response from the server. ## Why? Current proxy solution "follows" redirect responses...

To reproduce: * Start air with proxy enabled in config. * Type CTRL-C Result: ```bash panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2...

I improved the error handling by avoiding log.Fatal as much as possible which doesn't clean up the resources properly (leaving the process and ports open). I couldn't reproduce [this issue](https://github.com/cosmtrek/air/issues/584)...

PS E:\test\ginlearn> air __ _ ___ / /\ | | | |_) /_/--\ |_| |_| \_ v1.52.0, built with Go go1.22.3 watching . !exclude tmp building... running... panic: unaligned 64-bit...

Integrated keyboard shortcuts to improve the development workflow by allowing manual reloads and a quick quit option. This enhancement utilizes the `atomicgo.dev/keyboard` package to listen for specific key events, providing...

Hey, first of all I want to thank you guys for creating this amazing tool. I'd like to disable the creation of the `tmp` directory. But I cannot find any...

`Example 1`. ```bash air --root "." --testdata_dir "testdata" --tmp_dir "tmp" --build.cmd "make build" --build.bin "bin/hbat-blmp-api-windows.exe" ``` Result: ```bash building... CMD will not recognize non .exe file for execution, path: make...