Cameron Nemo
Cameron Nemo
This should be moved to https://github.com/void-linux/runit . @ericonr
FYI: https://lists.denx.de/pipermail/u-boot/2022-July/489246.html Several people have run into this issue, including me, but others have not. May be wise to revert that commit or test the PBP further. Not sure why...
As @fpytloun mentioned, one possible workaround to this Vector limitation is to use load balancing. What he referred to sounds more like a reverse proxy, which becomes its own SPOF....
I am quite interested in this feature. Any way to get this issue reopened? @pkg-committers
A long while ago I suggested using the binfmt-support software's built in config handling. I still think that is the best option. It lets the user configure the specific binfmt...
Maybe just remove `go-languageserver`? >Go Language Server > Note: We have deprioritized work on this language server for use in editors in favor of Google's Go language server, [gopls](https://github.com/golang/tools/tree/master/gopls). It...
Also when trying to get a useful build log from failing go packages, you probably want to set XBPS_MAKEJOBS=1 so that the error is the last log message (or close...
>rootless podman won't work at all with runc because it can't control cgroups as it expects this does not seem to be the case at all for me. but whatever...
FYI podman and conmon need updates. And the default runtime for buildah should be changed too.
Speaking of, I got a build error: ``` _build-BitcoinCash-Wallet-xbps/src/github.com/cpacia/BitcoinCash-Wallet/api/rpc.go:213:24: not enough arguments in call to s.w.Spend have (int64, btcutil.Address, wallet.FeeLevel) want (int64, btcutil.Address, wallet.FeeLevel, string) ```