mlell
mlell
You might be looking for one of: * Target `number` or `number(amount(position))`: The numeric part of the amount of the position, regardless of currency/commodity (8 USD or 8 Shares of...
Hello, thanks for taking a look on it! No, I am not aware of any SQL dialect which allows this. However, I was not able to find the reasons for...
I am not sure I understand your point, did you mean: "I feel that most of what you add *should* come in the form of documentation..."? I would be happy...
@alensiljak , @blais I have implemented row and sum totals using `GROUP BY ROLLUP(...)` or `GROUP BY CUBE(....)`, followed by a `PIVOT ON` [in my fork](https://github.com/mlell/beanquery/tree/dev-group-rollup) ([commit `6231ac9`](https://github.com/mlell/beanquery/commit/6231ac9) as of...
I see -- thanks for the connection.
workaround in case anyone needs this: In bash ( because of process substitution `
Hi, I am not from the Datalad team, but maybe there is something I can help ... I think a bit more info is required. * Can you show the...
I see... so that means reading the full file system is the intended behaviour of borg2 or is mandated by FUSE? Or is it in theory possible to change this...
Ok, this sounds as in the current state the rclone compatibility of borg2 is more theoretical (at least for cloud remotes) because the overhead of small file reading makes it...
I see that one test failed as formally, the test coverage seems to have decreased. However, this PR is just 2 lines of added documentation, that I wanted to just...