Matthew Newhook

Results 16 issues of Matthew Newhook

Set of optimizations to avoid unmarshaling and remarshaling cost for go workers.

Should this work? If I start a zellij session and my ssh connection to a remote is terminated for whatever reason (such as my closing my laptop lid) I would...

bug

**Basic information** `zellij --version`: zellij 0.36.0 `stty size`: 60 233 `uname -av` or `ver`(Windows): `Darwin matthew-newhook.lan 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:28 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6000 arm64` **Further...

bug

The debug logging is pretty inflexible. It would be nice to be able to override the logging function, but at a minimum using `log.Output` vs creating a new standard logger...

enhancement

I'd like to log address data on both the client & the server. Is that data currently accessible? On the server side `drpc.Stream` doesn't seem to expose any method to...

question

I'm using a timer to record request latency percentiles. The problem is if there are no requests (meaning no calls to `Update`) the percentiles get "stuck" (meaning they latch on...

The current `db.Transact` and `db.ReadTransact` relies on `interface{}` and is error prone. This PR provides a new API based around generics for `Transact` and `ReadTransact`. It is intended to be...

Add tenanting to the golang bindings. Main version of https://github.com/apple/foundationdb/pull/11299 # Code-Reviewer Section The general pull request guidelines can be found [here](https://github.com/apple/foundationdb/wiki/FoundationDB-Commit-Process). Please check each of the following things and...

Fix the FDB_API_VERSION define. When creating the main PR I noticed that the API VERSION at the top was not defined correctly. Not sure why that didn't cause an issue...

I’ve been testing 7.1 → 7.3 upgrades with tenanted data due to a discussion in [Tenants & golang - #8 by newhook](https://forums.foundationdb.org/t/tenants-golang/4408/8) which lead to [Tenant feature metadata changes in...

help wanted