Jesse Wilson

Results 9 issues of Jesse Wilson

This breaks overscroll. I looked into the PR that added this, which was an attempt to work-around a problem where a RecyclerView was nested in a scrollable column. We shouldn't...

We default `UiConfiguration.viewInsets` to `Margin.zero` when the host `TreehouseUIView` is not attached to the view hierarchy. When it is eventually attached, it takes a frame or two to render with...

We’ve got a couple problems where the line numbers don’t line up. In this example program, the declarations are on lines ending in 0 (10, 20, 30 etc.) and the...

### ZiplineScope is Difficult to Reason About The goal of [ZiplineScope](https://github.com/cashapp/zipline/issues/769) is to make it easy to clean up pass-by-reference services. I don’t think it’s successful at this objective. I...

We use the Code Connect Gradle plugin in our project. From `gradle/libs.versions.toml`: ``` figmaCodeConnect = { id = "com.figma.code.connect", version = "1.2.1" } ``` I was updating our Android project...

The [HTTP docs](https://www.rfc-editor.org/rfc/rfc9110.html#name-400-bad-request) say that a 400 Bad Request error is the client’s fault: > The 400 (Bad Request) status code indicates that the server cannot or will not process...

kind/bug
lang/core
priority/P2
untriaged

## Description ## Testing Strategy ## Checklist - [ ] I have reviewed this PR with relevant experts and/or impacted teams. - [ ] I have added tests to have...

We’re currently using an old QuickJS and we’d like to upgrade. The gotcha is that each QuickJS version has its own mutually-incompatible bytecode. We’ll need to change our Gradle plugin...