Connor Brewster

Results 9 issues of Connor Brewster

Scrolling is not clamped at the bottom a page. Steps to reproduce: 1. Run `./mach run -r https://en.wikipedia.org/wiki/Meow` 2. Scroll to bottom of page 3. Continue scrolling into the void

A-layout/uncategorized
C-reproduced
C-needs minimized testcase

This follows up on https://github.com/foniod/redbpf/pull/216 on the BPF side of things. Currently this is a work in progress, but should expose what is needed to write some `sk_lookup` programs.

When I define a function and try to use it multiple times, LLVM has an error and the program crashes. Example: ``` > def double(x) x * 2 define double...

Sample Input: ```rust #[repr(C)] pub struct Matrix { pub data: [f32; 20], } #[repr(C)] pub enum Data { Something, Matrix(Matrix), } #[no_mangle] pub unsafe extern "C" fn new_data() -> *mut...

bug
help wanted

Hello, I am working on a virtual filesystem using fuse-backend-rs for [tvix](https://github.com/tvlfyi/tvix), a Rust implementation of Nix. Most of the underlying filesystem is built on top of async Rust +...

See: servo/servo#11809 servo/servo#11792 servo/servo#11800 servo/servo#11798

Right now if any file in the workspace directory changes, Nix will rebuild all local crates. This becomes a problem in polyglot monorepos where all Rust packages get rebuilt when...

We need to determine how we should handle state within the UI. There is a lot of state in any GUI application, so I believe it should be split up...

### Observed behavior We have an R3 KV and we recently upgraded to NATS 2.10.3 from 2.9. We often use CAS operations to make updates to keys in the bucket....

defect