Nicholas McAvoy

Results 9 issues of Nicholas McAvoy

Since both `rust` and `gpg` run on Windows, what obstacles are there to `sy` running on Windows, too?

enhancement

Hi, I love the idea of the library. I just tried bringing it in though and I see lein grabbing `clj-time` 0.12.0. We're already bringing in 0.15.2. This sounds just...

I tried upgrading our project from 0.7.0-alpha1 to 0.7.0-rc1. It won't start unless I introduce the new dependencies on brotli4j, etc. Steps to reproduce the behavior: 1. Extract [this zip...

Sorry, I'm not a front-end specialist, so this issue may reflect my ignorance. But what would it take in order to support the HTML5 picture tag, or something like it,...

enhancement

I import transactions from both a checking account and a credit card. When I pay the credit card from the checking account, the transaction is imported twice, once for each...

It seems that [plaid](https://plaid.com/) may be an affordable API for connecting to banks. This is necessary in the USA because we lack HBCI, and what we do have (OFX) is...

I find I prefer to book transactions as I `match` them, rather than going through an entire `match` and then `add`ing each one. That seems to require the following workflow:...

Despite the Starbucks example in the documentation, issues #13 and #16 indicate some confusion about the intended purposes of `match` and `add`. Here's what I've teased out: - `match` is...

Hi, I'm filing this tongue-in-cheek, but I hope it's edifying. I did a coding test for a job today. I used clj-time. I got the right answers. Later on I...