Advanced Search
Search Results
6 total results found
Style Guide
Not just about code, a style guide is a list of decisions we've made, that we want to be consistent about going forwards. It does not need to be comprehensive of all possible issues, nor does it need to confine itself to trivial topics such as formatting. It's...
Working in the Lix codebase
See also: See also: https://git.lix.systems/lix-project/lix/src/branch/main/doc/manual/src/contributing/hacking.md
Design planning
This is the place where we plan major changes to various components of the code base, to tackle the big issues. Treat everything as an unimplemented idea unless stated otherwise. Make sure to link to implementation efforts in order to keep track of them. Idea...
Auth/SSO systems
A major part of Lix infrastructure is the authentication/SSO systems. Here, you can find information about how to run them.
Tooling improvements
We use a lot of tooling. There are papercuts we run into with our use cases that we would really like to have fixed.