Sufiyan Adhikari
Sufiyan Adhikari
Just like pressing `n` allows editing narration, there should be a "press `p` to edit/add and edit" payee. From the `transaction_line_editor.tsx`, I think it should be trivial given you already...
If a posting was predicted by smart_importer or was entered by hand, it won't be predicted again but should be editable like the FIXME or predicted entry by beancount-import. This...
If an empty posting i.e., one without an amount, is entered by hand, it should be used to balance the transaction instead of a FIXME posting. ### Example ``` 2020-08-26...
`ctrl + [hjkl]` added to navigation. Helps by not having to move away from home row. Also, doesn't interfere with the current working (not holding `ctrl` will still let you...
Loads with python3.
Add `--det_dir ` option to `demo.py` to write `hand_dets` and `obj_dets` to a directory . ##### eg `CUDA_VISIBLE_DEVICES=0 python demo.py --cuda --checkepoch=8 --checkpoint=132028 --det_dir detections`
### The Feature Vertex AI seem to have an overhead (probably auth related?) and hence needs reusing the client. for faster response. Below is the experiment I did regenerating with...
* support multiple postings from source account in generic importers closes #232 * allow importers to override source description closes #204 * support non-authoritative generic importer sources eg. importer that...
Add `allow_key` decorator that would allow passing objects into fuzzywuzzy functions. This should help using fuzzywuzzy in more cleaner way like the test cases added. similar to how you can...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version: v2.4.1 - Deployment mode(standalone or cluster): standalone -...