Dave Johansen

Results 96 issues of Dave Johansen

For `node`, it's recommend to not cache `node_modules`, but the [current example for Cocoapods](https://github.com/actions/cache/blob/main/examples.md#swift-objective-c---cocoapods) is doing something similar, so it should be changed to cache the system cache rather than...

Writing the minutes with a fractional value rather than writing out seconds is not a common way to specify time, but it does happen Here's an example: ``` >>> import...

### Describe the feature Currently, `python-dateutil` is used to parse dates, but `fromisoformat` is now a built-in option that should be used instead. It was [significantly improved in 3.11 to...

feature-request
dependencies
p2

The way that the callback is called for `subscribers` requires that `future` be an argument, so it's not possible to ignore it using `_` See use of `future=` [here](https://github.com/boto/s3transfer/blob/76c3a75f3a32ad9a203341ffe4515e46313069b0/s3transfer/utils.py#L124)

**Version**: 4.6.0 and 6.2 **Platform**: Python 3.9.16 on Debian Bullseye **Description**: I'm trying to use `RedisCluster` to access `Amazon MemoryDB for Redis` using SSH port forwarding and it connects, but...

bug
cluster

**Description** Trace details are nested for `django` calls but they shouldn't be **Expected Behavior** The trace should be linear/non-nested so it can be viewed and used as expected **Steps to...

bug
needs-triage

## Expected Behavior The latest minor or point release of `source-map` can be used ## Current Behavior A specific version is installed ## Steps to Reproduce (for bugs) Install `stacktrace-gps`...

a:bug

Please add `|| ^17.0.0` to `react` dependency