Alen Šiljak

Results 397 comments of Alen Šiljak

This is nowadays submitted through an issue on F-Droid GitLab repository. More precisely, there is a [Request for Packaging](https://gitlab.com/fdroid/rfp/-/issues/new) available. It would be better if the maintainer submits, so that...

``` #import client #import link from ngrok import client from ngrok import link ``` seems to work. Now breaks at missing urllib2. Has the code been tested with Python 3?

Oops, I see the code is 4 years old and there is no urllib2 package available on PyPi any more.

Hi! Thanks a lot for the feedback. I'm coming from the viewpoint of parsing the arguments for ledger-style argument files, also used in hledger. Ledger supports the following characters for...

@adept, good question. That would depend on what hledger does currently and I'm not familiar with the source code, admittedly. - If it recreates transactions output from internal objects, then...

Basically, the roadblock is the following: Given a file with [trades](https://gitlab.com/snippets/1856416), running `hledger b` will result in ``` | 16 | Assets:Shares -5 ETF {10 EUR} [2019-01-10] @ 15 EUR...

Thanks! I've just managed to set up the Windows Subsystem for Linux on my day-machine and to compile hledger in it! Looking to try out some Haskell hacking in the...

I know @simonmichael is leaning against configuration and options but I'd add that - warnings are generally OK for risky situations, like yearless dates and xx/yy/zz date format. But **only**...

I would add to your last sentence and argue that adding negative lots is also a deposit. 😄 What I mean is, perhaps it would be possible to implement the...

> Storing date in Amount is redundant with the Posting's date, but convenient when doing arithmetic with amounts/lots without their postings. If by "Amount" you mean storing date as a...