Geoffrey Thomas

Results 30 issues of Geoffrey Thomas

Sorry that I don't have anything more informative here, but I was scrolling and saw a message saying that the mosh client had aborted. I figured I might as well...

I cloned bindgen yesterday on my Mac, and `cargo test` is producing a test failure in `header_objc_template_h` where it's using `id` instead of `u64`, e.g.: ```diff pub trait IFoo: Sized...

This addresses the underlying issue identified in #1671, that size_t (integer that can hold any object size) isn't guaranteed to match usize, which is defined more like uintptr_t (integer that...

S-awaiting-review

- Screen sharing via [getDisplayMedia](https://webrtc.github.io/samples/src/content/getusermedia/getdisplaymedia/), analogous to getUserMedia for cameras. - [WebRTC](https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API), peer-to-peer connections. - Security keys (WebAuthn), specific support for cheap ($10-$50 depending on features) devices that do second-factor...

The search site is super useful for us at my site, except that since we're running Nix on top of Debian instead of NixOS, users need to use the "On...

enhancement
prio:low

The following setup pretty reliably produces error messages that are indicative of memory corruption somewhere in `Index` or `IndexEntry`, I suspect related to a use-after-free of `Index`. Save the following...

This is documented in more detail internally at http://jira/SDLC-37809, and I'll try to extract a public test case, but after switching to Node 18, we're seeing what appears to be...

The most recent stable release of nodegit still depends on node-gyp ^4, which doesn't have Python 3 support. More recent versions support Python 3 and even drop Python 2. Until...

This is the first version that officially supports OpenSSL 3.