Patrick Johnmeyer

Results 24 comments of Patrick Johnmeyer

TWG: At issue here is the fact that transfers are considered "terminal" transactions in OCF. From https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/blob/86b1229088c8a69ba58547c07dfb06401bb2e2db/docs/explainers/TraversingTransactions.md: > 6. **Transfer** - transactions composed of [Transfer](../schema_markdown/schema/primitives/objects/transactions/transfer/Transfer.md) - which includes `StockTransfer`, `WarrantTransfer`,...

This remains an open question as it was not discussed at yesterday's call.

@rayrrr thanks for the pull request. > Not sure where this fits in to the Issues/Pull Requests framework, sorry No worries, we are currently rewriting our contributions guide and PR...

@osis I was unable to reproduce this with the version of Node in the .nvmrc file. Also that version of npm is incompatible with the `engines` block of the package...

That's odd because `lint-staged` doesn't normally allow an empty commit. To make sure it wasn't anything weird about my environment I made a fresh clone and went through the steps:...

> Hmmmm interesting. `lint-staged` wasn't working for me regardless. I'll return the PR back to it's original state so you can see for yourself. This is probably on me, but...

@xudiera the branch is made first in order to run the various tools and update the versions, etc., and make a commit. The tag is added to the commit with...

It looks like our system doesn't (currently) implement either of the interpretations in the original post for compound interest. **Interpretation 3** Daily accrual for year 1 = ($1000 * 0.05)...

@JSv4 still happens, steps to reproduce have changed slightly due to time. I used v9.9.9 below so you can just copy and run each step if you're so inclined. ```sh...