Paolo
Paolo
> I had to remove it because Mozilla rejects minified third-party code. I'll have to prove where I get the code from, has to be an official source, and how...
This is really a showstopper for people using medium-large databases on Sqlite with Hibernate. I see that limit handling has just been implemented in https://github.com/xerial/sqlite-jdbc/pull/527 , so in theory it...
Yes, it looks like some limits have an upper bound, which I think it's defined [here](https://github.com/sqlite/sqlite/blob/2b06b0769ed38e408b4d28406db44cda44bdbbcd/src/main.c#L2697-L2715). For `SQLITE_MAX_COMPOUND_SELECT` they don't enforce any upper bound, and, as written [here](https://github.com/sqlite/sqlite/blob/6c3b4b07d13f1cb9047103582381925a01f1a3a2/src/sqliteLimit.h#L69-L79), if one...
I had a similar failure with vanilla Create React App. It's due to [this issue](https://github.com/facebook/create-react-app/issues/9468) (lack of support for nullish coalescing operator), and [this fix](https://github.com/facebook/create-react-app/issues/9468#issuecomment-694191642) works (for me).
The 4 weeks offset rule is part of the exception to the FIFO rule for Irish Revenue. So let's say that we implement a `--fifo` flag to compute earnings the...
Thanks, fair question. That information is actually present in the Account Statement, but it's not easy to retrieve. For instance, in the CSV you can have ``` 09-09-2020,08:59,08-09-2020,,,FX Debit,,EUR,0.78,EUR,98.42, 09-09-2020,08:59,08-09-2020,,,FX...
Another benefit of this migration could be using [CoreRT](https://github.com/dotnet/corert) to build a single binary, which would be easier to deploy.
> the last field which used to link the sale and the fx operations is missing, as well as the 4th and 5th fields that indicate the stock which this...
Ideally this is going to be as generic as possible. Country-specific features will be optional (for instance, the `--period` parameter for Irish CGT can be omitted).