David Z Hao

Results 8 issues of David Z Hao

**What happened**: Due to a mistake in our code, we were persisting a dask dataframe in one scheduler, but then ran the compute while specifying threads scheduler. What was weird...

good second issue
core
enhancement

We work in a repo that does not care about dependency order, and we keep our lists in variables. A simple example of a typical file in our repo looks...

cla: yes

## Describe the bug Hello, me again. The CSS transformer errors out with ENOBUFS with the following CSS file contents: ``` @import 'tailwindcss/utilities'; ``` We use tailwindcss 1.9.6 if that...

bug

Given the following file setup: ``` requirement.in: httpx==0.24.1,>=0.23.3 pytest-httpx>=0.22.0 ``` pip-compile generates ``` requirement.txt: [others omitted] httpx==0.24.1 pytest-httpx==0.24.0 ``` But if there is an existing, possibly-stale requirements.txt file, like: ```...

**Is your feature request related to a problem? Please describe.** When running `buildkite-agent pipeline upload`, the CLI will attempt a hard-coded 60 attempts over 5 minutes to upload the pipeline....

### Describe the problem to be solved We had an edge case where a combination of: - Weird leftover port configuration - something was already running on the host port...

enhancement

### Describe the problem to be solved Hello! Thank you for this great project. We'd like to track the cache misses by registry/repo in Datadog. We're able to get most...

enhancement

In this code: https://github.com/golang/oauth2/blob/014cf778b444f29c82ececa4f3ec1f6fe3db3eaf/internal/token.go#L215-L256 We first attempt the header auth method, and if it fails, attempt the params method. If it turns out that the header auth method is the...