Daniel Stone

Results 14 issues of Daniel Stone

I was looking through the codebase, and it looks like this function has the potential for a divide by 0 error if `s` is 0. ``` function getABC(n, S, B,...

bug
enhancement

## Bug Report I'm trying to build a table with fixed headers. To do it, I'm using a `MultiGrid` with a `CellMeasurer`. However, if the user scrolls to the bottom,...

I'm running into an issue with time comparisons failing when the tests are run in github actions, due to internal timezone differences in the time structs. I understand why they're...

Description ------------- It can sometimes be useful to mock or spy on a single method in an interface. For example, I've got a large database interface, and I want it...

**Describe the bug** I have a user who's on an older version of Safari, and they're getting an error about Intl.ListFormat. Looking through the luxon source, it looks like it's...

issue: old browser

## Problem The splashscreen is hiding correctly, but after it hides, it leaves behind a transparent white overlay that is making all my colors look ugly and washed out. Here...

support
platform: android

### What version of Go, VS Code & VS Code Go extension are you using? * Run `go version` to get version of Go from _the VS Code integrated terminal_....

NeedsInvestigation

I need to access secrets in my app `build.gradle`, but I'm not seeing any documentation on how to do it. Specifically, I want to default my signing keystore to use...

I'm trying to keep track of the sort order in a separate list, so that if it gets recomposed with new state during a drag, we won't lose the sort...

### Version Media3 1.2.1 ### More version details _No response_ ### Devices that reproduce the issue N/A ### Devices that do not reproduce the issue _No response_ ### Reproducible in...

question
documentation candidate