Ben Buckman

Results 6 issues of Ben Buckman

The module is trying to be smart in converting the input JSON params to XML. See [deep-to-array.test.js](https://github.com/benbuckman/nodejs-ebay-api/blob/master/test/deep-to-array.test.js) and [xml-request.test.js](https://github.com/benbuckman/nodejs-ebay-api/blob/master/test/xml-request.test.js). So given an input param `thing: ['a', 'b', 'c']`, it converts...

bug

**Crash Report** There appears to be a caching bug in `mypy 1.2.0 (compiled: yes)`. This started occurring recently after we upgraded from `1.0.0` to `1.2.0`. I am running mypy with...

topic-incremental
crash

This breaks with any Backbone view (I assume an example of a common type of object). For example, with backbone, in Chrome, in the console: ``` js safeStringify = require('safe-json-stringify')...

When a job fails currently, it has a backoff of `2^count` seconds. https://github.com/Shyp/rickover/blob/dba4e9add9ec4c0541bb4a777fa8d209feeb9221/services/status_callback.go#L88 Sometimes it's useful to wait much longer, like 30 seconds between runs. It would be nice if...

### Apache Airflow version 2.7.0 ### What happened I have the following DAG: ```python from __future__ import annotations from datetime import datetime from airflow.decorators import dag, task, task_group from airflow.utils.trigger_rule...

kind:bug
area:core
area:dynamic-task-mapping
affected_version:2.7

### Preflight Checklist - [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet - [x] This is a single feature request (not multiple features) ### Problem...

enhancement
area:tools
area:core
autoclose