lonix1
lonix1
In 78 years when my system fails, I'm coming back here to complain. I'll be angry, and there will probably be swearing... :wink: :stuck_out_tongue:
!component =lib/ansible/modules/cloud/docker/docker_compose.py
Yes I should have mentioned that... I expected that to be the way it works. I don't see much need for it otherwise - `tree` is easy to use.
Because the last update was in 2018, it's unmaintained. I'll reopen if it makes you happy.
Unfortunately only go devs could do that :) Was hoping for something that doesn't require coding. But it is good to know that it's somehow possible. Thanks
Thanks @stuartskelton! From your code it indeed looks like a simple change.
Mods: may I thus change this issue from a question to a feature request for SQLite support? A small, simple and dockerised secrets tool - which uses sqlite - would...
That would be very interesting, and in some cases it could be useful - e.g. it could tell you easily which file in a package is "the one", without consulting...
Keep in mind most people will land on the homepage, search, and redirect to a page [like this](https://www.jsdelivr.com/package/npm/bootstrap), which should also have filesizes. But in the meantime, the page you...
I found [this](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/tree/0931f08569685d72b985b285a4996d8326bf88df#health-status-history-timeline): ````cs services.AddHealthChecksUI(setup => { // Set the maximum history entries by endpoint that will be served by the UI api middleware setup.MaximumHistoryEntriesPerEndpoint(50); }); ```` But unless I'm...