Pat Maddox
Pat Maddox
@akoutmos done!
#2421 says: > Remove cirrus ci: It was only used for verifying freebsd buildability. We are going to use github actions for that instead GitHub actions doesn't officially support FreeBSD...
> GitHub Actions matured a lot and can be used in the place of CircleCI and CirrusCI GitHub actions doesn't officially support FreeBSD as far as I know. [The method...
Do I mind if you / someone does it? Not at all :) @akoutmos makes the decisions around here though.
In #1545 I added explicit support for FreeBSD. Instead of this approach, I wonder if it would be worth defaulting to `/home/` on POSIX systems, and have Windows be the...
@hut8 Have you attempted to build flyctl with this branch? I've tried adding `replace github.com/buildpacks/lifecycle => github.com/hut8/lifecycle ecf97c6bc078` to flyctl go.mod and here's what I get: ``` $ PATH=/usr/local/go121/bin:$PATH go...
Please consider targeting FreeBSD as well. I haven't developed X11 apps on it myself, but [there is a robust collection of X11 apps in the ports tree](https://cgit.freebsd.org/ports/tree/x11).
> One would hope that a new project like this pushing the cutting edge of GUI tech would skip it and go straight to targeting Wayland. I haven’t used it,...
When you say "it never reaches here" are you saying that because the test fails? If so I think the test is set up incorrectly, or at least it shouldn't...
Honestly Chris I'm not sure from looking at your code, and I'm not familiar enough with state_machine's inner workings to know what might be going on. If you sort this...