Andreas Ulm
Andreas Ulm
I'm currently implementing the unified output. (https://github.com/root360-AndreasUlm/tea/tree/unified_output_function) At the moment I'm testing the implementation with all available subcommands. @lunny When I'm done I'll create PRs for the new functions and...
@noerw thanks for the use-cases, I'll implement some of those
@lunny finished initial implementation Out of the cases @noerw mentioned the following are implemented: - CSV - simple (kind of space-separated values but without headers) - table - TSV -...
@LittleColin currently --repo is an argument of 'release' thus you have to run `tea releases --repo exampleuser/examplerepo create --title "0.0.1-alpha" --target master --draft --asset myapp.zip` @lunny this usage is kind...
@oldenboom the following diff fixes the conflicts in menu.html: ``` diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 5583eda..c023003 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -99,18 +99,25 @@ {{with .sect}} {{if and .IsSection...
@rajcz you have to remove the legacy databases from your list as those aren't supported and provided anymore. Found that solution after chatting with maxmind.
Unfortunately that's an issue in lintian as the Debian Packaging Policy (1) concerning changelog states: > If the package has only one file which is used both as the Debian...
I like this proposal as we have a use-case that requires such a 'global' information storage. Our use case is that we deploy source code into a randomized directory and...