Josh Rickmar

Results 78 issues of Josh Rickmar

This is something I spent significant time on but couldn't get it just the way I liked. Currently, none of the scrollable itemized lists contain any kind of column headers,...

I find popup message boxes to be distracting and they don't fit in visually with the rest of the application (such as the dialog banners used for prompts). They're very...

Ideally all of the non-GUI code (especially in Paymetheus.Bitcoin) has test coverage. btcsuite's Go projects contain a lot of great test vectors that can be ported over.

Aside from the application name, there is no branding yet. An icon is needed.

I'm an applications dev and not a graphics designer :) There's a lot of possible improvements that can be made to the XAML definitions, especially with regards to a common...

When a transaction is viewed from the recent history summary, or when an account is clicked on, it may be unobvious how to return to the previous view. Right now...

There is no real version contained in the application currently (aside from a placeholder in the project's assembly info). This needs to be addressed, as well as adding a method...

OpenBSD is removing the `syscall(2)` interface soon and ioctl operations using `syscall.Syscall6` will fail to link at runtime: ``` $ go test tmpdir: /tmp readline.test:/tmp/go-build2875288623/b001/readline.test: undefined symbol 'syscall' ld.so: readline.test:...

This commit adds the mixing message pool to the server and listens for all peer-to-peer mixing messages broadcast on the network. If these messages are able to be accepted to...

The `mixpool` package implements a memory pool of recently observed mix messages. Similar to the transaction `mempool`, the `mixpool` allows these messages to be temporarily stored in memory to be...