Sean

Results 36 issues of Sean

Wanted to be able to watch when the searchbox loses and gains focus. Not sure at all if there is a better way of doing this, still rather new to...

Using package and test mentioned here https://mobile.twitter.com/joncalhoun/status/1322217897108905987 Set up JWT in grpc header, store in the user table the credentials and then verify the user when posting a transaction

# Roadmap and Vision for GoDBLedger GoDBLedger was built on the assumption that accounting software globally is not making our business and individual finances easier. Incentives exist for the Accounting...

https://github.com/reviewdog/reviewdog/blob/master/.github/workflows/reviewdog.yml

Currently godbledger creates a new account when needed and tags it ‘Main’ remove this from godbledger server and push it to the ledger_cli

good first issue

Make a new table for logging of all transactions that happens through GRPC, can probably be done with some middleware. Simply a table with timestamp and json string of all...

Should be a plugin that takes the proto file and automatically creates jsonrpc, disabled by default but can be enabled with `--jsonrpc` flag

I've stated compiling the files for there to be end to end testing of the system. Ideally before every change there should be an instance spun up with an appropriate...

A basic double journal entry is: ``` Date: Amount: Account: Description: ``` In several places throughout the codebase the description field is named something else (ie Payee) mostly due to...