Mykola Orliuk

Results 9 issues of Mykola Orliuk

~~*Note: this PR is based on #1125 and thus includes 2 commits from it.*~~ ## Features: - This kinda resolves simonmichael/hledger#664 . Though it is required to use `showTransaction ....

journal
print
needs:value-proposition
needs:testing
needs:docs
needs:review
needs:rebase
rewrite

### Is this a bug report? Yes ### Environment 1. `nix shell 'nixpkgs#'nodejs --command node -v`: `v14.17.0` 2. `nix shell 'nixpkgs#'nodejs --command npm -v`: `6.14.13` 3. `npm ls create-elm-app -g`...

Looks like [`persdb/datadir`](http://ciao-lang.org/ciao/build/doc/ciao.html/datadir.html#ensure_datadir/2) tries to use system path for data dir (probably relative to `core`/`builder` bundles or `CIAOROOT` folders). Can be reproduced with Nix packaged version (example for Flakes flavor):...

bug
enhancement

Currently `Data.Text.length` is used to identify length of the text in characters. But this is not true for Unicode wide characters and emojis that can occupy 2 cells on the...

Feature request

It looks like there is no way to annotate with colors when implement `Pretty` instance since its functions polymorphic on annotation type. Consider ```haskell newtype Amount = Amount Int instance...

Feature request

I've noticed weird inconsistency in treating period expressions: - `every 1st day of month from 2017/1/5`: starts from 2017/2/1 (valid) - `monthly from 2017/1/5`: starts from 2017/1/1 (outside of the...

A-BUG
docs
cli
journal
needs-docs
needs-review
needs-design
period-expressions
annoyance3-blocker
affects3-few

## Description My [`post-rewrite`](https://github.com/ony/jj-scripts/blob/main/post-rewrite) Git hook started to fail when executing something like `git --work-tree="$PWD" commit --amend` within root of work-tree. Issue manifests on 0.28.2. But on 0.26.0 everything works...

### What is being proposed, in one sentence ? Make periodic and automated transactions run all the time, but hide some transactions by tags declared for hiding and accounts market...

A-WISH
cli
journal

Looks like there is some weird interactions between pure values and table column references that results weird behavior like: - "Spilling" transformations/literals on one column to other columns - Loosing...