Mattia Rizzolo

Results 20 issues of Mattia Rizzolo

``` % cat foo.ledger 2019-04-22 Foo ;Program: Bar ;Entity: Baz Accrued:Accounts Payable:Bar £-154.83 {=$1.29847} @ $1.29847 Expenses:Bar:A £154.83 {=$1.29847} @ $1.29847 % ledger --file foo.ledger balance £-154.83 Accrued:Accounts Payable:Bar £154.83...

A WISH
journal
needs:discussion
needs:value proposition
needs:impact analysis
needs:design
needs:research

Just another itch of mine: you are shipping manpages for all the scripts, except for `supybot-reset-password`. I'd find helpful if also that script was documented by a manpage.

Documentation

In the list of subscriptions (i.e. `/kmanga/subscription/`) I can't really tell how things are sorted. I'm proposing a sorting switch, so I can sort them however I see fit (alphabetically,...

enhancement

In the list of subscriptions (i.e. `/kmanga/subscription/`) completed manga (with "issues sent" == "total issues") are interleaved to ongoing ones, despite usually being less interesting than the ongoing ones. Therefore...

enhancement

I'd love to have different value of number of issues per page in the subscription page, as 25 is really too low for my testes. It would be nice if...

enhancement

If I search for e.g. "one punch man", the first three results are portuguese-only results. The user preferences already contains a "preferred languages" selector, I believe the search results should...

enhancement

With the two attached jsons (renamed to .txt to appease github…) trying to run jsondiff.diff on them returns a list. In my applications I already previously loaded the jsons since...

question

Hi! I understand that you don't seem to appreciate shared linked binaries, but in Debian we tend to at least have a preference for them. Currently forcing tlsh_unittest to link...

CMAKE_INSTALL_LIBDIR defaults to "lib" or "lib64" or lib/, depending on the system. CMAKE_INSTALL_INCLUDEDIR is pretty much always "include". https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html Please take this patch so that distributors can more easily install...

Look at this trivial bit: ``` mattia@warren /tmp/foo1 % cat test.cxx #include int main(){ return TLSH_STRING_BUFFER_LEN; } mattia@warren /tmp/foo1 % c++ -Wall -Werror test.cxx -ltlsh In file included from test.cxx:1:...