Liam

Results 58 issues of Liam

### Summary Adds support for FreeBSD #### Release notes `lifecycle` will now build on FreeBSD. --- ### Related https://github.com/buildpacks/lifecycle/pull/1087 - this is rather old, had a lot of conflicts, and...

Hey. I'm trying to quickly get the path to my AppData. ``` go shellFolders := gowin.ShellFolders{Context: gowin.USER} fmt.Println(shellFolders.AppData()) ``` This gives me: ``` none %USERPROFILE%\\AppData\\Roaming\\ ``` Perhaps instead of just...

This doesn't work from behind a proxy. I just repeatedly get: `Mqtt connect error [Errno 110] Connection timed out`

If I have `func init() { ... }` in several different files in the same package, and I log an error from one of them, the stacktrace seems to be...

**Describe the bug** When running a command like this: ```bash az acr task create --registry my-registry \ --name php-build-task \ --file Dockerfile.php \ --context 'https://github.com/hut8/base-images.git#main' \ --git-access-token 'TOKEN HERE' \...

bug

Hey there. Thanks for making such an awesome library. I'll be happy to help resolve this but would like some input regarding how you would like it to be handled....