Mark Vainomaa

Results 54 comments of Mark Vainomaa

This happens on current release Ventura build (22A380) as well. Essentially same crash report as [above](https://github.com/LnL7/nix-darwin/issues/485#issuecomment-1264758119).

From dmesg when running `fontrestore default -n`: ``` AMFI: Launch Constraint Violation (enforcing), error info: c[1]p[1]m[1]e[1], (Constraint not matched) launching proc[vc: 1 pid: 6667]: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Support/fontmover, launch type 0, failure proc...

Technically you can: 1) Remount `/run/credentials/` as read-write temporarily (to follow the idea of keeping credentials immutable for the service, consider doing so in a separate mount namespace) 2) Fetch...

I've released https://github.com/ZentriaMC/syringe which [features described logic for credentials updating](https://github.com/ZentriaMC/syringe/blob/cc67e2b34a76418a768510c9649ca465bb1da577/cmd/syringe/update_linux.go#L40)

**OpenEBS storage engine**: Local PV **Stateful applications**: - [Concourse CI](https://concourse-ci.org/) - [Mattermost](https://mattermost.org) - [Minio](https://min.io) - Few game servers - Bunch of micro services **Environment**: Production & dev. **Usage**: Hosting hobby...

rqlite simply needs to pass on CORS headers with its responses. I'm personally using rqlite for toy frontend applications & small workshops, being able to throw Caddy out from the...

@wangxy0929 Maybe you should port libmng? http://linux.die.net/man/3/libmng

For reference, [reqwest based connector implementation](https://gist.github.com/mikroskeem/e020aaf6b0d241fb5f1b9b85153562e4)