hamza72x

Results 14 comments of hamza72x

Had similar issue, just use `pkill` and update your `.air.toml` like this. ```toml root = "." testdata_dir = "testdata" tmp_dir = "tmp" [build] bin = "./tmp/my-api-go" cmd = "pkill my-api-go;...

@eslerm can not even manually enable that. Any instruction? ```sh Sourcing file `/etc/default/grub' /usr/sbin/grub-mkconfig: 11: /etc/default/grub: apple_dcp.show_notch=1: not found ```

Worked, Thanks

Thanks Using like - ```yaml dev_dependencies: flutter_native_splash: ^1.0.3 flutter_launcher_icons: ^0.9.0 flutter_launcher_name: git: url: https://github.com/sjmallon/flutter_launcher_name ref: adcd03ac5ee7609d4e9c61c9d6b246a7a083dcf4 ```