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

1,能不能在编码失败的时候,使用上一次成功编译过的程序,而不是启动失败

Windows PowerShell has been included by default since Windows 10 version 1607, and it has less friction with bash syntax than CMD, for instance: - It supports the use of...

Fix #128 I simply compare `util_windows.go` with `util_unix.go`, and setting `c.Stdout`, `c.Stderr` seems to have resolve this issue. ## Screenshot ![image](https://github.com/cosmtrek/air/assets/105704427/386b0dc3-0cf3-4d16-b8ce-32ee02a9408f)

I know that having spaces in folder names is weird but I have no problem with this setup with my previous projects and stacks. /bin/sh: /Users/jariel/Documents/projects/1.: No such file or...

Hello, I am trying to set up air for an AWS Lambda development environment. I have this `cmd` defined in the .air.toml file: `cmd = "go build -o ./tmp/main ....

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.31.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Getting this output `^[]10;rgb:cdcd/d6d6/f4f4^[\^[[32;1R^[]11;rgb:1e1e/1e1e/2e2e^[\^[[32;36R` when running. Tried on multiple terminal emulators. EDIT: This only happens on Linux. On Mac, with the same terminal emulator, and same settings, this doesn't happen....

Hi, it seems that air is unable to watch files when accessing the project through a symlink. Here are the steps to reproduce the problem: $ mkdir project $ cd...