zorun
zorun
When loading `http://localhost:8000/browse/app/model/`, it correctly prints a list of objects, but they all link to `http://localhost:8000/browse/app/model` (instead of `http://localhost:8000/browse/app/model/objects/X`) It looks like the objects passed to the template `model_detail.html` are...
There seems to be some interest in providing Docker images (#37, #72) Several questions need discussion and/or help: - what is the **release model**? Is it fine to just provide...
I would to do a number of changes that would break compatibility with existing installations. Nothing bad, but configuration would need to be adapted. So we would need to do...
This simplifies and clarify the configuration, while making it more generic Proxied hosts can now be reached over HTTP or HTTPS, through any DNS name, and even through IP literals...
sileth has not been active on the project for several years. I have been doing some interim maintenance, but I can't commit to spend a lot of time on the...
We need an API for bird-lg. It would allow to better separate the web UI and the backend, and allow external tools to query bird-lg. This is about a public...
On a LEDE system, bmon 3.9 does not exit after the user chooses to quit. The curses display closes as expected, but then bmon does not give back a shell...
We use zest for the release process: https://ihatemoney.readthedocs.io/en/latest/contributing.html#how-to-release It would be nice if zest could automatically create a release on github with the changelog extract.
When developing, it is often needed to populate a test database with dummy users and bills. I often end up entering data manually because I don't keep the test database...