Joshua Deare

Results 10 issues of Joshua Deare

Putting the builds in the repo is bloating it up and putting excess download time for a first clone, and coming clones if the builds ever change. I would suggest...

This PR is a WIP for moving dependencies away from git-submodules and onto Go's module system which is considered stable as of 1.14. Note: this would bump the required Go...

testing

1. Stratux version: 2. Stratux config: SDR - [ ] single - [ ] dual GPS - [ ] yes - [ ] no type: AHRS - [ ] yes...

enhancement
help wanted

On network connections we don't do checking to ensure we've written/read the proper number of bytes

Similar to https://github.com/superfly/wormhole/issues/9. HTTP2 does not currently check for valid tokens

Currently TCP auth is skeleton code. WH should check the `AuthControl` and `AuthTunnel` messages. https://github.com/superfly/wormhole/blob/master/session/tcp_session.go#L118-L123

maximum_lag_on_failover incorrectly tries to query an existing leader for the WAL position. Problem is, the time which maximum_lag_on_failover should be checked - a leader wouldn't exist. Solution would be to...

bug
in progress
golang-custom-raft

Currently - if an underlying PG process is misbehaving and the pg service interface issues a command to `pg_ctl` to fix it and that command has a non-zero exit status...

bug
golang-custom-raft

I'm getting what _may_ be some unexpected behavior. When I try ``` unionfs -o cow,relaxed_permissions /mnt/local-decrypted=RW:/mnt/aws-decrypted=RO /mnt/decrypted/ ``` where `/mnt/local-decrypted` and `/mnt/aws-decrypted` are both encfs types. I cannot create a...